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