From 508565a9c5e59cf6ce1c8e647401992c92f2f1e3 Mon Sep 17 00:00:00 2001 From: Shengwen Yu Date: Thu, 11 Jul 2024 17:16:08 +0800 Subject: [PATCH] Bump up version to 1.14.3, appVersion to 2.10.3 Signed-off-by: Shengwen Yu --- Chart.yaml | 14 ++++++++------ values.yaml | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index ea346b19f..94d4274b7 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.14.2 -appVersion: 2.10.2 +version: 1.14.3 +appVersion: 2.10.3 description: An open source trusted cloud native registry that stores, signs, and scans content keywords: - docker @@ -13,10 +13,12 @@ sources: - https://github.com/goharbor/harbor - https://github.com/goharbor/harbor-helm maintainers: +- name: Yan Wang + email: yan-yw.wang@broadcom.com - name: Wenkai Yin - email: yinw@vmware.com -- name: Weiwei He - email: hweiwei@vmware.com + email: wenkai.yin@broadcom.com +- name: Miner Yang + email: miner.yang@broadcom.com - name: Shengwen Yu - email: yshengwen@vmware.com + email: shengwen.yu@broadcom.com engine: gotpl diff --git a/values.yaml b/values.yaml index 688b42c3a..cd23063f1 100644 --- a/values.yaml +++ b/values.yaml @@ -385,7 +385,7 @@ enableMigrateHelmHook: false nginx: image: repository: goharbor/nginx-photon - tag: v2.10.2 + tag: v2.10.3 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -416,7 +416,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: v2.10.2 + tag: v2.10.3 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -449,7 +449,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: v2.10.2 + tag: v2.10.3 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -529,7 +529,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.10.2 + tag: v2.10.3 replicas: 1 revisionHistoryLimit: 10 # set the service account to be used, default if left empty @@ -590,7 +590,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.10.2 + tag: v2.10.3 # resources: # requests: # memory: 256Mi @@ -599,7 +599,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.10.2 + tag: v2.10.3 # resources: # requests: @@ -670,7 +670,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.10.2 + tag: v2.10.3 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -760,7 +760,7 @@ database: automountServiceAccountToken: false image: repository: goharbor/harbor-db - tag: v2.10.2 + tag: v2.10.3 # The initial superuser password for internal database password: "changeit" # The size limit for Shared memory, pgSQL use it for shared_buffer @@ -833,7 +833,7 @@ redis: automountServiceAccountToken: false image: repository: goharbor/redis-photon - tag: v2.10.2 + tag: v2.10.3 # resources: # requests: # memory: 256Mi @@ -897,7 +897,7 @@ exporter: automountServiceAccountToken: false image: repository: goharbor/harbor-exporter - tag: v2.10.2 + tag: v2.10.3 nodeSelector: {} tolerations: [] affinity: {}