From f2d97c05f7e0c650fb3d0ddd6494688986dde01c Mon Sep 17 00:00:00 2001 From: Shengwen Yu Date: Thu, 25 Apr 2024 13:50:59 +0800 Subject: [PATCH] Bump up version to 1.12.6, appVersion to 2.8.6 Signed-off-by: Shengwen Yu --- Chart.yaml | 4 ++-- values.yaml | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 5caf94f85..89ab3d611 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.12.5 -appVersion: 2.8.5 +version: 1.12.6 +appVersion: 2.8.6 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 5db6c523c..541b980f4 100644 --- a/values.yaml +++ b/values.yaml @@ -400,7 +400,7 @@ enableMigrateHelmHook: false nginx: image: repository: goharbor/nginx-photon - tag: v2.8.5 + tag: v2.8.6 # 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.8.5 + tag: v2.8.6 # 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.8.5 + tag: v2.8.6 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -497,7 +497,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.8.5 + tag: v2.8.6 replicas: 1 revisionHistoryLimit: 10 # set the service account to be used, default if left empty @@ -545,7 +545,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.8.5 + tag: v2.8.6 # resources: # requests: # memory: 256Mi @@ -553,7 +553,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.8.5 + tag: v2.8.6 # resources: # requests: @@ -610,7 +610,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.8.5 + tag: v2.8.6 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -685,7 +685,7 @@ notary: automountServiceAccountToken: false image: repository: goharbor/notary-server-photon - tag: v2.8.5 + tag: v2.8.6 replicas: 1 # resources: # requests: @@ -707,7 +707,7 @@ notary: automountServiceAccountToken: false image: repository: goharbor/notary-signer-photon - tag: v2.8.5 + tag: v2.8.6 replicas: 1 # resources: # requests: @@ -739,7 +739,7 @@ database: automountServiceAccountToken: false image: repository: goharbor/harbor-db - tag: v2.8.5 + tag: v2.8.6 # The initial superuser password for internal database password: "changeit" # The size limit for Shared memory, pgSQL use it for shared_buffer @@ -811,7 +811,7 @@ redis: automountServiceAccountToken: false image: repository: goharbor/redis-photon - tag: v2.8.5 + tag: v2.8.6 # resources: # requests: # memory: 256Mi @@ -869,7 +869,7 @@ exporter: automountServiceAccountToken: false image: repository: goharbor/harbor-exporter - tag: v2.8.5 + tag: v2.8.6 nodeSelector: {} tolerations: [] affinity: {}