Skip to content

Commit

Permalink
Merge pull request #472 from ywk253100/191216_1.3
Browse files Browse the repository at this point in the history
Bump up Harbor version to 1.10.0
  • Loading branch information
reasonerjt authored Dec 16, 2019
2 parents c75b885 + 5c272d6 commit fc36101
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,7 +1,7 @@
apiVersion: v1
name: harbor
version: 1.2.0-dev
appVersion: dev
version: 1.3.0
appVersion: 1.10.0
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 @@ -276,7 +276,7 @@ proxy:
nginx:
image:
repository: goharbor/nginx-photon
tag: dev
tag: v1.10.0
replicas: 1
# resources:
# requests:
Expand All @@ -291,7 +291,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: dev
tag: v1.10.0
replicas: 1
# resources:
# requests:
Expand All @@ -306,7 +306,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: dev
tag: v1.10.0
replicas: 1
## Liveness probe values
livenessProbe:
Expand Down Expand Up @@ -337,7 +337,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: dev
tag: v1.10.0
replicas: 1
maxJobWorkers: 10
# The logger for jobs: "file", "database" or "stdout"
Expand All @@ -360,7 +360,7 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: dev
tag: v2.7.1-patch-2819-2553-v1.10.0

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

# resources:
# requests:
Expand Down Expand Up @@ -407,7 +407,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: dev
tag: v0.9.0-v1.10.0
replicas: 1
# resources:
# requests:
Expand All @@ -424,7 +424,7 @@ clair:
clair:
image:
repository: goharbor/clair-photon
tag: dev
tag: v2.1.1-v1.10.0
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -452,7 +452,7 @@ notary:
server:
image:
repository: goharbor/notary-server-photon
tag: dev
tag: v0.6.1-v1.10.0
replicas: 1
# resources:
# requests:
Expand All @@ -461,7 +461,7 @@ notary:
signer:
image:
repository: goharbor/notary-signer-photon
tag: dev
tag: v0.6.1-v1.10.0
replicas: 1
# resources:
# requests:
Expand All @@ -487,7 +487,7 @@ database:
internal:
image:
repository: goharbor/harbor-db
tag: dev
tag: v1.10.0
# the image used by the init container
initContainerImage:
repository: busybox
Expand Down Expand Up @@ -535,7 +535,7 @@ redis:
internal:
image:
repository: goharbor/redis-photon
tag: dev
tag: v1.10.0
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit fc36101

Please sign in to comment.