@@ -375,7 +375,7 @@ proxy:
375
375
nginx :
376
376
image :
377
377
repository : goharbor/nginx-photon
378
- tag : v2.1.2
378
+ tag : v2.1.3
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.2
395
+ tag : v2.1.3
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.2
412
+ tag : v2.1.3
413
413
# set the service account to be used, default if left empty
414
414
serviceAccountName : " "
415
415
replicas : 1
@@ -443,7 +443,7 @@ core:
443
443
jobservice :
444
444
image :
445
445
repository : goharbor/harbor-jobservice
446
- tag : v2.1.2
446
+ tag : v2.1.3
447
447
replicas : 1
448
448
# set the service account to be used, default if left empty
449
449
serviceAccountName : " "
@@ -470,15 +470,15 @@ registry:
470
470
registry :
471
471
image :
472
472
repository : goharbor/registry-photon
473
- tag : v2.1.2
473
+ tag : v2.1.3
474
474
# resources:
475
475
# requests:
476
476
# memory: 256Mi
477
477
# cpu: 100m
478
478
controller :
479
479
image :
480
480
repository : goharbor/harbor-registryctl
481
- tag : v2.1.2
481
+ tag : v2.1.3
482
482
483
483
# resources:
484
484
# requests:
@@ -525,7 +525,7 @@ chartmuseum:
525
525
absoluteUrl : false
526
526
image :
527
527
repository : goharbor/chartmuseum-photon
528
- tag : v2.1.2
528
+ tag : v2.1.3
529
529
replicas : 1
530
530
# resources:
531
531
# requests:
@@ -544,15 +544,15 @@ clair:
544
544
clair :
545
545
image :
546
546
repository : goharbor/clair-photon
547
- tag : v2.1.2
547
+ tag : v2.1.3
548
548
# resources:
549
549
# requests:
550
550
# memory: 256Mi
551
551
# cpu: 100m
552
552
adapter :
553
553
image :
554
554
repository : goharbor/clair-adapter-photon
555
- tag : v2.1.2
555
+ tag : v2.1.3
556
556
# resources:
557
557
# requests:
558
558
# memory: 256Mi
@@ -574,7 +574,7 @@ trivy:
574
574
# repository the repository for Trivy adapter image
575
575
repository : goharbor/trivy-adapter-photon
576
576
# tag the tag for Trivy adapter image
577
- tag : v2.1.2
577
+ tag : v2.1.3
578
578
# set the service account to be used, default if left empty
579
579
serviceAccountName : " "
580
580
# replicas the number of Pod replicas
@@ -631,7 +631,7 @@ notary:
631
631
serviceAccountName : " "
632
632
image :
633
633
repository : goharbor/notary-server-photon
634
- tag : v2.1.2
634
+ tag : v2.1.3
635
635
replicas : 1
636
636
# resources:
637
637
# requests:
@@ -642,7 +642,7 @@ notary:
642
642
serviceAccountName : " "
643
643
image :
644
644
repository : goharbor/notary-signer-photon
645
- tag : v2.1.2
645
+ tag : v2.1.3
646
646
replicas : 1
647
647
# resources:
648
648
# requests:
@@ -670,7 +670,7 @@ database:
670
670
serviceAccountName : " "
671
671
image :
672
672
repository : goharbor/harbor-db
673
- tag : v2.1.2
673
+ tag : v2.1.3
674
674
# The initial superuser password for internal database
675
675
password : " changeit"
676
676
# resources:
@@ -716,7 +716,7 @@ redis:
716
716
serviceAccountName : " "
717
717
image :
718
718
repository : goharbor/redis-photon
719
- tag : v2.1.2
719
+ tag : v2.1.3
720
720
# resources:
721
721
# requests:
722
722
# memory: 256Mi
0 commit comments