From dbce1df649b294935a4a4969171c5ce8bea538b3 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Wed, 1 Nov 2023 14:09:06 +0100 Subject: [PATCH] Update CI image for command bot --- helm/values-parity-prod.yaml | 2 +- helm/values-parity-stg.yaml | 2 +- helm/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/values-parity-prod.yaml b/helm/values-parity-prod.yaml index 8c5826e..1dcdc0d 100644 --- a/helm/values-parity-prod.yaml +++ b/helm/values-parity-prod.yaml @@ -12,7 +12,7 @@ gcloud-sqlproxy: common: env: GITLAB_PUSH_NAMESPACE: parity/mirrors - GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.73.0-2023-05-23 + GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.73.0-2023-11-01-v20231025 GITLAB_DOMAIN: gitlab.parity.io DATA_PATH: /data IS_DEPLOYMENT: true diff --git a/helm/values-parity-stg.yaml b/helm/values-parity-stg.yaml index 2907df7..0d56556 100644 --- a/helm/values-parity-stg.yaml +++ b/helm/values-parity-stg.yaml @@ -12,7 +12,7 @@ gcloud-sqlproxy: common: env: GITLAB_PUSH_NAMESPACE: parity/mirrors - GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.73.0-2023-05-23 + GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.73.0-2023-11-01-v20231025 GITLAB_DOMAIN: gitlab-stg.parity.io DATA_PATH: /data IS_DEPLOYMENT: true diff --git a/helm/values.yaml b/helm/values.yaml index d453945..83e1b56 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -41,7 +41,7 @@ common: - ReadWriteOnce env: GITLAB_PUSH_NAMESPACE: parity/mirrors - GITLAB_JOB_IMAGE: paritytech/ci-linux:production + GITLAB_JOB_IMAGE: paritytech/ci-unified:bullseye-1.73.0-2023-11-01-v20231025 GITLAB_DOMAIN: gitlab.parity.io PIPELINE_SCRIPTS_REPOSITORY: https://github.com/paritytech/command-bot-scripts/ PIPELINE_SCRIPTS_REF: main