File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
helm-charts/doris-disaggregated Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,11 @@ helm: #replace variable
103103ifeq ($(shell uname) ,Darwin)
104104 sed -i "" "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris/Chart.yaml
105105 sed -i "" "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris-operator/Chart.yaml
106+ sed -i "" "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris-disaggregated/Chart.yaml
106107else
107108 sed -i "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris/Chart.yaml
108109 sed -i "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris-operator/Chart.yaml
110+ sed -i "s/{operatorVersion}/$(VERSION)/g" helm-charts/doris-disaggregated/Chart.yaml
109111endif
110112
111113.PHONY : build
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ type: application
3232# This is the chart version. This version number should be incremented each time you make changes
3333# to the chart and its templates, including the app version.
3434# Versions are expected to follow Semantic Versioning (https://semver.org/)
35- version : 0.1.0
35+ version : {operatorVersion}
3636
3737# This is the version number of the application being deployed. This version number should be
3838# incremented each time you make changes to the application. Versions are not expected to
You can’t perform that action at this time.
0 commit comments