From 1cb7ac2ceff59ea96c4f08d804f1b0c772864e4b Mon Sep 17 00:00:00 2001 From: smiletan Date: Mon, 26 May 2025 10:32:06 +0800 Subject: [PATCH] disaggregated release version equals to operator version --- Makefile | 2 ++ helm-charts/doris-disaggregated/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da51fb36..cb4e46f1 100644 --- a/Makefile +++ b/Makefile @@ -103,9 +103,11 @@ helm: #replace variable ifeq ($(shell uname),Darwin) sed -i "" "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris/Chart.yaml sed -i "" "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris-operator/Chart.yaml + sed -i "" "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris-disaggregated/Chart.yaml else sed -i "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris/Chart.yaml sed -i "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris-operator/Chart.yaml + sed -i "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris-disaggregated/Chart.yaml endif .PHONY: build diff --git a/helm-charts/doris-disaggregated/Chart.yaml b/helm-charts/doris-disaggregated/Chart.yaml index 08b7fc6f..3ae7fb0f 100644 --- a/helm-charts/doris-disaggregated/Chart.yaml +++ b/helm-charts/doris-disaggregated/Chart.yaml @@ -32,7 +32,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: {operatorVersion} # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to