Skip to content

Commit

Permalink
ci(deps): bump azure/k8s-create-secret from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [azure/k8s-create-secret](https://github.com/azure/k8s-create-secret) from 4 to 5.
- [Release notes](https://github.com/azure/k8s-create-secret/releases)
- [Changelog](https://github.com/Azure/k8s-create-secret/blob/main/CHANGELOG.md)
- [Commits](Azure/k8s-create-secret@v4...v5)

---
updated-dependencies:
- dependency-name: azure/k8s-create-secret
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 9128ea8 commit 038e1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
- run: |
kubectl get deployment
- name: app-env
uses: azure/k8s-create-secret@v4
uses: azure/k8s-create-secret@v5
with:
namespace: 'default'
secret-type: 'generic'
arguments: --from-literal=APP_ID=${{ secrets.APP_ID }} --from-literal=PRIVATE_KEY=${{ secrets.PRIVATE_KEY }} --from-literal=WEBHOOK_SECRET=${{ secrets.WEBHOOK_SECRET }}
secret-name: app-env
- name: Set imagePullSecret
uses: azure/k8s-create-secret@v4
uses: azure/k8s-create-secret@v5
with:
namespace: ${{env.AZURE_AKS_NAMESPACE}}
container-registry-url: ${{env.IMAGE_REGISTRY_URL}}
Expand Down

0 comments on commit 038e1f2

Please sign in to comment.