Skip to content

Commit

Permalink
Merge pull request #55 from stefannica/release-2.0
Browse files Browse the repository at this point in the history
Update to 1.4.3 (harbor 2.0.3)
  • Loading branch information
stefannica authored Sep 30, 2020
2 parents be7069d + 009ef97 commit bc01347
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions harbor-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#!BuildTag: registry/harbor:1.4.2-build%RELEASE%
apiVersion: v1
name: harbor
version: 1.4.2
appVersion: 2.0.2
version: 1.4.3
appVersion: 2.0.3
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
32 changes: 16 additions & 16 deletions harbor-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ proxy:
nginx:
image:
repository: registry.suse.com/harbor/harbor-nginx
tag: 2.0.2
tag: 2.0.3
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand All @@ -379,7 +379,7 @@ nginx:
portal:
image:
repository: registry.suse.com/harbor/harbor-portal
tag: 2.0.2
tag: 2.0.3
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand All @@ -396,7 +396,7 @@ portal:
core:
image:
repository: registry.suse.com/harbor/harbor-core
tag: 2.0.2
tag: 2.0.3
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand Down Expand Up @@ -429,7 +429,7 @@ core:
jobservice:
image:
repository: registry.suse.com/harbor/harbor-jobservice
tag: 2.0.2
tag: 2.0.3
replicas: 1
# set the service account to be used, default if left empty
serviceAccountName: ""
Expand All @@ -456,7 +456,7 @@ registry:
registry:
image:
repository: registry.suse.com/harbor/harbor-registry
tag: 2.0.2
tag: 2.0.3

# resources:
# requests:
Expand All @@ -465,7 +465,7 @@ registry:
controller:
image:
repository: registry.suse.com/harbor/harbor-registryctl
tag: 2.0.2
tag: 2.0.3

# resources:
# requests:
Expand Down Expand Up @@ -512,7 +512,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: v2.0.2
tag: v2.0.3
replicas: 1
# resources:
# requests:
Expand All @@ -531,15 +531,15 @@ clair:
clair:
image:
repository: goharbor/clair-photon
tag: v2.0.2
tag: v2.0.3
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
adapter:
image:
repository: goharbor/clair-adapter-photon
tag: v2.0.2
tag: v2.0.3
# resources:
# requests:
# memory: 256Mi
Expand All @@ -561,7 +561,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: registry.suse.com/harbor/harbor-trivy-adapter
# tag the tag for Trivy adapter image
tag: 2.0.2
tag: 2.0.3
# set the service account to be used, default if left empty
serviceAccountName: ""
# replicas the number of Pod replicas
Expand Down Expand Up @@ -615,7 +615,7 @@ notary:
serviceAccountName: ""
image:
repository: registry.suse.com/harbor/harbor-notary-server
tag: 2.0.2
tag: 2.0.3
replicas: 1
# resources:
# requests:
Expand All @@ -626,7 +626,7 @@ notary:
serviceAccountName: ""
image:
repository: registry.suse.com/harbor/harbor-notary-signer
tag: 2.0.2
tag: 2.0.3
replicas: 1
# resources:
# requests:
Expand Down Expand Up @@ -654,7 +654,7 @@ database:
serviceAccountName: ""
image:
repository: registry.suse.com/harbor/harbor-db
tag: 2.0.2
tag: 2.0.3
# The initial superuser password for internal database
password: "changeit"
# resources:
Expand Down Expand Up @@ -700,7 +700,7 @@ redis:
serviceAccountName: ""
image:
repository: registry.suse.com/harbor/harbor-redis
tag: 2.0.2
tag: 2.0.3
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -740,15 +740,15 @@ tests:
- singularity # CLI not yet included in the harbor-test-image
image:
repository: registry.suse.com/harbor/harbor-test
tag: 2.0.2
tag: 2.0.3
# resources:
# requests:
# memory: 128Mi
# cpu: 100m
dind:
image:
repository: registry.suse.com/harbor/docker-dind
tag: 2.0.2
tag: 2.0.3
# resources:
# requests:
# memory: 128Mi
Expand Down

0 comments on commit bc01347

Please sign in to comment.