From 39868f54278b1c9531386adbfbfc71c53ad69c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:34:17 +0000 Subject: [PATCH] Bump Azure/k8s-deploy from 1.4 to 3.0 Bumps [Azure/k8s-deploy](https://github.com/Azure/k8s-deploy) from 1.4 to 3.0. - [Release notes](https://github.com/Azure/k8s-deploy/releases) - [Commits](https://github.com/Azure/k8s-deploy/compare/v1.4...v3.0) --- 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..3a00918 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@v3.0 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@v3.0 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@v3.0 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