From 74c1866fe155631cf8558a74215939adda4dce58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:46:06 -0800 Subject: [PATCH] Bump bcgov-nr/action-deployer-openshift from 2.0.0 to 2.1.0 (#49) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [bcgov-nr/action-deployer-openshift](https://github.com/bcgov-nr/action-deployer-openshift) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/bcgov-nr/action-deployer-openshift/releases) - [Commits](https://github.com/bcgov-nr/action-deployer-openshift/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: bcgov-nr/action-deployer-openshift dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Müller --- .github/workflows/merge-main.yml | 2 +- .github/workflows/pr-open.yml | 2 +- .github/workflows/prod.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index 8fdf4792..e6235bde 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -54,7 +54,7 @@ jobs: file: frontend/openshift.deploy.yml overwrite: true steps: - - uses: bcgov-nr/action-deployer-openshift@v2.0.0 + - uses: bcgov-nr/action-deployer-openshift@v2.1.0 with: file: ${{ matrix.file }} oc_namespace: ${{ secrets.OC_NAMESPACE }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 70cf6742..b738420d 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -81,7 +81,7 @@ jobs: overwrite: true parameters: -p MIN_REPLICAS=1 -p MAX_REPLICAS=1 steps: - - uses: bcgov-nr/action-deployer-openshift@v2.0.0 + - uses: bcgov-nr/action-deployer-openshift@v2.1.0 with: file: ${{ matrix.file }} oc_namespace: ${{ secrets.OC_NAMESPACE }} diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 16d25185..2540256c 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -23,7 +23,7 @@ jobs: file: frontend/openshift.deploy.yml overwrite: true steps: - - uses: bcgov-nr/action-deployer-openshift@v2.0.0 + - uses: bcgov-nr/action-deployer-openshift@v2.1.0 with: file: ${{ matrix.file }} oc_namespace: ${{ secrets.OC_NAMESPACE }}