@@ -375,7 +375,7 @@ proxy:
375
375
nginx :
376
376
image :
377
377
repository : goharbor/nginx-photon
378
- tag : v2.1.0
378
+ tag : v2.1.1
379
379
# set the service account to be used, default if left empty
380
380
serviceAccountName : " "
381
381
replicas : 1
@@ -392,7 +392,7 @@ nginx:
392
392
portal :
393
393
image :
394
394
repository : goharbor/harbor-portal
395
- tag : v2.1.0
395
+ tag : v2.1.1
396
396
# set the service account to be used, default if left empty
397
397
serviceAccountName : " "
398
398
replicas : 1
@@ -409,7 +409,7 @@ portal:
409
409
core :
410
410
image :
411
411
repository : goharbor/harbor-core
412
- tag : v2.1.0
412
+ tag : v2.1.1
413
413
# set the service account to be used, default if left empty
414
414
serviceAccountName : " "
415
415
replicas : 1
@@ -442,7 +442,7 @@ core:
442
442
jobservice :
443
443
image :
444
444
repository : goharbor/harbor-jobservice
445
- tag : v2.1.0
445
+ tag : v2.1.1
446
446
replicas : 1
447
447
# set the service account to be used, default if left empty
448
448
serviceAccountName : " "
@@ -469,15 +469,15 @@ registry:
469
469
registry :
470
470
image :
471
471
repository : goharbor/registry-photon
472
- tag : v2.1.0
472
+ tag : v2.1.1
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 : v2.1.0
480
+ tag : v2.1.1
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 : v2.1.0
527
+ tag : v2.1.1
528
528
replicas : 1
529
529
# resources:
530
530
# requests:
@@ -543,15 +543,15 @@ clair:
543
543
clair :
544
544
image :
545
545
repository : goharbor/clair-photon
546
- tag : v2.1.0
546
+ tag : v2.1.1
547
547
# resources:
548
548
# requests:
549
549
# memory: 256Mi
550
550
# cpu: 100m
551
551
adapter :
552
552
image :
553
553
repository : goharbor/clair-adapter-photon
554
- tag : v2.1.0
554
+ tag : v2.1.1
555
555
# resources:
556
556
# requests:
557
557
# memory: 256Mi
@@ -573,7 +573,7 @@ trivy:
573
573
# repository the repository for Trivy adapter image
574
574
repository : goharbor/trivy-adapter-photon
575
575
# tag the tag for Trivy adapter image
576
- tag : v2.1.0
576
+ tag : v2.1.1
577
577
# set the service account to be used, default if left empty
578
578
serviceAccountName : " "
579
579
# replicas the number of Pod replicas
@@ -630,7 +630,7 @@ notary:
630
630
serviceAccountName : " "
631
631
image :
632
632
repository : goharbor/notary-server-photon
633
- tag : v2.1.0
633
+ tag : v2.1.1
634
634
replicas : 1
635
635
# resources:
636
636
# requests:
@@ -641,7 +641,7 @@ notary:
641
641
serviceAccountName : " "
642
642
image :
643
643
repository : goharbor/notary-signer-photon
644
- tag : v2.1.0
644
+ tag : v2.1.1
645
645
replicas : 1
646
646
# resources:
647
647
# requests:
@@ -669,7 +669,7 @@ database:
669
669
serviceAccountName : " "
670
670
image :
671
671
repository : goharbor/harbor-db
672
- tag : v2.1.0
672
+ tag : v2.1.1
673
673
# The initial superuser password for internal database
674
674
password : " changeit"
675
675
# resources:
@@ -715,7 +715,7 @@ redis:
715
715
serviceAccountName : " "
716
716
image :
717
717
repository : goharbor/redis-photon
718
- tag : v2.1.0
718
+ tag : v2.1.1
719
719
# resources:
720
720
# requests:
721
721
# memory: 256Mi
0 commit comments