Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Dec 16, 2021
1 parent fc65cd6 commit bc023c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ cross-release-container: cross-build-container
helm-chart-release:
@rm -rf index.yaml
@rm -rf .cr-release-packages
@sed 's/word1/word2/g' charts/Chart.sed.yaml > charts/Chart.yaml
@sed 's/word1/word2/g' charts/values.sed.yaml > charts/values.yaml
@cr package charts/
@cr upload -o daocloud -r dao-2048 -t $(GITHUB_TOKEN) --skip-existing
@helm repo index .
Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml → charts/Chart.sed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: VERSION

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"
appVersion: VERSION
2 changes: 1 addition & 1 deletion charts/values.yaml → charts/values.sed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/daocloud/dao-2048
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "scale-38-gc3c0205"
tag: "VERSION"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit bc023c6

Please sign in to comment.