Skip to content

Commit ec2d219

Browse files
authored
Merge pull request #1784 from zyyw/bump-1.13.5
Bump up version to 1.13.5, appVersion to 2.9.5
2 parents 837e9bf + 2fabab2 commit ec2d219

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.13.4
4-
appVersion: 2.9.4
3+
version: 1.13.5
4+
appVersion: 2.9.5
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
@@ -379,7 +379,7 @@ enableMigrateHelmHook: false
379379
nginx:
380380
image:
381381
repository: goharbor/nginx-photon
382-
tag: v2.9.4
382+
tag: v2.9.5
383383
# set the service account to be used, default if left empty
384384
serviceAccountName: ""
385385
# mount the service account token
@@ -410,7 +410,7 @@ nginx:
410410
portal:
411411
image:
412412
repository: goharbor/harbor-portal
413-
tag: v2.9.4
413+
tag: v2.9.5
414414
# set the service account to be used, default if left empty
415415
serviceAccountName: ""
416416
# mount the service account token
@@ -441,7 +441,7 @@ portal:
441441
core:
442442
image:
443443
repository: goharbor/harbor-core
444-
tag: v2.9.4
444+
tag: v2.9.5
445445
# set the service account to be used, default if left empty
446446
serviceAccountName: ""
447447
# mount the service account token
@@ -513,7 +513,7 @@ core:
513513
jobservice:
514514
image:
515515
repository: goharbor/harbor-jobservice
516-
tag: v2.9.4
516+
tag: v2.9.5
517517
replicas: 1
518518
revisionHistoryLimit: 10
519519
# set the service account to be used, default if left empty
@@ -570,7 +570,7 @@ registry:
570570
registry:
571571
image:
572572
repository: goharbor/registry-photon
573-
tag: v2.9.4
573+
tag: v2.9.5
574574
# resources:
575575
# requests:
576576
# memory: 256Mi
@@ -579,7 +579,7 @@ registry:
579579
controller:
580580
image:
581581
repository: goharbor/harbor-registryctl
582-
tag: v2.9.4
582+
tag: v2.9.5
583583

584584
# resources:
585585
# requests:
@@ -645,7 +645,7 @@ trivy:
645645
# repository the repository for Trivy adapter image
646646
repository: goharbor/trivy-adapter-photon
647647
# tag the tag for Trivy adapter image
648-
tag: v2.9.4
648+
tag: v2.9.5
649649
# set the service account to be used, default if left empty
650650
serviceAccountName: ""
651651
# mount the service account token
@@ -735,7 +735,7 @@ database:
735735
automountServiceAccountToken: false
736736
image:
737737
repository: goharbor/harbor-db
738-
tag: v2.9.4
738+
tag: v2.9.5
739739
# The initial superuser password for internal database
740740
password: "changeit"
741741
# The size limit for Shared memory, pgSQL use it for shared_buffer
@@ -808,7 +808,7 @@ redis:
808808
automountServiceAccountToken: false
809809
image:
810810
repository: goharbor/redis-photon
811-
tag: v2.9.4
811+
tag: v2.9.5
812812
# resources:
813813
# requests:
814814
# memory: 256Mi
@@ -872,7 +872,7 @@ exporter:
872872
automountServiceAccountToken: false
873873
image:
874874
repository: goharbor/harbor-exporter
875-
tag: v2.9.4
875+
tag: v2.9.5
876876
nodeSelector: {}
877877
tolerations: []
878878
affinity: {}

0 commit comments

Comments
 (0)