Skip to content

Commit

Permalink
Merge pull request #809 from ywk253100/201211_ingress_1.4
Browse files Browse the repository at this point in the history
Bump up OSS Harbor to v2.0.5
  • Loading branch information
ywk253100 authored Dec 11, 2020
2 parents 3d9a8ff + 8efd19e commit 21ded27
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.4
appVersion: 2.0.4
version: 1.4.5
appVersion: 2.0.5
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.4
tag: v2.0.5
# 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.4
tag: v2.0.5
# 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.4
tag: v2.0.5
# 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.4
tag: v2.0.5
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.4
tag: v2.0.5
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.0.4
tag: v2.0.5

# resources:
# requests:
Expand Down Expand Up @@ -507,7 +507,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: v2.0.4
tag: v2.0.5
replicas: 1
# resources:
# requests:
Expand All @@ -526,15 +526,15 @@ clair:
clair:
image:
repository: goharbor/clair-photon
tag: v2.0.4
tag: v2.0.5
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
adapter:
image:
repository: goharbor/clair-adapter-photon
tag: v2.0.4
tag: v2.0.5
# 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.4
tag: v2.0.5
# 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.4
tag: v2.0.5
replicas: 1
# resources:
# requests:
Expand All @@ -621,7 +621,7 @@ notary:
serviceAccountName: ""
image:
repository: goharbor/notary-signer-photon
tag: v2.0.4
tag: v2.0.5
replicas: 1
# resources:
# requests:
Expand Down Expand Up @@ -649,7 +649,7 @@ database:
serviceAccountName: ""
image:
repository: goharbor/harbor-db
tag: v2.0.4
tag: v2.0.5
# 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.4
tag: v2.0.5
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit 21ded27

Please sign in to comment.