@@ -400,7 +400,7 @@ enableMigrateHelmHook: false
400
400
nginx :
401
401
image :
402
402
repository : goharbor/nginx-photon
403
- tag : v2.8.5
403
+ tag : v2.8.6
404
404
# set the service account to be used, default if left empty
405
405
serviceAccountName : " "
406
406
# mount the service account token
@@ -422,7 +422,7 @@ nginx:
422
422
portal :
423
423
image :
424
424
repository : goharbor/harbor-portal
425
- tag : v2.8.5
425
+ tag : v2.8.6
426
426
# set the service account to be used, default if left empty
427
427
serviceAccountName : " "
428
428
# mount the service account token
@@ -444,7 +444,7 @@ portal:
444
444
core :
445
445
image :
446
446
repository : goharbor/harbor-core
447
- tag : v2.8.5
447
+ tag : v2.8.6
448
448
# set the service account to be used, default if left empty
449
449
serviceAccountName : " "
450
450
# mount the service account token
@@ -497,7 +497,7 @@ core:
497
497
jobservice :
498
498
image :
499
499
repository : goharbor/harbor-jobservice
500
- tag : v2.8.5
500
+ tag : v2.8.6
501
501
replicas : 1
502
502
revisionHistoryLimit : 10
503
503
# set the service account to be used, default if left empty
@@ -545,15 +545,15 @@ registry:
545
545
registry :
546
546
image :
547
547
repository : goharbor/registry-photon
548
- tag : v2.8.5
548
+ tag : v2.8.6
549
549
# resources:
550
550
# requests:
551
551
# memory: 256Mi
552
552
# cpu: 100m
553
553
controller :
554
554
image :
555
555
repository : goharbor/harbor-registryctl
556
- tag : v2.8.5
556
+ tag : v2.8.6
557
557
558
558
# resources:
559
559
# requests:
@@ -610,7 +610,7 @@ trivy:
610
610
# repository the repository for Trivy adapter image
611
611
repository : goharbor/trivy-adapter-photon
612
612
# tag the tag for Trivy adapter image
613
- tag : v2.8.5
613
+ tag : v2.8.6
614
614
# set the service account to be used, default if left empty
615
615
serviceAccountName : " "
616
616
# mount the service account token
@@ -685,7 +685,7 @@ notary:
685
685
automountServiceAccountToken : false
686
686
image :
687
687
repository : goharbor/notary-server-photon
688
- tag : v2.8.5
688
+ tag : v2.8.6
689
689
replicas : 1
690
690
# resources:
691
691
# requests:
@@ -707,7 +707,7 @@ notary:
707
707
automountServiceAccountToken : false
708
708
image :
709
709
repository : goharbor/notary-signer-photon
710
- tag : v2.8.5
710
+ tag : v2.8.6
711
711
replicas : 1
712
712
# resources:
713
713
# requests:
@@ -739,7 +739,7 @@ database:
739
739
automountServiceAccountToken : false
740
740
image :
741
741
repository : goharbor/harbor-db
742
- tag : v2.8.5
742
+ tag : v2.8.6
743
743
# The initial superuser password for internal database
744
744
password : " changeit"
745
745
# The size limit for Shared memory, pgSQL use it for shared_buffer
@@ -811,7 +811,7 @@ redis:
811
811
automountServiceAccountToken : false
812
812
image :
813
813
repository : goharbor/redis-photon
814
- tag : v2.8.5
814
+ tag : v2.8.6
815
815
# resources:
816
816
# requests:
817
817
# memory: 256Mi
@@ -869,7 +869,7 @@ exporter:
869
869
automountServiceAccountToken : false
870
870
image :
871
871
repository : goharbor/harbor-exporter
872
- tag : v2.8.5
872
+ tag : v2.8.6
873
873
nodeSelector : {}
874
874
tolerations : []
875
875
affinity : {}
0 commit comments