|
7 | 7 | DOCKER_GCLOUD_SA_KEY: VAULT[development/team/sonarqube/kv/data/gcp-marketplace-registry-staging data.key] |
8 | 8 | GCLOUD_REGISTRY: gcr.io/sonarqube-marketplace-provider # This is the staging registry |
9 | 9 | GCLOUD_PRODUCT_NAME: sonarqube-dce-staging # This is the staging product name |
10 | | - GCLOUD_TAG: 10.5.0 |
| 10 | + GCLOUD_TAG: 10.5.1 |
11 | 11 |
|
12 | 12 | except_nightly_cron: &EXCEPT_ON_NIGHTLY_CRON |
13 | 13 | only_if: $CIRRUS_CRON != $NIGHTLY_CRON |
@@ -68,7 +68,7 @@ build_gcp_app_template: &BUILD_GCP_APP_TEMPLATE |
68 | 68 | - cd charts/sonarqube-dce |
69 | 69 | - helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx |
70 | 70 | - helm repo add bitnami https://charts.bitnami.com/bitnami |
71 | | - - helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami |
| 71 | + - helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami |
72 | 72 | - helm dependency build |
73 | 73 | tag_and_promote_script: |
74 | 74 | - export CURRENT_MINOR_VERSION=$(echo ${GCLOUD_TAG} | cut -d '.' -f 1,2) |
@@ -127,7 +127,7 @@ chart_static_compatibility_test_task: |
127 | 127 | script: |
128 | 128 | - helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx |
129 | 129 | - helm repo add bitnami https://charts.bitnami.com/bitnami |
130 | | - - helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami |
| 130 | + - helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami |
131 | 131 | - cd ${CIRRUS_WORKING_DIR}/charts/sonarqube |
132 | 132 | - helm dependency build |
133 | 133 | - ../../.cirrus/unit_helm_compatibility_test.sh |
@@ -189,7 +189,7 @@ chart_packaging_task: |
189 | 189 | - source cirrus-env BUILD |
190 | 190 | - helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx |
191 | 191 | - helm repo add bitnami https://charts.bitnami.com/bitnami |
192 | | - - helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami |
| 192 | + - helm repo add bitnami-pre2022 https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami |
193 | 193 | - helm repo update |
194 | 194 | - ./.cirrus/package.sh |
195 | 195 | - ./.cirrus/sign_chart.sh |
|
0 commit comments