Skip to content

Commit

Permalink
Merge pull request #854 from ywk253100/210209_1.4.6
Browse files Browse the repository at this point in the history
Bump up OSS Harbor to 2.0.6
  • Loading branch information
ywk253100 authored Feb 9, 2021
2 parents 21ded27 + 3e29c97 commit 758334f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: harbor
version: 1.4.5
appVersion: 2.0.5
version: 1.4.6
appVersion: 2.0.6
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
28 changes: 14 additions & 14 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ proxy:
nginx:
image:
repository: goharbor/nginx-photon
tag: v2.0.5
tag: v2.0.6
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand All @@ -373,7 +373,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v2.0.5
tag: v2.0.6
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand All @@ -390,7 +390,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v2.0.5
tag: v2.0.6
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand Down Expand Up @@ -423,7 +423,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v2.0.5
tag: v2.0.6
replicas: 1
# set the service account to be used, default if left empty
serviceAccountName: ""
Expand All @@ -450,15 +450,15 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v2.0.5
tag: v2.0.6
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.0.5
tag: v2.0.6

# resources:
# requests:
Expand Down Expand Up @@ -507,7 +507,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: v2.0.5
tag: v2.0.6
replicas: 1
# resources:
# requests:
Expand All @@ -526,15 +526,15 @@ clair:
clair:
image:
repository: goharbor/clair-photon
tag: v2.0.5
tag: v2.0.6
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
adapter:
image:
repository: goharbor/clair-adapter-photon
tag: v2.0.5
tag: v2.0.6
# resources:
# requests:
# memory: 256Mi
Expand All @@ -556,7 +556,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: goharbor/trivy-adapter-photon
# tag the tag for Trivy adapter image
tag: v2.0.5
tag: v2.0.6
# set the service account to be used, default if left empty
serviceAccountName: ""
# replicas the number of Pod replicas
Expand Down Expand Up @@ -610,7 +610,7 @@ notary:
serviceAccountName: ""
image:
repository: goharbor/notary-server-photon
tag: v2.0.5
tag: v2.0.6
replicas: 1
# resources:
# requests:
Expand All @@ -621,7 +621,7 @@ notary:
serviceAccountName: ""
image:
repository: goharbor/notary-signer-photon
tag: v2.0.5
tag: v2.0.6
replicas: 1
# resources:
# requests:
Expand Down Expand Up @@ -649,7 +649,7 @@ database:
serviceAccountName: ""
image:
repository: goharbor/harbor-db
tag: v2.0.5
tag: v2.0.6
# The initial superuser password for internal database
password: "changeit"
# resources:
Expand Down Expand Up @@ -695,7 +695,7 @@ redis:
serviceAccountName: ""
image:
repository: goharbor/redis-photon
tag: v2.0.5
tag: v2.0.6
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit 758334f

Please sign in to comment.