Skip to content

Commit 1eb2687

Browse files
authored
Merge pull request #828 from ywk253100/210111_1.5.3
Bump up OSS Harbor to v2.1.3
2 parents 6bc771e + e1b0a42 commit 1eb2687

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.5.2
4-
appVersion: 2.1.2
3+
version: 1.5.3
4+
appVersion: 2.1.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
@@ -375,7 +375,7 @@ proxy:
375375
nginx:
376376
image:
377377
repository: goharbor/nginx-photon
378-
tag: v2.1.2
378+
tag: v2.1.3
379379
# set the service account to be used, default if left empty
380380
serviceAccountName: ""
381381
replicas: 1
@@ -392,7 +392,7 @@ nginx:
392392
portal:
393393
image:
394394
repository: goharbor/harbor-portal
395-
tag: v2.1.2
395+
tag: v2.1.3
396396
# set the service account to be used, default if left empty
397397
serviceAccountName: ""
398398
replicas: 1
@@ -409,7 +409,7 @@ portal:
409409
core:
410410
image:
411411
repository: goharbor/harbor-core
412-
tag: v2.1.2
412+
tag: v2.1.3
413413
# set the service account to be used, default if left empty
414414
serviceAccountName: ""
415415
replicas: 1
@@ -443,7 +443,7 @@ core:
443443
jobservice:
444444
image:
445445
repository: goharbor/harbor-jobservice
446-
tag: v2.1.2
446+
tag: v2.1.3
447447
replicas: 1
448448
# set the service account to be used, default if left empty
449449
serviceAccountName: ""
@@ -470,15 +470,15 @@ registry:
470470
registry:
471471
image:
472472
repository: goharbor/registry-photon
473-
tag: v2.1.2
473+
tag: v2.1.3
474474
# resources:
475475
# requests:
476476
# memory: 256Mi
477477
# cpu: 100m
478478
controller:
479479
image:
480480
repository: goharbor/harbor-registryctl
481-
tag: v2.1.2
481+
tag: v2.1.3
482482

483483
# resources:
484484
# requests:
@@ -525,7 +525,7 @@ chartmuseum:
525525
absoluteUrl: false
526526
image:
527527
repository: goharbor/chartmuseum-photon
528-
tag: v2.1.2
528+
tag: v2.1.3
529529
replicas: 1
530530
# resources:
531531
# requests:
@@ -544,15 +544,15 @@ clair:
544544
clair:
545545
image:
546546
repository: goharbor/clair-photon
547-
tag: v2.1.2
547+
tag: v2.1.3
548548
# resources:
549549
# requests:
550550
# memory: 256Mi
551551
# cpu: 100m
552552
adapter:
553553
image:
554554
repository: goharbor/clair-adapter-photon
555-
tag: v2.1.2
555+
tag: v2.1.3
556556
# resources:
557557
# requests:
558558
# memory: 256Mi
@@ -574,7 +574,7 @@ trivy:
574574
# repository the repository for Trivy adapter image
575575
repository: goharbor/trivy-adapter-photon
576576
# tag the tag for Trivy adapter image
577-
tag: v2.1.2
577+
tag: v2.1.3
578578
# set the service account to be used, default if left empty
579579
serviceAccountName: ""
580580
# replicas the number of Pod replicas
@@ -631,7 +631,7 @@ notary:
631631
serviceAccountName: ""
632632
image:
633633
repository: goharbor/notary-server-photon
634-
tag: v2.1.2
634+
tag: v2.1.3
635635
replicas: 1
636636
# resources:
637637
# requests:
@@ -642,7 +642,7 @@ notary:
642642
serviceAccountName: ""
643643
image:
644644
repository: goharbor/notary-signer-photon
645-
tag: v2.1.2
645+
tag: v2.1.3
646646
replicas: 1
647647
# resources:
648648
# requests:
@@ -670,7 +670,7 @@ database:
670670
serviceAccountName: ""
671671
image:
672672
repository: goharbor/harbor-db
673-
tag: v2.1.2
673+
tag: v2.1.3
674674
# The initial superuser password for internal database
675675
password: "changeit"
676676
# resources:
@@ -716,7 +716,7 @@ redis:
716716
serviceAccountName: ""
717717
image:
718718
repository: goharbor/redis-photon
719-
tag: v2.1.2
719+
tag: v2.1.3
720720
# resources:
721721
# requests:
722722
# memory: 256Mi

0 commit comments

Comments
 (0)