Skip to content

Commit bc01347

Browse files
authored
Merge pull request #55 from stefannica/release-2.0
Update to 1.4.3 (harbor 2.0.3)
2 parents be7069d + 009ef97 commit bc01347

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

harbor-helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#!BuildTag: registry/harbor:1.4.2-build%RELEASE%
44
apiVersion: v1
55
name: harbor
6-
version: 1.4.2
7-
appVersion: 2.0.2
6+
version: 1.4.3
7+
appVersion: 2.0.3
88
description: An open source trusted cloud native registry that stores, signs, and scans content
99
keywords:
1010
- docker

harbor-helm/values.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ proxy:
362362
nginx:
363363
image:
364364
repository: registry.suse.com/harbor/harbor-nginx
365-
tag: 2.0.2
365+
tag: 2.0.3
366366
# set the service account to be used, default if left empty
367367
serviceAccountName: ""
368368
replicas: 1
@@ -379,7 +379,7 @@ nginx:
379379
portal:
380380
image:
381381
repository: registry.suse.com/harbor/harbor-portal
382-
tag: 2.0.2
382+
tag: 2.0.3
383383
# set the service account to be used, default if left empty
384384
serviceAccountName: ""
385385
replicas: 1
@@ -396,7 +396,7 @@ portal:
396396
core:
397397
image:
398398
repository: registry.suse.com/harbor/harbor-core
399-
tag: 2.0.2
399+
tag: 2.0.3
400400
# set the service account to be used, default if left empty
401401
serviceAccountName: ""
402402
replicas: 1
@@ -429,7 +429,7 @@ core:
429429
jobservice:
430430
image:
431431
repository: registry.suse.com/harbor/harbor-jobservice
432-
tag: 2.0.2
432+
tag: 2.0.3
433433
replicas: 1
434434
# set the service account to be used, default if left empty
435435
serviceAccountName: ""
@@ -456,7 +456,7 @@ registry:
456456
registry:
457457
image:
458458
repository: registry.suse.com/harbor/harbor-registry
459-
tag: 2.0.2
459+
tag: 2.0.3
460460

461461
# resources:
462462
# requests:
@@ -465,7 +465,7 @@ registry:
465465
controller:
466466
image:
467467
repository: registry.suse.com/harbor/harbor-registryctl
468-
tag: 2.0.2
468+
tag: 2.0.3
469469

470470
# resources:
471471
# requests:
@@ -512,7 +512,7 @@ chartmuseum:
512512
absoluteUrl: false
513513
image:
514514
repository: goharbor/chartmuseum-photon
515-
tag: v2.0.2
515+
tag: v2.0.3
516516
replicas: 1
517517
# resources:
518518
# requests:
@@ -531,15 +531,15 @@ clair:
531531
clair:
532532
image:
533533
repository: goharbor/clair-photon
534-
tag: v2.0.2
534+
tag: v2.0.3
535535
# resources:
536536
# requests:
537537
# memory: 256Mi
538538
# cpu: 100m
539539
adapter:
540540
image:
541541
repository: goharbor/clair-adapter-photon
542-
tag: v2.0.2
542+
tag: v2.0.3
543543
# resources:
544544
# requests:
545545
# memory: 256Mi
@@ -561,7 +561,7 @@ trivy:
561561
# repository the repository for Trivy adapter image
562562
repository: registry.suse.com/harbor/harbor-trivy-adapter
563563
# tag the tag for Trivy adapter image
564-
tag: 2.0.2
564+
tag: 2.0.3
565565
# set the service account to be used, default if left empty
566566
serviceAccountName: ""
567567
# replicas the number of Pod replicas
@@ -615,7 +615,7 @@ notary:
615615
serviceAccountName: ""
616616
image:
617617
repository: registry.suse.com/harbor/harbor-notary-server
618-
tag: 2.0.2
618+
tag: 2.0.3
619619
replicas: 1
620620
# resources:
621621
# requests:
@@ -626,7 +626,7 @@ notary:
626626
serviceAccountName: ""
627627
image:
628628
repository: registry.suse.com/harbor/harbor-notary-signer
629-
tag: 2.0.2
629+
tag: 2.0.3
630630
replicas: 1
631631
# resources:
632632
# requests:
@@ -654,7 +654,7 @@ database:
654654
serviceAccountName: ""
655655
image:
656656
repository: registry.suse.com/harbor/harbor-db
657-
tag: 2.0.2
657+
tag: 2.0.3
658658
# The initial superuser password for internal database
659659
password: "changeit"
660660
# resources:
@@ -700,7 +700,7 @@ redis:
700700
serviceAccountName: ""
701701
image:
702702
repository: registry.suse.com/harbor/harbor-redis
703-
tag: 2.0.2
703+
tag: 2.0.3
704704
# resources:
705705
# requests:
706706
# memory: 256Mi
@@ -740,15 +740,15 @@ tests:
740740
- singularity # CLI not yet included in the harbor-test-image
741741
image:
742742
repository: registry.suse.com/harbor/harbor-test
743-
tag: 2.0.2
743+
tag: 2.0.3
744744
# resources:
745745
# requests:
746746
# memory: 128Mi
747747
# cpu: 100m
748748
dind:
749749
image:
750750
repository: registry.suse.com/harbor/docker-dind
751-
tag: 2.0.2
751+
tag: 2.0.3
752752
# resources:
753753
# requests:
754754
# memory: 128Mi

0 commit comments

Comments
 (0)