@@ -379,7 +379,7 @@ enableMigrateHelmHook: false
379
379
nginx :
380
380
image :
381
381
repository : goharbor/nginx-photon
382
- tag : v2.9.4
382
+ tag : v2.9.5
383
383
# set the service account to be used, default if left empty
384
384
serviceAccountName : " "
385
385
# mount the service account token
@@ -410,7 +410,7 @@ nginx:
410
410
portal :
411
411
image :
412
412
repository : goharbor/harbor-portal
413
- tag : v2.9.4
413
+ tag : v2.9.5
414
414
# set the service account to be used, default if left empty
415
415
serviceAccountName : " "
416
416
# mount the service account token
@@ -441,7 +441,7 @@ portal:
441
441
core :
442
442
image :
443
443
repository : goharbor/harbor-core
444
- tag : v2.9.4
444
+ tag : v2.9.5
445
445
# set the service account to be used, default if left empty
446
446
serviceAccountName : " "
447
447
# mount the service account token
@@ -513,7 +513,7 @@ core:
513
513
jobservice :
514
514
image :
515
515
repository : goharbor/harbor-jobservice
516
- tag : v2.9.4
516
+ tag : v2.9.5
517
517
replicas : 1
518
518
revisionHistoryLimit : 10
519
519
# set the service account to be used, default if left empty
@@ -570,7 +570,7 @@ registry:
570
570
registry :
571
571
image :
572
572
repository : goharbor/registry-photon
573
- tag : v2.9.4
573
+ tag : v2.9.5
574
574
# resources:
575
575
# requests:
576
576
# memory: 256Mi
@@ -579,7 +579,7 @@ registry:
579
579
controller :
580
580
image :
581
581
repository : goharbor/harbor-registryctl
582
- tag : v2.9.4
582
+ tag : v2.9.5
583
583
584
584
# resources:
585
585
# requests:
@@ -645,7 +645,7 @@ trivy:
645
645
# repository the repository for Trivy adapter image
646
646
repository : goharbor/trivy-adapter-photon
647
647
# tag the tag for Trivy adapter image
648
- tag : v2.9.4
648
+ tag : v2.9.5
649
649
# set the service account to be used, default if left empty
650
650
serviceAccountName : " "
651
651
# mount the service account token
@@ -735,7 +735,7 @@ database:
735
735
automountServiceAccountToken : false
736
736
image :
737
737
repository : goharbor/harbor-db
738
- tag : v2.9.4
738
+ tag : v2.9.5
739
739
# The initial superuser password for internal database
740
740
password : " changeit"
741
741
# The size limit for Shared memory, pgSQL use it for shared_buffer
@@ -808,7 +808,7 @@ redis:
808
808
automountServiceAccountToken : false
809
809
image :
810
810
repository : goharbor/redis-photon
811
- tag : v2.9.4
811
+ tag : v2.9.5
812
812
# resources:
813
813
# requests:
814
814
# memory: 256Mi
@@ -872,7 +872,7 @@ exporter:
872
872
automountServiceAccountToken : false
873
873
image :
874
874
repository : goharbor/harbor-exporter
875
- tag : v2.9.4
875
+ tag : v2.9.5
876
876
nodeSelector : {}
877
877
tolerations : []
878
878
affinity : {}
0 commit comments