From c807f1c35ad12a7258a13dfcdf2bf663c44736f9 Mon Sep 17 00:00:00 2001 From: Shengwen Yu Date: Fri, 1 Jul 2022 09:16:27 +0800 Subject: [PATCH] Bump up version to 1.9.2 Signed-off-by: Shengwen Yu --- Chart.yaml | 4 ++-- values.yaml | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index af267993b..783f82004 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.9.1 -appVersion: 2.5.1 +version: 1.9.2 +appVersion: 2.5.2 description: An open source trusted cloud native registry that stores, signs, and scans content keywords: - docker diff --git a/values.yaml b/values.yaml index a5550b812..f2700f63c 100644 --- a/values.yaml +++ b/values.yaml @@ -400,7 +400,7 @@ enableMigrateHelmHook: false nginx: image: repository: goharbor/nginx-photon - tag: v2.5.1 + tag: v2.5.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -422,7 +422,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: v2.5.1 + tag: v2.5.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -444,7 +444,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: v2.5.1 + tag: v2.5.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -487,7 +487,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.5.1 + tag: v2.5.2 replicas: 1 revisionHistoryLimit: 10 # set the service account to be used, default if left empty @@ -527,7 +527,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.5.1 + tag: v2.5.2 # resources: # requests: # memory: 256Mi @@ -535,7 +535,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.5.1 + tag: v2.5.2 # resources: # requests: @@ -593,7 +593,7 @@ chartmuseum: absoluteUrl: false image: repository: goharbor/chartmuseum-photon - tag: v2.5.1 + tag: v2.5.2 replicas: 1 revisionHistoryLimit: 10 # resources: @@ -617,7 +617,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.5.1 + tag: v2.5.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -690,7 +690,7 @@ notary: automountServiceAccountToken: false image: repository: goharbor/notary-server-photon - tag: v2.5.1 + tag: v2.5.2 replicas: 1 # resources: # requests: @@ -710,7 +710,7 @@ notary: automountServiceAccountToken: false image: repository: goharbor/notary-signer-photon - tag: v2.5.1 + tag: v2.5.2 replicas: 1 # resources: # requests: @@ -742,7 +742,7 @@ database: automountServiceAccountToken: false image: repository: goharbor/harbor-db - tag: v2.5.1 + tag: v2.5.2 # The initial superuser password for internal database password: "changeit" # The size limit for Shared memory, pgSQL use it for shared_buffer @@ -806,7 +806,7 @@ redis: automountServiceAccountToken: false image: repository: goharbor/redis-photon - tag: v2.5.1 + tag: v2.5.2 # resources: # requests: # memory: 256Mi @@ -847,7 +847,7 @@ exporter: automountServiceAccountToken: false image: repository: goharbor/harbor-exporter - tag: v2.5.1 + tag: v2.5.2 nodeSelector: {} tolerations: [] affinity: {}