From 751400b0f8e9021893f5b41885fb5a2de6f37841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 13:08:12 +0000 Subject: [PATCH] Bump Azure/k8s-deploy from 1.4 to 1.5 Bumps [Azure/k8s-deploy](https://github.com/Azure/k8s-deploy) from 1.4 to 1.5. - [Release notes](https://github.com/Azure/k8s-deploy/releases) - [Commits](https://github.com/Azure/k8s-deploy/compare/v1.4...v1.5) --- updated-dependencies: - dependency-name: Azure/k8s-deploy dependency-type: direct:production update-type: version-update:semver-minor ... 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..dfdb01f 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@v1.5 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@v1.5 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@v1.5 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