diff --git a/Chart.yaml b/Chart.yaml index 5a36c2ce793afd2510711cc348c2b3085ff83bca..85bb7af9fdf076667eb5a99d74d1776f41ff7b57 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.10.2 -appVersion: 2.6.2 +version: 1.10.3 +appVersion: 2.6.3 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 c87fc8b2f8b3b01b9af1b405ce2c86d2a9b780f8..3ffc14d4e2a93d438534c823a7cf10b8da86b4db 100644 --- a/values.yaml +++ b/values.yaml @@ -420,7 +420,7 @@ enableMigrateHelmHook: false nginx: image: repository: goharbor/nginx-photon - tag: v2.6.2 + tag: v2.6.3 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -442,7 +442,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: v2.6.2 + tag: v2.6.3 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -464,7 +464,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: v2.6.2 + tag: v2.6.3 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -509,7 +509,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.6.2 + tag: v2.6.3 replicas: 1 revisionHistoryLimit: 10 # set the service account to be used, default if left empty @@ -549,7 +549,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.6.2 + tag: v2.6.3 # resources: # requests: # memory: 256Mi @@ -557,7 +557,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.6.2 + tag: v2.6.3 # resources: # requests: @@ -617,7 +617,7 @@ chartmuseum: absoluteUrl: false image: repository: goharbor/chartmuseum-photon - tag: v2.6.2 + tag: v2.6.3 replicas: 1 revisionHistoryLimit: 10 # resources: @@ -641,7 +641,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.6.2 + tag: v2.6.3 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -716,7 +716,7 @@ notary: automountServiceAccountToken: false image: repository: goharbor/notary-server-photon - tag: v2.6.2 + tag: v2.6.3 replicas: 1 # resources: # requests: @@ -736,7 +736,7 @@ notary: automountServiceAccountToken: false image: repository: goharbor/notary-signer-photon - tag: v2.6.2 + tag: v2.6.3 replicas: 1 # resources: # requests: @@ -768,7 +768,7 @@ database: automountServiceAccountToken: false image: repository: goharbor/harbor-db - tag: v2.6.2 + tag: v2.6.3 # The initial superuser password for internal database password: "changeit" # The size limit for Shared memory, pgSQL use it for shared_buffer @@ -834,7 +834,7 @@ redis: automountServiceAccountToken: false image: repository: goharbor/redis-photon - tag: v2.6.2 + tag: v2.6.3 # resources: # requests: # memory: 256Mi @@ -877,7 +877,7 @@ exporter: automountServiceAccountToken: false image: repository: goharbor/harbor-exporter - tag: v2.6.2 + tag: v2.6.3 nodeSelector: {} tolerations: [] affinity: {}