Skip to content

Commit

Permalink
Merge pull request #13 from FINTLabs/dependabot/github_actions/azure/…
Browse files Browse the repository at this point in the history
…k8s-bake-3

Bump azure/k8s-bake from 2 to 3
  • Loading branch information
erlingjahr authored Jul 23, 2024
2 parents 303f081 + cb13928 commit 1c50c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Bake manifests with Kustomize
id: bake
uses: azure/k8s-bake@v2.4
uses: azure/k8s-bake@v3
with:
renderEngine: 'kustomize'
kustomizationPath: 'kustomize/overlays/${{ steps.environment.outputs.result }}/${{ matrix.org }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Bake manifests with Kustomize
uses: azure/k8s-bake@v2
uses: azure/k8s-bake@v3
with:
renderEngine: 'kustomize'
kustomizationPath: 'kustomize/overlays/${{ steps.environment.outputs.result }}/${{ env.ORG}}'
Expand Down

0 comments on commit 1c50c47

Please sign in to comment.