diff --git a/chart/chart-index/Chart.yaml b/chart/chart-index/Chart.yaml index 50d30d8640..dedcd1348f 100644 --- a/chart/chart-index/Chart.yaml +++ b/chart/chart-index/Chart.yaml @@ -27,7 +27,7 @@ dependencies: version: 5.0.0 repository: https://dl.gitea.io/charts - name: harbor - version: 1.16.1 + version: 1.16.2 repository: https://helm.goharbor.io - name: ingress-nginx version: 4.6.1 diff --git a/charts/harbor/Chart.yaml b/charts/harbor/Chart.yaml index 494001530d..93920ce51a 100644 --- a/charts/harbor/Chart.yaml +++ b/charts/harbor/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 2.12.1 +appVersion: 2.12.2 description: An open source trusted cloud native registry that stores, signs, and scans content home: https://goharbor.io @@ -19,4 +19,4 @@ name: harbor sources: - https://github.com/goharbor/harbor - https://github.com/goharbor/harbor-helm -version: 1.16.1 +version: 1.16.2 diff --git a/charts/harbor/values.yaml b/charts/harbor/values.yaml index b35a61f5c7..1171cff21d 100644 --- a/charts/harbor/values.yaml +++ b/charts/harbor/values.yaml @@ -483,7 +483,7 @@ containerSecurityContext: nginx: image: repository: goharbor/nginx-photon - tag: v2.12.1 + tag: v2.12.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -514,7 +514,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: v2.12.1 + tag: v2.12.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -554,7 +554,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: v2.12.1 + tag: v2.12.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -641,7 +641,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.12.1 + tag: v2.12.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -704,7 +704,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.12.1 + tag: v2.12.2 # resources: # requests: # memory: 256Mi @@ -713,7 +713,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.12.1 + tag: v2.12.2 # resources: # requests: # memory: 256Mi @@ -794,7 +794,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.12.1 + tag: v2.12.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -887,7 +887,7 @@ database: internal: image: repository: goharbor/harbor-db - tag: v2.12.1 + tag: v2.12.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -967,7 +967,7 @@ redis: internal: image: repository: goharbor/redis-photon - tag: v2.12.1 + tag: v2.12.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -1029,7 +1029,7 @@ redis: exporter: image: repository: goharbor/harbor-exporter - tag: v2.12.1 + tag: v2.12.2 serviceAccountName: "" # mount the service account token automountServiceAccountToken: false