@@ -370,7 +370,7 @@ proxy:
370
370
nginx :
371
371
image :
372
372
repository : goharbor/nginx-photon
373
- tag : dev
373
+ tag : v2.2.0
374
374
# set the service account to be used, default if left empty
375
375
serviceAccountName : " "
376
376
replicas : 1
@@ -387,7 +387,7 @@ nginx:
387
387
portal :
388
388
image :
389
389
repository : goharbor/harbor-portal
390
- tag : dev
390
+ tag : v2.2.0
391
391
# set the service account to be used, default if left empty
392
392
serviceAccountName : " "
393
393
replicas : 1
@@ -404,7 +404,7 @@ portal:
404
404
core :
405
405
image :
406
406
repository : goharbor/harbor-core
407
- tag : dev
407
+ tag : v2.2.0
408
408
# set the service account to be used, default if left empty
409
409
serviceAccountName : " "
410
410
replicas : 1
@@ -438,7 +438,7 @@ core:
438
438
jobservice :
439
439
image :
440
440
repository : goharbor/harbor-jobservice
441
- tag : dev
441
+ tag : v2.2.0
442
442
replicas : 1
443
443
# set the service account to be used, default if left empty
444
444
serviceAccountName : " "
@@ -469,15 +469,15 @@ registry:
469
469
registry :
470
470
image :
471
471
repository : goharbor/registry-photon
472
- tag : dev
472
+ tag : v2.2.0
473
473
# resources:
474
474
# requests:
475
475
# memory: 256Mi
476
476
# cpu: 100m
477
477
controller :
478
478
image :
479
479
repository : goharbor/harbor-registryctl
480
- tag : dev
480
+ tag : v2.2.0
481
481
482
482
# resources:
483
483
# requests:
@@ -524,7 +524,7 @@ chartmuseum:
524
524
absoluteUrl : false
525
525
image :
526
526
repository : goharbor/chartmuseum-photon
527
- tag : dev
527
+ tag : v2.2.0
528
528
replicas : 1
529
529
# resources:
530
530
# requests:
@@ -543,7 +543,7 @@ trivy:
543
543
# repository the repository for Trivy adapter image
544
544
repository : goharbor/trivy-adapter-photon
545
545
# tag the tag for Trivy adapter image
546
- tag : dev
546
+ tag : v2.2.0
547
547
# set the service account to be used, default if left empty
548
548
serviceAccountName : " "
549
549
# replicas the number of Pod replicas
@@ -600,7 +600,7 @@ notary:
600
600
serviceAccountName : " "
601
601
image :
602
602
repository : goharbor/notary-server-photon
603
- tag : dev
603
+ tag : v2.2.0
604
604
replicas : 1
605
605
# resources:
606
606
# requests:
@@ -616,7 +616,7 @@ notary:
616
616
serviceAccountName : " "
617
617
image :
618
618
repository : goharbor/notary-signer-photon
619
- tag : dev
619
+ tag : v2.2.0
620
620
replicas : 1
621
621
# resources:
622
622
# requests:
@@ -644,7 +644,7 @@ database:
644
644
serviceAccountName : " "
645
645
image :
646
646
repository : goharbor/harbor-db
647
- tag : dev
647
+ tag : v2.2.0
648
648
# The initial superuser password for internal database
649
649
password : " changeit"
650
650
# resources:
@@ -689,7 +689,7 @@ redis:
689
689
serviceAccountName : " "
690
690
image :
691
691
repository : goharbor/redis-photon
692
- tag : dev
692
+ tag : v2.2.0
693
693
# resources:
694
694
# requests:
695
695
# memory: 256Mi
@@ -725,7 +725,7 @@ exporter:
725
725
serviceAccountName : " "
726
726
image :
727
727
repository : goharbor/harbor-exporter
728
- tag : dev
728
+ tag : v2.2.0
729
729
nodeSelector : {}
730
730
tolerations : []
731
731
affinity : {}
0 commit comments