Skip to content

Commit

Permalink
Bump endaft/action-yamler from 1.0.10 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [endaft/action-yamler](https://github.com/endaft/action-yamler) from 1.0.10 to 1.1.1.
- [Release notes](https://github.com/endaft/action-yamler/releases)
- [Commits](endaft/action-yamler@v1.0.10...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 464163a commit a4629da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-release-push-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@ jobs:
log-url: https://argocd.robert.wiesner/api/badge?name=graphql-reactive&revision=true

- name: Helm Upgrade Docker Image Tag
uses: endaft/action-yamler@v1.0.10
uses: endaft/action-yamler@v1.1.1
with:
file: ./k8s/helm/values.yaml
path: tag
set: main-${{ github.sha }}

- name: Upgrade helm App Version
uses: endaft/action-yamler@v1.0.10
uses: endaft/action-yamler@v1.1.1
with:
# The path to a yaml file
file: ./k8s/helm/Chart.yaml
path: appVersion
set: ${{ steps.semvers.outputs.patch }}

- name: Upgrade helm Chart Version
uses: endaft/action-yamler@v1.0.10
uses: endaft/action-yamler@v1.1.1
with:
file: ./k8s/helm/Chart.yaml
path: version
Expand Down

0 comments on commit a4629da

Please sign in to comment.