From ead1a57908f7243792d5843a8c3036f7fb183df0 Mon Sep 17 00:00:00 2001 From: DQ Date: Mon, 26 Jul 2021 14:00:38 +0800 Subject: [PATCH] Bump up version to 1.7.1 Appversion to 2.3.1 Signed-off-by: DQ --- Chart.yaml | 4 ++-- values.yaml | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 3f79dc7d8..eef389f69 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.7.0 -appVersion: 2.3.0 +version: 1.7.1 +appVersion: 2.3.1 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 add7cc667..cbf394e8f 100644 --- a/values.yaml +++ b/values.yaml @@ -378,7 +378,7 @@ proxy: nginx: image: repository: goharbor/nginx-photon - tag: v2.3.0 + tag: v2.3.1 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -399,7 +399,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: v2.3.0 + tag: v2.3.1 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -420,7 +420,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: v2.3.0 + tag: v2.3.1 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -458,7 +458,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.3.0 + tag: v2.3.1 replicas: 1 # set the service account to be used, default if left empty serviceAccountName: "" @@ -495,7 +495,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.3.0 + tag: v2.3.1 # resources: # requests: # memory: 256Mi @@ -503,7 +503,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.3.0 + tag: v2.3.1 # resources: # requests: @@ -554,7 +554,7 @@ chartmuseum: absoluteUrl: false image: repository: goharbor/chartmuseum-photon - tag: v2.3.0 + tag: v2.3.1 replicas: 1 # resources: # requests: @@ -575,7 +575,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.3.0 + tag: v2.3.1 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -638,7 +638,7 @@ notary: automountServiceAccountToken: false image: repository: goharbor/notary-server-photon - tag: v2.3.0 + tag: v2.3.1 replicas: 1 # resources: # requests: @@ -658,7 +658,7 @@ notary: automountServiceAccountToken: false image: repository: goharbor/notary-signer-photon - tag: v2.3.0 + tag: v2.3.1 replicas: 1 # resources: # requests: @@ -690,7 +690,7 @@ database: automountServiceAccountToken: false image: repository: goharbor/harbor-db - tag: v2.3.0 + tag: v2.3.1 # The initial superuser password for internal database password: "changeit" # The size limit for Shared memory, pgSQL use it for shared_buffer @@ -754,7 +754,7 @@ redis: automountServiceAccountToken: false image: repository: goharbor/redis-photon - tag: v2.3.0 + tag: v2.3.1 # resources: # requests: # memory: 256Mi @@ -794,7 +794,7 @@ exporter: automountServiceAccountToken: false image: repository: goharbor/harbor-exporter - tag: v2.3.0 + tag: v2.3.1 nodeSelector: {} tolerations: [] affinity: {}