Skip to content

Commit

Permalink
version bump to 1.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFarley committed Aug 13, 2024
1 parent 2d02f57 commit ee86aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion farley-publish-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helm repo add devops-nirvana https://devops-nirvana.s3.amazonaws.com/helm-charts

helm lint charts/* --set name=test,namespace=test
# BUMP VERSION...
export CI_COMMIT_TAG=1.0.43
export CI_COMMIT_TAG=1.0.44
sed -i "s/1.0.0/$CI_COMMIT_TAG/g" charts/*/Chart.yaml
cd charts && for CURRENT_HELM_CHART in $(ls -d */ | tr '/' ' '); do helm package -u $CURRENT_HELM_CHART; done && cd ..
export AWS_DEFAULT_REGION=us-east-1
Expand Down

0 comments on commit ee86aec

Please sign in to comment.