Skip to content

Commit aa109a4

Browse files
author
Shengwen YU
authored
Merge pull request #1791 from zyyw/bump-to-1.14.3
Bump up version to 1.14.3, appVersion to 2.10.3
2 parents 67eabb4 + 508565a commit aa109a4

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.14.2
4-
appVersion: 2.10.2
3+
version: 1.14.3
4+
appVersion: 2.10.3
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
@@ -385,7 +385,7 @@ enableMigrateHelmHook: false
385385
nginx:
386386
image:
387387
repository: goharbor/nginx-photon
388-
tag: v2.10.2
388+
tag: v2.10.3
389389
# set the service account to be used, default if left empty
390390
serviceAccountName: ""
391391
# mount the service account token
@@ -416,7 +416,7 @@ nginx:
416416
portal:
417417
image:
418418
repository: goharbor/harbor-portal
419-
tag: v2.10.2
419+
tag: v2.10.3
420420
# set the service account to be used, default if left empty
421421
serviceAccountName: ""
422422
# mount the service account token
@@ -449,7 +449,7 @@ portal:
449449
core:
450450
image:
451451
repository: goharbor/harbor-core
452-
tag: v2.10.2
452+
tag: v2.10.3
453453
# set the service account to be used, default if left empty
454454
serviceAccountName: ""
455455
# mount the service account token
@@ -529,7 +529,7 @@ core:
529529
jobservice:
530530
image:
531531
repository: goharbor/harbor-jobservice
532-
tag: v2.10.2
532+
tag: v2.10.3
533533
replicas: 1
534534
revisionHistoryLimit: 10
535535
# set the service account to be used, default if left empty
@@ -590,7 +590,7 @@ registry:
590590
registry:
591591
image:
592592
repository: goharbor/registry-photon
593-
tag: v2.10.2
593+
tag: v2.10.3
594594
# resources:
595595
# requests:
596596
# memory: 256Mi
@@ -599,7 +599,7 @@ registry:
599599
controller:
600600
image:
601601
repository: goharbor/harbor-registryctl
602-
tag: v2.10.2
602+
tag: v2.10.3
603603

604604
# resources:
605605
# requests:
@@ -670,7 +670,7 @@ trivy:
670670
# repository the repository for Trivy adapter image
671671
repository: goharbor/trivy-adapter-photon
672672
# tag the tag for Trivy adapter image
673-
tag: v2.10.2
673+
tag: v2.10.3
674674
# set the service account to be used, default if left empty
675675
serviceAccountName: ""
676676
# mount the service account token
@@ -760,7 +760,7 @@ database:
760760
automountServiceAccountToken: false
761761
image:
762762
repository: goharbor/harbor-db
763-
tag: v2.10.2
763+
tag: v2.10.3
764764
# The initial superuser password for internal database
765765
password: "changeit"
766766
# The size limit for Shared memory, pgSQL use it for shared_buffer
@@ -833,7 +833,7 @@ redis:
833833
automountServiceAccountToken: false
834834
image:
835835
repository: goharbor/redis-photon
836-
tag: v2.10.2
836+
tag: v2.10.3
837837
# resources:
838838
# requests:
839839
# memory: 256Mi
@@ -897,7 +897,7 @@ exporter:
897897
automountServiceAccountToken: false
898898
image:
899899
repository: goharbor/harbor-exporter
900-
tag: v2.10.2
900+
tag: v2.10.3
901901
nodeSelector: {}
902902
tolerations: []
903903
affinity: {}

0 commit comments

Comments
 (0)