Skip to content

Commit

Permalink
Merge pull request #208 from ywk253100/190403_1.0.1
Browse files Browse the repository at this point in the history
Bump up Harbor to 1.7.5
  • Loading branch information
reasonerjt authored Apr 3, 2019
2 parents a3fa7c4 + 8a24493 commit 7dfc2a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: harbor
version: 1.0.0
appVersion: 1.7.0
version: 1.0.1
appVersion: 1.7.5
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
26 changes: 13 additions & 13 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ secretKey: "not-a-secure-key"
nginx:
image:
repository: goharbor/nginx-photon
tag: v1.7.0
tag: v1.7.5
replicas: 1
# resources:
# requests:
Expand All @@ -225,7 +225,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v1.7.0
tag: v1.7.5
replicas: 1
# resources:
# requests:
Expand All @@ -240,7 +240,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v1.7.0
tag: v1.7.5
replicas: 1
# resources:
# requests:
Expand All @@ -255,7 +255,7 @@ core:
adminserver:
image:
repository: goharbor/harbor-adminserver
tag: v1.7.0
tag: v1.7.5
replicas: 1
# resources:
# requests:
Expand All @@ -270,7 +270,7 @@ adminserver:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v1.7.0
tag: v1.7.5
replicas: 1
maxJobWorkers: 10
# The logger for jobs: "file", "database" or "stdout"
Expand All @@ -289,11 +289,11 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v2.6.2-v1.7.0
tag: v2.6.2-v1.7.5
controller:
image:
repository: goharbor/harbor-registryctl
tag: v1.7.0
tag: v1.7.5
replicas: 1
# resources:
# requests:
Expand All @@ -309,7 +309,7 @@ chartmuseum:
enabled: true
image:
repository: goharbor/chartmuseum-photon
tag: v0.7.1-v1.7.0
tag: v0.8.1-v1.7.5
replicas: 1
# resources:
# requests:
Expand All @@ -325,7 +325,7 @@ clair:
enabled: true
image:
repository: goharbor/clair-photon
tag: v2.0.7-v1.7.0
tag: v2.0.8-v1.7.5
replicas: 1
# The http(s) proxy used to update vulnerabilities database from internet
httpProxy:
Expand All @@ -348,12 +348,12 @@ notary:
server:
image:
repository: goharbor/notary-server-photon
tag: v0.6.1-v1.7.0
tag: v0.6.1-v1.7.5
replicas: 1
signer:
image:
repository: goharbor/notary-signer-photon
tag: v0.6.1-v1.7.0
tag: v0.6.1-v1.7.5
replicas: 1
nodeSelector: {}
tolerations: []
Expand All @@ -368,7 +368,7 @@ database:
internal:
image:
repository: goharbor/harbor-db
tag: v1.7.0
tag: v1.7.5
# The initial superuser password for internal database
password: "changeit"
# resources:
Expand Down Expand Up @@ -398,7 +398,7 @@ redis:
internal:
image:
repository: goharbor/redis-photon
tag: v1.7.0
tag: v1.7.5
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit 7dfc2a6

Please sign in to comment.