From b81136e22c6d139639c482450d893763eaa00b68 Mon Sep 17 00:00:00 2001 From: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com> Date: Tue, 4 Aug 2026 01:02:23 +0000 Subject: [PATCH] chore(chart-deps): update harbor to version 1.19.2 --- apps.yaml | 2 +- chart/chart-index/Chart.yaml | 2 +- charts/harbor/Chart.yaml | 4 ++-- charts/harbor/README.md | 2 +- charts/harbor/values.yaml | 22 +++++++++++----------- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/apps.yaml b/apps.yaml index 75a2bef14c..2db37660c1 100644 --- a/apps.yaml +++ b/apps.yaml @@ -76,7 +76,7 @@ appsInfo: integration: App Platform uses Grafana to visualize Prometheus metrics and Loki logs. Team members are automatically given the Editor role, while admins are also given the Admin role. It is possible to make configuration changes directly in Grafana, but only to non-conflicting settings. Data sources are preconfigured and must not be edited as changes will be gone when Grafana is redeployed. harbor: title: Harbor - appVersion: 2.15.1 + appVersion: 2.15.2 repo: https://github.com/goharbor/harbor maintainers: Project Harbor relatedLinks: diff --git a/chart/chart-index/Chart.yaml b/chart/chart-index/Chart.yaml index e4c86632a8..d550965537 100644 --- a/chart/chart-index/Chart.yaml +++ b/chart/chart-index/Chart.yaml @@ -38,7 +38,7 @@ dependencies: version: 12.6.0 repository: https://dl.gitea.io/charts - name: harbor - version: 1.19.1 + version: 1.19.2 repository: https://helm.goharbor.io - name: base alias: istio-base diff --git a/charts/harbor/Chart.yaml b/charts/harbor/Chart.yaml index 3396403567..d53273c743 100644 --- a/charts/harbor/Chart.yaml +++ b/charts/harbor/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 2.15.1 +appVersion: 2.15.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.19.1 +version: 1.19.2 diff --git a/charts/harbor/README.md b/charts/harbor/README.md index 3e35b1dbbf..f415e535e3 100644 --- a/charts/harbor/README.md +++ b/charts/harbor/README.md @@ -349,7 +349,7 @@ The following table lists the configurable parameters of the Harbor chart and th | `database.podAnnotations` | Annotations to add to the database pod | `{}` | | **Redis** | | | | `redis.type` | If external redis is used, set it to `external` | `internal` | -| `redis.internal.image.repository` | Repository for redis image | `goharbor/redis-photon` | +| `redis.internal.image.repository` | Repository for redis image | `goharbor/valkey-photon` | | `redis.internal.image.tag` | Tag for redis image | `dev` | | `redis.internal.resources` | The [resources] to allocate for container | undefined | | `redis.internal.automountServiceAccountToken` | Mount serviceAccountToken? | `false` | diff --git a/charts/harbor/values.yaml b/charts/harbor/values.yaml index a4ff88a17e..d5a5d6220e 100644 --- a/charts/harbor/values.yaml +++ b/charts/harbor/values.yaml @@ -501,7 +501,7 @@ containerSecurityContext: nginx: image: repository: docker.io/goharbor/nginx-photon - tag: v2.15.1 + tag: v2.15.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -550,7 +550,7 @@ nginx: portal: image: repository: docker.io/goharbor/harbor-portal - tag: v2.15.1 + tag: v2.15.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -608,7 +608,7 @@ portal: core: image: repository: docker.io/goharbor/harbor-core - tag: v2.15.1 + tag: v2.15.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -719,7 +719,7 @@ core: jobservice: image: repository: docker.io/goharbor/harbor-jobservice - tag: v2.15.1 + tag: v2.15.2 replicas: 1 podDisruptionBudget: enabled: false @@ -804,7 +804,7 @@ registry: registry: image: repository: docker.io/goharbor/registry-photon - tag: v2.15.1 + tag: v2.15.2 # resources: # requests: # memory: 256Mi @@ -827,7 +827,7 @@ registry: controller: image: repository: docker.io/goharbor/harbor-registryctl - tag: v2.15.1 + tag: v2.15.2 # resources: # requests: # memory: 256Mi @@ -926,7 +926,7 @@ trivy: # repository the repository for Trivy adapter image repository: docker.io/goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.15.1 + tag: v2.15.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -1049,7 +1049,7 @@ database: internal: image: repository: docker.io/goharbor/harbor-db - tag: v2.15.1 + tag: v2.15.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -1136,8 +1136,8 @@ redis: type: internal internal: image: - repository: docker.io/goharbor/redis-photon - tag: v2.15.1 + repository: docker.io/goharbor/valkey-photon + tag: v2.15.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -1221,7 +1221,7 @@ redis: exporter: image: repository: docker.io/goharbor/harbor-exporter - tag: v2.15.1 + tag: v2.15.2 serviceAccountName: "" # mount the service account token automountServiceAccountToken: false