diff --git a/Chart.yaml b/Chart.yaml index 8b950ef1e..58632420e 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.4.0-dev -appVersion: dev +version: 1.6.0 +appVersion: 2.2.0 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 1b79b5c46..211ca8341 100644 --- a/values.yaml +++ b/values.yaml @@ -370,7 +370,7 @@ proxy: nginx: image: repository: goharbor/nginx-photon - tag: dev + tag: v2.2.0 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -387,7 +387,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: dev + tag: v2.2.0 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -404,7 +404,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: dev + tag: v2.2.0 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -438,7 +438,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: dev + tag: v2.2.0 replicas: 1 # set the service account to be used, default if left empty serviceAccountName: "" @@ -469,7 +469,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: dev + tag: v2.2.0 # resources: # requests: # memory: 256Mi @@ -477,7 +477,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: dev + tag: v2.2.0 # resources: # requests: @@ -524,7 +524,7 @@ chartmuseum: absoluteUrl: false image: repository: goharbor/chartmuseum-photon - tag: dev + tag: v2.2.0 replicas: 1 # resources: # requests: @@ -543,7 +543,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: dev + tag: v2.2.0 # set the service account to be used, default if left empty serviceAccountName: "" # replicas the number of Pod replicas @@ -600,7 +600,7 @@ notary: serviceAccountName: "" image: repository: goharbor/notary-server-photon - tag: dev + tag: v2.2.0 replicas: 1 # resources: # requests: @@ -616,7 +616,7 @@ notary: serviceAccountName: "" image: repository: goharbor/notary-signer-photon - tag: dev + tag: v2.2.0 replicas: 1 # resources: # requests: @@ -644,7 +644,7 @@ database: serviceAccountName: "" image: repository: goharbor/harbor-db - tag: dev + tag: v2.2.0 # The initial superuser password for internal database password: "changeit" # resources: @@ -689,7 +689,7 @@ redis: serviceAccountName: "" image: repository: goharbor/redis-photon - tag: dev + tag: v2.2.0 # resources: # requests: # memory: 256Mi @@ -725,7 +725,7 @@ exporter: serviceAccountName: "" image: repository: goharbor/harbor-exporter - tag: dev + tag: v2.2.0 nodeSelector: {} tolerations: [] affinity: {}