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

Bump up version to 1.13.5, appVersion to 2.9.5 #1784

Merged
merged 1 commit into from
Jul 11, 2024
Merged
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
14 changes: 8 additions & 6 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: harbor
version: 1.13.4
appVersion: 2.9.4
version: 1.13.5
appVersion: 2.9.5
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand All @@ -13,10 +13,12 @@ sources:
- https://github.com/goharbor/harbor
- https://github.com/goharbor/harbor-helm
maintainers:
- name: Yan Wang
email: [email protected]
- name: Wenkai Yin
email: yinw@vmware.com
- name: Weiwei He
email: hweiwei@vmware.com
email: wenkai.yin@broadcom.com
- name: Miner Yang
email: miner.yang@broadcom.com
- name: Shengwen Yu
email: yshengwen@vmware.com
email: shengwen.yu@broadcom.com
engine: gotpl
20 changes: 10 additions & 10 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ enableMigrateHelmHook: false
nginx:
image:
repository: goharbor/nginx-photon
tag: v2.9.4
tag: v2.9.5
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -410,7 +410,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v2.9.4
tag: v2.9.5
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -441,7 +441,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v2.9.4
tag: v2.9.5
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -513,7 +513,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v2.9.4
tag: v2.9.5
replicas: 1
revisionHistoryLimit: 10
# set the service account to be used, default if left empty
Expand Down Expand Up @@ -570,7 +570,7 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v2.9.4
tag: v2.9.5
# resources:
# requests:
# memory: 256Mi
Expand All @@ -579,7 +579,7 @@ registry:
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.9.4
tag: v2.9.5

# resources:
# requests:
Expand Down Expand Up @@ -645,7 +645,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: goharbor/trivy-adapter-photon
# tag the tag for Trivy adapter image
tag: v2.9.4
tag: v2.9.5
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -735,7 +735,7 @@ database:
automountServiceAccountToken: false
image:
repository: goharbor/harbor-db
tag: v2.9.4
tag: v2.9.5
# The initial superuser password for internal database
password: "changeit"
# The size limit for Shared memory, pgSQL use it for shared_buffer
Expand Down Expand Up @@ -808,7 +808,7 @@ redis:
automountServiceAccountToken: false
image:
repository: goharbor/redis-photon
tag: v2.9.4
tag: v2.9.5
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -872,7 +872,7 @@ exporter:
automountServiceAccountToken: false
image:
repository: goharbor/harbor-exporter
tag: v2.9.4
tag: v2.9.5
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down
Loading