From e87aa924c9ff47b37460646bdf59ffbc4d7ce670 Mon Sep 17 00:00:00 2001 From: Haishi Bai Date: Wed, 29 Jan 2025 13:04:56 -0500 Subject: [PATCH] change version to 0.48.32-proxy for a custom build --- .github/version/versions.txt | 2 +- cli/cmd/up.go | 2 +- packages/helm/symphony/Chart.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/version/versions.txt b/.github/version/versions.txt index 3cb1f03f4..afdadfbb3 100644 --- a/.github/version/versions.txt +++ b/.github/version/versions.txt @@ -1 +1 @@ -0.48.32 +0.48.32-proxy diff --git a/cli/cmd/up.go b/cli/cmd/up.go index ae8f09c28..f78469393 100644 --- a/cli/cmd/up.go +++ b/cli/cmd/up.go @@ -22,7 +22,7 @@ import ( ) // The version is auto updated by the release pipeline, do not change it manually -const SymphonyAPIVersion = "0.48.32" +const SymphonyAPIVersion = "0.48.32-proxy" const KANPortalVersion = "0.39.0-main-603f4b9-amd64" var ( diff --git a/packages/helm/symphony/Chart.yaml b/packages/helm/symphony/Chart.yaml index 70ebc4bae..e413f2265 100644 --- a/packages/helm/symphony/Chart.yaml +++ b/packages/helm/symphony/Chart.yaml @@ -3,9 +3,9 @@ name: symphony description: A Helm chart for Symphony control plane type: application # The version is auto updated by the release pipeline, do not change it manually -version: "0.48.32" +version: "0.48.32-proxy" # The version is auto updated by the release pipeline, do not change it manually -appVersion: "0.48.32" +appVersion: "0.48.32-proxy" dependencies: - name: cert-manager version: "1.13.1"