Skip to content

Commit

Permalink
Merge pull request #320 from ywk253100/190816_1.1.2
Browse files Browse the repository at this point in the history
Bump up Harbor version to 1.8.2
  • Loading branch information
reasonerjt authored Aug 16, 2019
2 parents fa38270 + 976cfe2 commit 57a63b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.1.1
appVersion: 1.8.1
version: 1.1.2
appVersion: 1.8.2
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
24 changes: 12 additions & 12 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ secretKey: "not-a-secure-key"
nginx:
image:
repository: goharbor/nginx-photon
tag: v1.8.2-dev
tag: v1.8.2
replicas: 1
# resources:
# requests:
Expand All @@ -252,7 +252,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v1.8.2-dev
tag: v1.8.2
replicas: 1
# resources:
# requests:
Expand All @@ -267,7 +267,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v1.8.2-dev
tag: v1.8.2
replicas: 1
# resources:
# requests:
Expand All @@ -293,7 +293,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v1.8.2-dev
tag: v1.8.2
replicas: 1
maxJobWorkers: 10
# The logger for jobs: "file", "database" or "stdout"
Expand All @@ -316,15 +316,15 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v1.8.2-dev
tag: v2.7.1-patch-2819-v1.8.2
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
controller:
image:
repository: goharbor/harbor-registryctl
tag: v1.8.2-dev
tag: v1.8.2
# resources:
# requests:
# memory: 256Mi
Expand All @@ -346,7 +346,7 @@ chartmuseum:
enabled: true
image:
repository: goharbor/chartmuseum-photon
tag: v1.8.2-dev
tag: v0.9.0-v1.8.2
replicas: 1
# resources:
# requests:
Expand All @@ -362,7 +362,7 @@ clair:
enabled: true
image:
repository: goharbor/clair-photon
tag: v1.8.2-dev
tag: v2.0.8-v1.8.2
replicas: 1
# The http(s) proxy used to update vulnerabilities database from internet
httpProxy:
Expand All @@ -385,7 +385,7 @@ notary:
server:
image:
repository: goharbor/notary-server-photon
tag: v1.8.2-dev
tag: v0.6.1-v1.8.2
replicas: 1
# resources:
# requests:
Expand All @@ -394,7 +394,7 @@ notary:
signer:
image:
repository: goharbor/notary-signer-photon
tag: v1.8.2-dev
tag: v0.6.1-v1.8.2
replicas: 1
# resources:
# requests:
Expand All @@ -420,7 +420,7 @@ database:
internal:
image:
repository: goharbor/harbor-db
tag: v1.8.2-dev
tag: v1.8.2
# The initial superuser password for internal database
password: "changeit"
# resources:
Expand Down Expand Up @@ -450,7 +450,7 @@ redis:
internal:
image:
repository: goharbor/redis-photon
tag: v1.8.2-dev
tag: v1.8.2
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit 57a63b2

Please sign in to comment.