Skip to content

Commit 3007f1f

Browse files
authored
Merge pull request #1774 from zyyw/1.15.0
Bump version to 1.15.0, appVersion to 2.11.0
2 parents 1569536 + 8abfbbd commit 3007f1f

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

Chart.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: harbor
3-
version: 1.4.0-dev
4-
appVersion: dev
3+
version: 1.15.0
4+
appVersion: 2.11.0
55
description: An open source trusted cloud native registry that stores, signs, and scans content
66
keywords:
77
- docker
@@ -13,10 +13,12 @@ sources:
1313
- https://github.com/goharbor/harbor
1414
- https://github.com/goharbor/harbor-helm
1515
maintainers:
16+
- name: Yan Wang
17+
1618
- name: Wenkai Yin
17-
email: yinw@vmware.com
18-
- name: Weiwei He
19-
email: hweiwei@vmware.com
19+
email: wenkai.yin@broadcom.com
20+
- name: Miner Yang
21+
email: miner.yang@broadcom.com
2022
- name: Shengwen Yu
21-
email: yshengwen@vmware.com
23+
email: shengwen.yu@broadcom.com
2224
engine: gotpl

values.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ containerSecurityContext:
483483
nginx:
484484
image:
485485
repository: goharbor/nginx-photon
486-
tag: dev
486+
tag: v2.11.0
487487
# set the service account to be used, default if left empty
488488
serviceAccountName: ""
489489
# mount the service account token
@@ -514,7 +514,7 @@ nginx:
514514
portal:
515515
image:
516516
repository: goharbor/harbor-portal
517-
tag: dev
517+
tag: v2.11.0
518518
# set the service account to be used, default if left empty
519519
serviceAccountName: ""
520520
# mount the service account token
@@ -554,7 +554,7 @@ portal:
554554
core:
555555
image:
556556
repository: goharbor/harbor-core
557-
tag: dev
557+
tag: v2.11.0
558558
# set the service account to be used, default if left empty
559559
serviceAccountName: ""
560560
# mount the service account token
@@ -641,7 +641,7 @@ core:
641641
jobservice:
642642
image:
643643
repository: goharbor/harbor-jobservice
644-
tag: dev
644+
tag: v2.11.0
645645
# set the service account to be used, default if left empty
646646
serviceAccountName: ""
647647
# mount the service account token
@@ -704,7 +704,7 @@ registry:
704704
registry:
705705
image:
706706
repository: goharbor/registry-photon
707-
tag: dev
707+
tag: v2.11.0
708708
# resources:
709709
# requests:
710710
# memory: 256Mi
@@ -713,7 +713,7 @@ registry:
713713
controller:
714714
image:
715715
repository: goharbor/harbor-registryctl
716-
tag: dev
716+
tag: v2.11.0
717717
# resources:
718718
# requests:
719719
# memory: 256Mi
@@ -794,7 +794,7 @@ trivy:
794794
# repository the repository for Trivy adapter image
795795
repository: goharbor/trivy-adapter-photon
796796
# tag the tag for Trivy adapter image
797-
tag: dev
797+
tag: v2.11.0
798798
# set the service account to be used, default if left empty
799799
serviceAccountName: ""
800800
# mount the service account token
@@ -887,7 +887,7 @@ database:
887887
internal:
888888
image:
889889
repository: goharbor/harbor-db
890-
tag: dev
890+
tag: v2.11.0
891891
# set the service account to be used, default if left empty
892892
serviceAccountName: ""
893893
# mount the service account token
@@ -967,7 +967,7 @@ redis:
967967
internal:
968968
image:
969969
repository: goharbor/redis-photon
970-
tag: dev
970+
tag: v2.11.0
971971
# set the service account to be used, default if left empty
972972
serviceAccountName: ""
973973
# mount the service account token
@@ -1029,7 +1029,7 @@ redis:
10291029
exporter:
10301030
image:
10311031
repository: goharbor/harbor-exporter
1032-
tag: dev
1032+
tag: v2.11.0
10331033
serviceAccountName: ""
10341034
# mount the service account token
10351035
automountServiceAccountToken: false

0 commit comments

Comments
 (0)