Skip to content

Commit

Permalink
Merge pull request #1774 from zyyw/1.15.0
Browse files Browse the repository at this point in the history
Bump version to 1.15.0, appVersion to 2.11.0
  • Loading branch information
ywk253100 authored Jun 20, 2024
2 parents 1569536 + 8abfbbd commit 3007f1f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
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.4.0-dev
appVersion: dev
version: 1.15.0
appVersion: 2.11.0
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: yan-yw.wang@broadcom.com
- 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 @@ -483,7 +483,7 @@ containerSecurityContext:
nginx:
image:
repository: goharbor/nginx-photon
tag: dev
tag: v2.11.0
# 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: dev
tag: v2.11.0
# 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: dev
tag: v2.11.0
# 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: dev
tag: v2.11.0
# 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: dev
tag: v2.11.0
# resources:
# requests:
# memory: 256Mi
Expand All @@ -713,7 +713,7 @@ registry:
controller:
image:
repository: goharbor/harbor-registryctl
tag: dev
tag: v2.11.0
# 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: dev
tag: v2.11.0
# 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: dev
tag: v2.11.0
# 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: dev
tag: v2.11.0
# 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: dev
tag: v2.11.0
serviceAccountName: ""
# mount the service account token
automountServiceAccountToken: false
Expand Down

0 comments on commit 3007f1f

Please sign in to comment.