Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/harbor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/harbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Comment on lines +352 to 353
| `redis.internal.resources` | The [resources] to allocate for container | undefined |
| `redis.internal.automountServiceAccountToken` | Mount serviceAccountToken? | `false` |
Expand Down
22 changes: 11 additions & 11 deletions charts/harbor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading