Skip to content

Commit

Permalink
Merge pull request goharbor#481 from reasonerjt/bump-up-1.9.4
Browse files Browse the repository at this point in the history
Bump up to chart 1.2.4 and pin to harbor v1.9.4 inages
  • Loading branch information
ywk253100 authored Jan 1, 2020
2 parents 352cc46 + e9046ea commit ced8cc3
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.2.3
appVersion: 1.9.3
version: 1.2.4
appVersion: 1.9.4
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 @@ -269,7 +269,7 @@ proxy:
nginx:
image:
repository: goharbor/nginx-photon
tag: v1.9.4-dev
tag: v1.9.4
replicas: 1
# resources:
# requests:
Expand All @@ -284,7 +284,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v1.9.4-dev
tag: v1.9.4
replicas: 1
# resources:
# requests:
Expand All @@ -299,7 +299,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v1.9.4-dev
tag: v1.9.4
replicas: 1
## Liveness probe values
livenessProbe:
Expand Down Expand Up @@ -330,7 +330,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v1.9.4-dev
tag: v1.9.4
replicas: 1
maxJobWorkers: 10
# The logger for jobs: "file", "database" or "stdout"
Expand All @@ -353,7 +353,7 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v1.9.4-dev
tag: v2.7.1-patch-2819-2553-v1.9.4

# resources:
# requests:
Expand All @@ -362,7 +362,7 @@ registry:
controller:
image:
repository: goharbor/harbor-registryctl
tag: v1.9.4-dev
tag: v1.9.4

# resources:
# requests:
Expand Down Expand Up @@ -400,7 +400,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: v1.9.4-dev
tag: v0.9.0-v1.9.4
replicas: 1
# resources:
# requests:
Expand All @@ -416,7 +416,7 @@ clair:
enabled: true
image:
repository: goharbor/clair-photon
tag: v1.9.4-dev
tag: v2.1.0-v1.9.4
replicas: 1
# The interval of clair updaters, the unit is hour, set to 0 to
# disable the updaters
Expand All @@ -436,7 +436,7 @@ notary:
server:
image:
repository: goharbor/notary-server-photon
tag: v1.9.4-dev
tag: v0.6.1-v1.9.4
replicas: 1
# resources:
# requests:
Expand All @@ -445,7 +445,7 @@ notary:
signer:
image:
repository: goharbor/notary-signer-photon
tag: v1.9.4-dev
tag: v0.6.1-v1.9.4
replicas: 1
# resources:
# requests:
Expand All @@ -471,7 +471,7 @@ database:
internal:
image:
repository: goharbor/harbor-db
tag: v1.9.4-dev
tag: v1.9.4
# the image used by the init container
initContainerImage:
repository: busybox
Expand Down Expand Up @@ -519,7 +519,7 @@ redis:
internal:
image:
repository: goharbor/redis-photon
tag: v1.9.4-dev
tag: v1.9.4
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit ced8cc3

Please sign in to comment.