Skip to content

Commit

Permalink
Bump fjogeleit/yaml-update-action from 0.15.0 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [fjogeleit/yaml-update-action](https://github.com/fjogeleit/yaml-update-action) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/fjogeleit/yaml-update-action/releases)
- [Commits](fjogeleit/yaml-update-action@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: fjogeleit/yaml-update-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent d3bcfe5 commit 019731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "VALUE_CHANGES={\"[0].data.DATABASE_USERNAME\":\"$(echo ${RANDOM} | base64)\",\"[0].data.DATABASE_PASSWORD\":\"$(echo ${RANDOM} | base64)\",\"[1].data.LDAP_LOOKUP_USER_PASSWORD\":\"$(echo ${RANDOM} | base64)\"}" >> $GITHUB_ENV
- name: Update values.yaml
uses: fjogeleit/yaml-update-action@v0.15.0
uses: fjogeleit/yaml-update-action@v0.16.0
with:
valueFile: "helm/deploy-ci.yaml"
commitChange: false
Expand Down

0 comments on commit 019731b

Please sign in to comment.