@@ -356,7 +356,7 @@ proxy:
356
356
nginx :
357
357
image :
358
358
repository : goharbor/nginx-photon
359
- tag : v2.0.2
359
+ tag : v2.0.3
360
360
# set the service account to be used, default if left empty
361
361
serviceAccountName : " "
362
362
replicas : 1
@@ -373,7 +373,7 @@ nginx:
373
373
portal :
374
374
image :
375
375
repository : goharbor/harbor-portal
376
- tag : v2.0.2
376
+ tag : v2.0.3
377
377
# set the service account to be used, default if left empty
378
378
serviceAccountName : " "
379
379
replicas : 1
@@ -390,7 +390,7 @@ portal:
390
390
core :
391
391
image :
392
392
repository : goharbor/harbor-core
393
- tag : v2.0.2
393
+ tag : v2.0.3
394
394
# set the service account to be used, default if left empty
395
395
serviceAccountName : " "
396
396
replicas : 1
@@ -423,7 +423,7 @@ core:
423
423
jobservice :
424
424
image :
425
425
repository : goharbor/harbor-jobservice
426
- tag : v2.0.2
426
+ tag : v2.0.3
427
427
replicas : 1
428
428
# set the service account to be used, default if left empty
429
429
serviceAccountName : " "
@@ -450,15 +450,15 @@ registry:
450
450
registry :
451
451
image :
452
452
repository : goharbor/registry-photon
453
- tag : v2.0.2
453
+ tag : v2.0.3
454
454
# resources:
455
455
# requests:
456
456
# memory: 256Mi
457
457
# cpu: 100m
458
458
controller :
459
459
image :
460
460
repository : goharbor/harbor-registryctl
461
- tag : v2.0.2
461
+ tag : v2.0.3
462
462
463
463
# resources:
464
464
# requests:
@@ -507,7 +507,7 @@ chartmuseum:
507
507
absoluteUrl : false
508
508
image :
509
509
repository : goharbor/chartmuseum-photon
510
- tag : v2.0.2
510
+ tag : v2.0.3
511
511
replicas : 1
512
512
# resources:
513
513
# requests:
@@ -526,15 +526,15 @@ clair:
526
526
clair :
527
527
image :
528
528
repository : goharbor/clair-photon
529
- tag : v2.0.2
529
+ tag : v2.0.3
530
530
# resources:
531
531
# requests:
532
532
# memory: 256Mi
533
533
# cpu: 100m
534
534
adapter :
535
535
image :
536
536
repository : goharbor/clair-adapter-photon
537
- tag : v2.0.2
537
+ tag : v2.0.3
538
538
# resources:
539
539
# requests:
540
540
# memory: 256Mi
@@ -556,7 +556,7 @@ trivy:
556
556
# repository the repository for Trivy adapter image
557
557
repository : goharbor/trivy-adapter-photon
558
558
# tag the tag for Trivy adapter image
559
- tag : v2.0.2
559
+ tag : v2.0.3
560
560
# set the service account to be used, default if left empty
561
561
serviceAccountName : " "
562
562
# replicas the number of Pod replicas
@@ -610,7 +610,7 @@ notary:
610
610
serviceAccountName : " "
611
611
image :
612
612
repository : goharbor/notary-server-photon
613
- tag : v2.0.2
613
+ tag : v2.0.3
614
614
replicas : 1
615
615
# resources:
616
616
# requests:
@@ -621,7 +621,7 @@ notary:
621
621
serviceAccountName : " "
622
622
image :
623
623
repository : goharbor/notary-signer-photon
624
- tag : v2.0.2
624
+ tag : v2.0.3
625
625
replicas : 1
626
626
# resources:
627
627
# requests:
@@ -649,7 +649,7 @@ database:
649
649
serviceAccountName : " "
650
650
image :
651
651
repository : goharbor/harbor-db
652
- tag : v2.0.2
652
+ tag : v2.0.3
653
653
# The initial superuser password for internal database
654
654
password : " changeit"
655
655
# resources:
@@ -695,7 +695,7 @@ redis:
695
695
serviceAccountName : " "
696
696
image :
697
697
repository : goharbor/redis-photon
698
- tag : v2.0.2
698
+ tag : v2.0.3
699
699
# resources:
700
700
# requests:
701
701
# memory: 256Mi
0 commit comments