Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(chart-deps): update harbor to version 1.16.2 #1903

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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 chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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
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.12.1
appVersion: 2.12.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.16.1
version: 1.16.2
20 changes: 10 additions & 10 deletions charts/harbor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -704,7 +704,7 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v2.12.1
tag: v2.12.2
# resources:
# requests:
# memory: 256Mi
Expand All @@ -713,7 +713,7 @@ registry:
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.12.1
tag: v2.12.2
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down