Skip to content

Commit 1e9efb7

Browse files
authored
Merge pull request #776 from ywk253100/201029_1.5.1
Bump up OSS Harbor to 2.1.1
2 parents c982ac2 + 7ffca7b commit 1e9efb7

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.0
4-
appVersion: 2.1.0
3+
version: 1.5.1
4+
appVersion: 2.1.1
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.0
378+
tag: v2.1.1
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.0
395+
tag: v2.1.1
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.0
412+
tag: v2.1.1
413413
# set the service account to be used, default if left empty
414414
serviceAccountName: ""
415415
replicas: 1
@@ -442,7 +442,7 @@ core:
442442
jobservice:
443443
image:
444444
repository: goharbor/harbor-jobservice
445-
tag: v2.1.0
445+
tag: v2.1.1
446446
replicas: 1
447447
# set the service account to be used, default if left empty
448448
serviceAccountName: ""
@@ -469,15 +469,15 @@ registry:
469469
registry:
470470
image:
471471
repository: goharbor/registry-photon
472-
tag: v2.1.0
472+
tag: v2.1.1
473473
# resources:
474474
# requests:
475475
# memory: 256Mi
476476
# cpu: 100m
477477
controller:
478478
image:
479479
repository: goharbor/harbor-registryctl
480-
tag: v2.1.0
480+
tag: v2.1.1
481481

482482
# resources:
483483
# requests:
@@ -524,7 +524,7 @@ chartmuseum:
524524
absoluteUrl: false
525525
image:
526526
repository: goharbor/chartmuseum-photon
527-
tag: v2.1.0
527+
tag: v2.1.1
528528
replicas: 1
529529
# resources:
530530
# requests:
@@ -543,15 +543,15 @@ clair:
543543
clair:
544544
image:
545545
repository: goharbor/clair-photon
546-
tag: v2.1.0
546+
tag: v2.1.1
547547
# resources:
548548
# requests:
549549
# memory: 256Mi
550550
# cpu: 100m
551551
adapter:
552552
image:
553553
repository: goharbor/clair-adapter-photon
554-
tag: v2.1.0
554+
tag: v2.1.1
555555
# resources:
556556
# requests:
557557
# memory: 256Mi
@@ -573,7 +573,7 @@ trivy:
573573
# repository the repository for Trivy adapter image
574574
repository: goharbor/trivy-adapter-photon
575575
# tag the tag for Trivy adapter image
576-
tag: v2.1.0
576+
tag: v2.1.1
577577
# set the service account to be used, default if left empty
578578
serviceAccountName: ""
579579
# replicas the number of Pod replicas
@@ -630,7 +630,7 @@ notary:
630630
serviceAccountName: ""
631631
image:
632632
repository: goharbor/notary-server-photon
633-
tag: v2.1.0
633+
tag: v2.1.1
634634
replicas: 1
635635
# resources:
636636
# requests:
@@ -641,7 +641,7 @@ notary:
641641
serviceAccountName: ""
642642
image:
643643
repository: goharbor/notary-signer-photon
644-
tag: v2.1.0
644+
tag: v2.1.1
645645
replicas: 1
646646
# resources:
647647
# requests:
@@ -669,7 +669,7 @@ database:
669669
serviceAccountName: ""
670670
image:
671671
repository: goharbor/harbor-db
672-
tag: v2.1.0
672+
tag: v2.1.1
673673
# The initial superuser password for internal database
674674
password: "changeit"
675675
# resources:
@@ -715,7 +715,7 @@ redis:
715715
serviceAccountName: ""
716716
image:
717717
repository: goharbor/redis-photon
718-
tag: v2.1.0
718+
tag: v2.1.1
719719
# resources:
720720
# requests:
721721
# memory: 256Mi

0 commit comments

Comments
 (0)