From 038e1f2b49879efc72aa224dbe3ad923ca4d26df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:17:40 +0000 Subject: [PATCH] ci(deps): bump azure/k8s-create-secret from 4 to 5 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](https://github.com/azure/k8s-create-secret/compare/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] --- .github/workflows/deploy-k8s.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-k8s.yml b/.github/workflows/deploy-k8s.yml index 171e43a3..8fb524d5 100644 --- a/.github/workflows/deploy-k8s.yml +++ b/.github/workflows/deploy-k8s.yml @@ -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}}