Skip to content

Commit 75c21f4

Browse files
authored
Merge pull request #395 from intelligentfu8/dis_helm
[fixed] disaggregated release version equals to operator version
2 parents f7ba23f + 1cb7ac2 commit 75c21f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,11 @@ helm: #replace variable
103103
ifeq ($(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
106107
else
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
109111
endif
110112

111113
.PHONY: build

helm-charts/doris-disaggregated/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)