Skip to content

Commit 837e9bf

Browse files
author
Shengwen YU
authored
Merge pull request #1745 from zyyw/r1.13.4
Bump up version to 1.13.4, appVersion to 2.9.4
2 parents ce5ad8a + 931123d commit 837e9bf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: harbor
3-
version: 1.13.3
4-
appVersion: 2.9.3
3+
version: 1.13.4
4+
appVersion: 2.9.4
55
description: An open source trusted cloud native registry that stores, signs, and scans content
66
keywords:
77
- docker

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.3
382+
tag: v2.9.4
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.3
413+
tag: v2.9.4
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.3
444+
tag: v2.9.4
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.3
516+
tag: v2.9.4
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.3
573+
tag: v2.9.4
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.3
582+
tag: v2.9.4
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.3
648+
tag: v2.9.4
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.3
738+
tag: v2.9.4
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.3
811+
tag: v2.9.4
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.3
875+
tag: v2.9.4
876876
nodeSelector: {}
877877
tolerations: []
878878
affinity: {}

0 commit comments

Comments
 (0)