@@ -385,7 +385,7 @@ enableMigrateHelmHook: false
385
385
nginx :
386
386
image :
387
387
repository : goharbor/nginx-photon
388
- tag : v2.10.2
388
+ tag : v2.10.3
389
389
# set the service account to be used, default if left empty
390
390
serviceAccountName : " "
391
391
# mount the service account token
@@ -416,7 +416,7 @@ nginx:
416
416
portal :
417
417
image :
418
418
repository : goharbor/harbor-portal
419
- tag : v2.10.2
419
+ tag : v2.10.3
420
420
# set the service account to be used, default if left empty
421
421
serviceAccountName : " "
422
422
# mount the service account token
@@ -449,7 +449,7 @@ portal:
449
449
core :
450
450
image :
451
451
repository : goharbor/harbor-core
452
- tag : v2.10.2
452
+ tag : v2.10.3
453
453
# set the service account to be used, default if left empty
454
454
serviceAccountName : " "
455
455
# mount the service account token
@@ -529,7 +529,7 @@ core:
529
529
jobservice :
530
530
image :
531
531
repository : goharbor/harbor-jobservice
532
- tag : v2.10.2
532
+ tag : v2.10.3
533
533
replicas : 1
534
534
revisionHistoryLimit : 10
535
535
# set the service account to be used, default if left empty
@@ -590,7 +590,7 @@ registry:
590
590
registry :
591
591
image :
592
592
repository : goharbor/registry-photon
593
- tag : v2.10.2
593
+ tag : v2.10.3
594
594
# resources:
595
595
# requests:
596
596
# memory: 256Mi
@@ -599,7 +599,7 @@ registry:
599
599
controller :
600
600
image :
601
601
repository : goharbor/harbor-registryctl
602
- tag : v2.10.2
602
+ tag : v2.10.3
603
603
604
604
# resources:
605
605
# requests:
@@ -670,7 +670,7 @@ trivy:
670
670
# repository the repository for Trivy adapter image
671
671
repository : goharbor/trivy-adapter-photon
672
672
# tag the tag for Trivy adapter image
673
- tag : v2.10.2
673
+ tag : v2.10.3
674
674
# set the service account to be used, default if left empty
675
675
serviceAccountName : " "
676
676
# mount the service account token
@@ -760,7 +760,7 @@ database:
760
760
automountServiceAccountToken : false
761
761
image :
762
762
repository : goharbor/harbor-db
763
- tag : v2.10.2
763
+ tag : v2.10.3
764
764
# The initial superuser password for internal database
765
765
password : " changeit"
766
766
# The size limit for Shared memory, pgSQL use it for shared_buffer
@@ -833,7 +833,7 @@ redis:
833
833
automountServiceAccountToken : false
834
834
image :
835
835
repository : goharbor/redis-photon
836
- tag : v2.10.2
836
+ tag : v2.10.3
837
837
# resources:
838
838
# requests:
839
839
# memory: 256Mi
@@ -897,7 +897,7 @@ exporter:
897
897
automountServiceAccountToken : false
898
898
image :
899
899
repository : goharbor/harbor-exporter
900
- tag : v2.10.2
900
+ tag : v2.10.3
901
901
nodeSelector : {}
902
902
tolerations : []
903
903
affinity : {}
0 commit comments