@@ -483,7 +483,7 @@ containerSecurityContext:
483
483
nginx :
484
484
image :
485
485
repository : goharbor/nginx-photon
486
- tag : v2.11.1
486
+ tag : v2.11.2
487
487
# set the service account to be used, default if left empty
488
488
serviceAccountName : " "
489
489
# mount the service account token
@@ -514,7 +514,7 @@ nginx:
514
514
portal :
515
515
image :
516
516
repository : goharbor/harbor-portal
517
- tag : v2.11.1
517
+ tag : v2.11.2
518
518
# set the service account to be used, default if left empty
519
519
serviceAccountName : " "
520
520
# mount the service account token
@@ -554,7 +554,7 @@ portal:
554
554
core :
555
555
image :
556
556
repository : goharbor/harbor-core
557
- tag : v2.11.1
557
+ tag : v2.11.2
558
558
# set the service account to be used, default if left empty
559
559
serviceAccountName : " "
560
560
# mount the service account token
@@ -704,7 +704,7 @@ registry:
704
704
registry :
705
705
image :
706
706
repository : goharbor/registry-photon
707
- tag : v2.11.1
707
+ tag : v2.11.2
708
708
# resources:
709
709
# requests:
710
710
# memory: 256Mi
@@ -713,7 +713,7 @@ registry:
713
713
controller :
714
714
image :
715
715
repository : goharbor/harbor-registryctl
716
- tag : v2.11.1
716
+ tag : v2.11.2
717
717
# resources:
718
718
# requests:
719
719
# memory: 256Mi
@@ -794,7 +794,7 @@ trivy:
794
794
# repository the repository for Trivy adapter image
795
795
repository : goharbor/trivy-adapter-photon
796
796
# tag the tag for Trivy adapter image
797
- tag : v2.11.1
797
+ tag : v2.11.2
798
798
# set the service account to be used, default if left empty
799
799
serviceAccountName : " "
800
800
# mount the service account token
@@ -887,7 +887,7 @@ database:
887
887
internal :
888
888
image :
889
889
repository : goharbor/harbor-db
890
- tag : v2.11.1
890
+ tag : v2.11.2
891
891
# set the service account to be used, default if left empty
892
892
serviceAccountName : " "
893
893
# mount the service account token
@@ -967,7 +967,7 @@ redis:
967
967
internal :
968
968
image :
969
969
repository : goharbor/redis-photon
970
- tag : v2.11.1
970
+ tag : v2.11.2
971
971
# set the service account to be used, default if left empty
972
972
serviceAccountName : " "
973
973
# mount the service account token
@@ -1029,7 +1029,7 @@ redis:
1029
1029
exporter :
1030
1030
image :
1031
1031
repository : goharbor/harbor-exporter
1032
- tag : v2.11.1
1032
+ tag : v2.11.2
1033
1033
serviceAccountName : " "
1034
1034
# mount the service account token
1035
1035
automountServiceAccountToken : false
0 commit comments