From d218b4d0118c28caabc67b7d2c87292aace8fef1 Mon Sep 17 00:00:00 2001 From: miner Date: Tue, 3 Dec 2024 13:45:40 +0800 Subject: [PATCH] update 2.11.2 image tag (#1884) Signed-off-by: yminer Co-authored-by: yminer --- Chart.yaml | 6 ++---- values.yaml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 7143ba8e9..21a0a61b9 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,10 +15,8 @@ sources: maintainers: - name: Yan Wang email: yan-yw.wang@broadcom.com -- name: Wenkai Yin - email: wenkai.yin@broadcom.com +- name: Stone Zhang + email: stone.zhang@broadcom.com - name: Miner Yang email: miner.yang@broadcom.com -- name: Shengwen Yu - email: shengwen.yu@broadcom.com engine: gotpl diff --git a/values.yaml b/values.yaml index 7424259a7..319d2a25a 100644 --- a/values.yaml +++ b/values.yaml @@ -483,7 +483,7 @@ containerSecurityContext: nginx: image: repository: goharbor/nginx-photon - tag: v2.11.1 + tag: v2.11.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -514,7 +514,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: v2.11.1 + tag: v2.11.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -554,7 +554,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: v2.11.1 + tag: v2.11.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -704,7 +704,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.11.1 + tag: v2.11.2 # resources: # requests: # memory: 256Mi @@ -713,7 +713,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.11.1 + tag: v2.11.2 # resources: # requests: # memory: 256Mi @@ -794,7 +794,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.11.1 + tag: v2.11.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -887,7 +887,7 @@ database: internal: image: repository: goharbor/harbor-db - tag: v2.11.1 + tag: v2.11.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -967,7 +967,7 @@ redis: internal: image: repository: goharbor/redis-photon - tag: v2.11.1 + tag: v2.11.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -1029,7 +1029,7 @@ redis: exporter: image: repository: goharbor/harbor-exporter - tag: v2.11.1 + tag: v2.11.2 serviceAccountName: "" # mount the service account token automountServiceAccountToken: false