mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
[bitnami/*] Temporarily change VIB target-platform (#11197)
* Do not use secrets for target-platforms Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com> * Temporarily replace TKG by GKE Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>
This commit is contained in:
committed by
GitHub
parent
021700155c
commit
421870b00e
2
.github/workflows/cd-pipeline.yaml
vendored
2
.github/workflows/cd-pipeline.yaml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
4
.github/workflows/ci-pipeline.yaml
vendored
4
.github/workflows/ci-pipeline.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user