Skip to content

Commit 8b81e0a

Browse files
author
Shengwen YU
authored
Merge pull request #1752 from zyyw/1.12.0
Bump up version to 1.12.6, appVersion to 2.8.6
2 parents b06d6f1 + f2d97c0 commit 8b81e0a

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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.12.5
4-
appVersion: 2.8.5
3+
version: 1.12.6
4+
appVersion: 2.8.6
55
description: An open source trusted cloud native registry that stores, signs, and scans content
66
keywords:
77
- docker

values.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ enableMigrateHelmHook: false
400400
nginx:
401401
image:
402402
repository: goharbor/nginx-photon
403-
tag: v2.8.5
403+
tag: v2.8.6
404404
# set the service account to be used, default if left empty
405405
serviceAccountName: ""
406406
# mount the service account token
@@ -422,7 +422,7 @@ nginx:
422422
portal:
423423
image:
424424
repository: goharbor/harbor-portal
425-
tag: v2.8.5
425+
tag: v2.8.6
426426
# set the service account to be used, default if left empty
427427
serviceAccountName: ""
428428
# mount the service account token
@@ -444,7 +444,7 @@ portal:
444444
core:
445445
image:
446446
repository: goharbor/harbor-core
447-
tag: v2.8.5
447+
tag: v2.8.6
448448
# set the service account to be used, default if left empty
449449
serviceAccountName: ""
450450
# mount the service account token
@@ -497,7 +497,7 @@ core:
497497
jobservice:
498498
image:
499499
repository: goharbor/harbor-jobservice
500-
tag: v2.8.5
500+
tag: v2.8.6
501501
replicas: 1
502502
revisionHistoryLimit: 10
503503
# set the service account to be used, default if left empty
@@ -545,15 +545,15 @@ registry:
545545
registry:
546546
image:
547547
repository: goharbor/registry-photon
548-
tag: v2.8.5
548+
tag: v2.8.6
549549
# resources:
550550
# requests:
551551
# memory: 256Mi
552552
# cpu: 100m
553553
controller:
554554
image:
555555
repository: goharbor/harbor-registryctl
556-
tag: v2.8.5
556+
tag: v2.8.6
557557

558558
# resources:
559559
# requests:
@@ -610,7 +610,7 @@ trivy:
610610
# repository the repository for Trivy adapter image
611611
repository: goharbor/trivy-adapter-photon
612612
# tag the tag for Trivy adapter image
613-
tag: v2.8.5
613+
tag: v2.8.6
614614
# set the service account to be used, default if left empty
615615
serviceAccountName: ""
616616
# mount the service account token
@@ -685,7 +685,7 @@ notary:
685685
automountServiceAccountToken: false
686686
image:
687687
repository: goharbor/notary-server-photon
688-
tag: v2.8.5
688+
tag: v2.8.6
689689
replicas: 1
690690
# resources:
691691
# requests:
@@ -707,7 +707,7 @@ notary:
707707
automountServiceAccountToken: false
708708
image:
709709
repository: goharbor/notary-signer-photon
710-
tag: v2.8.5
710+
tag: v2.8.6
711711
replicas: 1
712712
# resources:
713713
# requests:
@@ -739,7 +739,7 @@ database:
739739
automountServiceAccountToken: false
740740
image:
741741
repository: goharbor/harbor-db
742-
tag: v2.8.5
742+
tag: v2.8.6
743743
# The initial superuser password for internal database
744744
password: "changeit"
745745
# The size limit for Shared memory, pgSQL use it for shared_buffer
@@ -811,7 +811,7 @@ redis:
811811
automountServiceAccountToken: false
812812
image:
813813
repository: goharbor/redis-photon
814-
tag: v2.8.5
814+
tag: v2.8.6
815815
# resources:
816816
# requests:
817817
# memory: 256Mi
@@ -869,7 +869,7 @@ exporter:
869869
automountServiceAccountToken: false
870870
image:
871871
repository: goharbor/harbor-exporter
872-
tag: v2.8.5
872+
tag: v2.8.6
873873
nodeSelector: {}
874874
tolerations: []
875875
affinity: {}

0 commit comments

Comments
 (0)