From 421870b00ec7cafed9b81ad1aeac765a5d9664e1 Mon Sep 17 00:00:00 2001 From: Jose Antonio Carmona Date: Fri, 15 Jul 2022 10:51:07 +0200 Subject: [PATCH] [bitnami/*] Temporarily change VIB target-platform (#11197) * Do not use secrets for target-platforms Signed-off-by: Jose Antonio Carmona * Temporarily replace TKG by GKE Signed-off-by: Jose Antonio Carmona --- .github/workflows/cd-pipeline.yaml | 2 +- .github/workflows/ci-pipeline-extra-redis.yaml | 4 ++-- .github/workflows/ci-pipeline-extra-thanos.yaml | 2 +- .github/workflows/ci-pipeline.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd-pipeline.yaml b/.github/workflows/cd-pipeline.yaml index c2550ee093..b966768bca 100644 --- a/.github/workflows/cd-pipeline.yaml +++ b/.github/workflows/cd-pipeline.yaml @@ -108,7 +108,7 @@ jobs: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-publish.json config: charts/.vib/ env: - VIB_ENV_TARGET_PLATFORM: 7ddab896-2e4e-4d58-a501-f79897eba3a0 + VIB_ENV_TARGET_PLATFORM: 91d398a2-25c4-4cda-8732-75a3cfc179a1 VIB_ENV_ALTERNATIVE_TARGET_PLATFORM: 91d398a2-25c4-4cda-8732-75a3cfc179a1 VIB_ENV_S3_URL: s3://${{ secrets.AWS_S3_BUCKET }}/bitnami VIB_ENV_S3_USERNAME: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/ci-pipeline-extra-redis.yaml b/.github/workflows/ci-pipeline-extra-redis.yaml index 9fac224ff0..bd199c6f64 100644 --- a/.github/workflows/ci-pipeline-extra-redis.yaml +++ b/.github/workflows/ci-pipeline-extra-redis.yaml @@ -33,7 +33,7 @@ jobs: with: pipeline: redis/sentinel/vib-verify.json env: - VIB_ENV_TARGET_PLATFORM: ${{ secrets.VIB_ENV_TARGET_PLATFORM }} + VIB_ENV_TARGET_PLATFORM: 91d398a2-25c4-4cda-8732-75a3cfc179a1 vib-verify-replica: if: | @@ -50,4 +50,4 @@ jobs: with: pipeline: redis/replicas/vib-verify.json env: - VIB_ENV_TARGET_PLATFORM: ${{ secrets.VIB_ENV_TARGET_PLATFORM }} + VIB_ENV_TARGET_PLATFORM: 91d398a2-25c4-4cda-8732-75a3cfc179a1 diff --git a/.github/workflows/ci-pipeline-extra-thanos.yaml b/.github/workflows/ci-pipeline-extra-thanos.yaml index d593eaac75..f4e70d2e3e 100644 --- a/.github/workflows/ci-pipeline-extra-thanos.yaml +++ b/.github/workflows/ci-pipeline-extra-thanos.yaml @@ -33,4 +33,4 @@ jobs: with: pipeline: thanos/bucketweb/vib-verify.json env: - VIB_ENV_TARGET_PLATFORM: ${{ secrets.VIB_ENV_TARGET_PLATFORM }} + VIB_ENV_TARGET_PLATFORM: 91d398a2-25c4-4cda-8732-75a3cfc179a1 diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index e1b6bbeca8..54350ce61a 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -110,9 +110,9 @@ jobs: pipeline: ${{ needs.get-chart.outputs.chart }}/vib-verify.json env: # Target-Platform used by default - VIB_ENV_TARGET_PLATFORM: ${{ secrets.VIB_ENV_TARGET_PLATFORM }} + VIB_ENV_TARGET_PLATFORM: 91d398a2-25c4-4cda-8732-75a3cfc179a1 # Alternative Target-Platform to be used in case of incompatibilities - VIB_ENV_ALTERNATIVE_TARGET_PLATFORM: ${{ secrets.VIB_ENV_ALTERNATIVE_TARGET_PLATFORM }} + VIB_ENV_ALTERNATIVE_TARGET_PLATFORM: 91d398a2-25c4-4cda-8732-75a3cfc179a1 ci-pr-review: runs-on: ubuntu-latest needs: vib-verify