Skip to content

Commit 74acb3b

Browse files
authored
Merge pull request #744 from ywk253100/200923_1.4.3
Bump up OSS Harbor version to 2.0.3
2 parents c8fa101 + 7a6b424 commit 74acb3b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: harbor
3-
version: 1.4.2
4-
appVersion: 2.0.2
3+
version: 1.4.3
4+
appVersion: 2.0.3
55
description: An open source trusted cloud native registry that stores, signs, and scans content
66
keywords:
77
- docker

values.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ proxy:
356356
nginx:
357357
image:
358358
repository: goharbor/nginx-photon
359-
tag: v2.0.2
359+
tag: v2.0.3
360360
# set the service account to be used, default if left empty
361361
serviceAccountName: ""
362362
replicas: 1
@@ -373,7 +373,7 @@ nginx:
373373
portal:
374374
image:
375375
repository: goharbor/harbor-portal
376-
tag: v2.0.2
376+
tag: v2.0.3
377377
# set the service account to be used, default if left empty
378378
serviceAccountName: ""
379379
replicas: 1
@@ -390,7 +390,7 @@ portal:
390390
core:
391391
image:
392392
repository: goharbor/harbor-core
393-
tag: v2.0.2
393+
tag: v2.0.3
394394
# set the service account to be used, default if left empty
395395
serviceAccountName: ""
396396
replicas: 1
@@ -423,7 +423,7 @@ core:
423423
jobservice:
424424
image:
425425
repository: goharbor/harbor-jobservice
426-
tag: v2.0.2
426+
tag: v2.0.3
427427
replicas: 1
428428
# set the service account to be used, default if left empty
429429
serviceAccountName: ""
@@ -450,15 +450,15 @@ registry:
450450
registry:
451451
image:
452452
repository: goharbor/registry-photon
453-
tag: v2.0.2
453+
tag: v2.0.3
454454
# resources:
455455
# requests:
456456
# memory: 256Mi
457457
# cpu: 100m
458458
controller:
459459
image:
460460
repository: goharbor/harbor-registryctl
461-
tag: v2.0.2
461+
tag: v2.0.3
462462

463463
# resources:
464464
# requests:
@@ -507,7 +507,7 @@ chartmuseum:
507507
absoluteUrl: false
508508
image:
509509
repository: goharbor/chartmuseum-photon
510-
tag: v2.0.2
510+
tag: v2.0.3
511511
replicas: 1
512512
# resources:
513513
# requests:
@@ -526,15 +526,15 @@ clair:
526526
clair:
527527
image:
528528
repository: goharbor/clair-photon
529-
tag: v2.0.2
529+
tag: v2.0.3
530530
# resources:
531531
# requests:
532532
# memory: 256Mi
533533
# cpu: 100m
534534
adapter:
535535
image:
536536
repository: goharbor/clair-adapter-photon
537-
tag: v2.0.2
537+
tag: v2.0.3
538538
# resources:
539539
# requests:
540540
# memory: 256Mi
@@ -556,7 +556,7 @@ trivy:
556556
# repository the repository for Trivy adapter image
557557
repository: goharbor/trivy-adapter-photon
558558
# tag the tag for Trivy adapter image
559-
tag: v2.0.2
559+
tag: v2.0.3
560560
# set the service account to be used, default if left empty
561561
serviceAccountName: ""
562562
# replicas the number of Pod replicas
@@ -610,7 +610,7 @@ notary:
610610
serviceAccountName: ""
611611
image:
612612
repository: goharbor/notary-server-photon
613-
tag: v2.0.2
613+
tag: v2.0.3
614614
replicas: 1
615615
# resources:
616616
# requests:
@@ -621,7 +621,7 @@ notary:
621621
serviceAccountName: ""
622622
image:
623623
repository: goharbor/notary-signer-photon
624-
tag: v2.0.2
624+
tag: v2.0.3
625625
replicas: 1
626626
# resources:
627627
# requests:
@@ -649,7 +649,7 @@ database:
649649
serviceAccountName: ""
650650
image:
651651
repository: goharbor/harbor-db
652-
tag: v2.0.2
652+
tag: v2.0.3
653653
# The initial superuser password for internal database
654654
password: "changeit"
655655
# resources:
@@ -695,7 +695,7 @@ redis:
695695
serviceAccountName: ""
696696
image:
697697
repository: goharbor/redis-photon
698-
tag: v2.0.2
698+
tag: v2.0.3
699699
# resources:
700700
# requests:
701701
# memory: 256Mi

0 commit comments

Comments
 (0)