Skip to content

Commit

Permalink
fix: use short year format in app version
Browse files Browse the repository at this point in the history
  • Loading branch information
knowlet committed Sep 11, 2023
1 parent 8079a3c commit 2dbbf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-value.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
export reportgenerator="${{ fromJson(github.event.inputs.version).report-generator }}"
export poster="${{ fromJson(github.event.inputs.version).poster }}"
export cronjob="${{ fromJson(github.event.inputs.version).cronjob }}"
export date=$(date +%Y%m%d)
export date=$(date +%y%m%d)
envsubst < .github/workflows/values.template > "charts/agh2/values.yaml"
envsubst < .github/workflows/Chart.yaml.template > "charts/agh2/Chart.yaml"
cat charts/agh2/values.yaml
Expand Down

0 comments on commit 2dbbf17

Please sign in to comment.