From 8efd19ece90b880e6ab6e27c4f16a2f711d12fd9 Mon Sep 17 00:00:00 2001 From: Wenkai Yin Date: Fri, 11 Dec 2020 15:11:26 +0800 Subject: [PATCH] Bump up OSS Harbor to v2.0.5 Bump up OSS Harbor to v2.0.5 Signed-off-by: Wenkai Yin --- Chart.yaml | 4 ++-- values.yaml | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 05c10a833..e08ac13f9 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.4.4 -appVersion: 2.0.4 +version: 1.4.5 +appVersion: 2.0.5 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 240b2f2e2..e70737e6d 100644 --- a/values.yaml +++ b/values.yaml @@ -356,7 +356,7 @@ proxy: nginx: image: repository: goharbor/nginx-photon - tag: v2.0.4 + tag: v2.0.5 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -373,7 +373,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: v2.0.4 + tag: v2.0.5 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -390,7 +390,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: v2.0.4 + tag: v2.0.5 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -423,7 +423,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.0.4 + tag: v2.0.5 replicas: 1 # set the service account to be used, default if left empty serviceAccountName: "" @@ -450,7 +450,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.0.4 + tag: v2.0.5 # resources: # requests: # memory: 256Mi @@ -458,7 +458,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.0.4 + tag: v2.0.5 # resources: # requests: @@ -507,7 +507,7 @@ chartmuseum: absoluteUrl: false image: repository: goharbor/chartmuseum-photon - tag: v2.0.4 + tag: v2.0.5 replicas: 1 # resources: # requests: @@ -526,7 +526,7 @@ clair: clair: image: repository: goharbor/clair-photon - tag: v2.0.4 + tag: v2.0.5 # resources: # requests: # memory: 256Mi @@ -534,7 +534,7 @@ clair: adapter: image: repository: goharbor/clair-adapter-photon - tag: v2.0.4 + tag: v2.0.5 # resources: # requests: # memory: 256Mi @@ -556,7 +556,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.0.4 + tag: v2.0.5 # set the service account to be used, default if left empty serviceAccountName: "" # replicas the number of Pod replicas @@ -610,7 +610,7 @@ notary: serviceAccountName: "" image: repository: goharbor/notary-server-photon - tag: v2.0.4 + tag: v2.0.5 replicas: 1 # resources: # requests: @@ -621,7 +621,7 @@ notary: serviceAccountName: "" image: repository: goharbor/notary-signer-photon - tag: v2.0.4 + tag: v2.0.5 replicas: 1 # resources: # requests: @@ -649,7 +649,7 @@ database: serviceAccountName: "" image: repository: goharbor/harbor-db - tag: v2.0.4 + tag: v2.0.5 # The initial superuser password for internal database password: "changeit" # resources: @@ -695,7 +695,7 @@ redis: serviceAccountName: "" image: repository: goharbor/redis-photon - tag: v2.0.4 + tag: v2.0.5 # resources: # requests: # memory: 256Mi