@@ -499,7 +499,7 @@ containerSecurityContext:
499499nginx :
500500 image :
501501 repository : goharbor/nginx-photon
502- tag : v2.14.0
502+ tag : v2.14.1
503503 # set the service account to be used, default if left empty
504504 serviceAccountName : " "
505505 # mount the service account token
@@ -530,7 +530,7 @@ nginx:
530530portal :
531531 image :
532532 repository : goharbor/harbor-portal
533- tag : v2.14.0
533+ tag : v2.14.1
534534 # set the service account to be used, default if left empty
535535 serviceAccountName : " "
536536 # mount the service account token
@@ -570,7 +570,7 @@ portal:
570570core :
571571 image :
572572 repository : goharbor/harbor-core
573- tag : v2.14.0
573+ tag : v2.14.1
574574 # set the service account to be used, default if left empty
575575 serviceAccountName : " "
576576 # mount the service account token
@@ -659,7 +659,7 @@ core:
659659jobservice :
660660 image :
661661 repository : goharbor/harbor-jobservice
662- tag : v2.14.0
662+ tag : v2.14.1
663663 # set the service account to be used, default if left empty
664664 serviceAccountName : " "
665665 # mount the service account token
@@ -722,7 +722,7 @@ registry:
722722 registry :
723723 image :
724724 repository : goharbor/registry-photon
725- tag : v2.14.0
725+ tag : v2.14.1
726726 # resources:
727727 # requests:
728728 # memory: 256Mi
@@ -731,7 +731,7 @@ registry:
731731 controller :
732732 image :
733733 repository : goharbor/harbor-registryctl
734- tag : v2.14.0
734+ tag : v2.14.1
735735 # resources:
736736 # requests:
737737 # memory: 256Mi
@@ -812,7 +812,7 @@ trivy:
812812 # repository the repository for Trivy adapter image
813813 repository : goharbor/trivy-adapter-photon
814814 # tag the tag for Trivy adapter image
815- tag : v2.14.0
815+ tag : v2.14.1
816816 # set the service account to be used, default if left empty
817817 serviceAccountName : " "
818818 # mount the service account token
@@ -870,7 +870,7 @@ trivy:
870870 # Anonymous downloads from GitHub are subject to the limit of 60 requests per hour. Normally such rate limit is enough
871871 # for production operations. If, for any reason, it's not enough, you could increase the rate limit to 5000
872872 # requests per hour by specifying the GitHub access token. For more details on GitHub rate limiting please consult
873- # https://v2.14.0eloper .github.com/v3/#rate-limiting
873+ # https://developer .github.com/v3/#rate-limiting
874874 #
875875 # You can create a GitHub token by following the instructions in
876876 # https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
@@ -916,7 +916,7 @@ database:
916916 internal :
917917 image :
918918 repository : goharbor/harbor-db
919- tag : v2.14.0
919+ tag : v2.14.1
920920 # set the service account to be used, default if left empty
921921 serviceAccountName : " "
922922 # mount the service account token
@@ -996,7 +996,7 @@ redis:
996996 internal :
997997 image :
998998 repository : goharbor/redis-photon
999- tag : v2.14.0
999+ tag : v2.14.1
10001000 # set the service account to be used, default if left empty
10011001 serviceAccountName : " "
10021002 # mount the service account token
@@ -1066,7 +1066,7 @@ redis:
10661066exporter :
10671067 image :
10681068 repository : goharbor/harbor-exporter
1069- tag : v2.14.0
1069+ tag : v2.14.1
10701070 serviceAccountName : " "
10711071 # mount the service account token
10721072 automountServiceAccountToken : false
0 commit comments