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"