From e240e91da8202d5ff1cfda63d33ce1d1abeb4a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 13:03:06 +0000 Subject: [PATCH] Bump Azure/k8s-deploy from 1.4 to 4.9 Bumps [Azure/k8s-deploy](https://github.com/Azure/k8s-deploy) from 1.4 to 4.9. - [Release notes](https://github.com/Azure/k8s-deploy/releases) - [Commits](https://github.com/Azure/k8s-deploy/compare/v1.4...v4.9) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-build-dep.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-build-dep.yaml b/.github/workflows/test-build-dep.yaml index 1598970..5d4285c 100644 --- a/.github/workflows/test-build-dep.yaml +++ b/.github/workflows/test-build-dep.yaml @@ -146,7 +146,7 @@ jobs: id: login # https://github.com/Azure/k8s-deploy/ - name: Deploy to k8s - uses: Azure/k8s-deploy@v1.4 + uses: Azure/k8s-deploy@v4.9 with: namespace: api # Specify what manifest file or files to use - for now, the comms manifest files are in the manifests folder in the comms repo @@ -178,14 +178,14 @@ jobs: id: login # https://github.com/Azure/k8s-deploy/ - name: Deploy to k8s - uses: Azure/k8s-deploy@v1.4 + uses: Azure/k8s-deploy@v4.9 with: namespace: public # Specify what manifest file or files to use - for now, the comms manifest files are in the manifests folder in the comms repo manifests: | manifests/app-service.yaml - name: Deploy reverse proxy - uses: Azure/k8s-deploy@v1.4 + uses: Azure/k8s-deploy@v4.9 with: namespace: istio-system # Specify what manifest file or files to use - for now, the comms manifest files are in the manifests folder in the comms repo