Skip to content

Commit

Permalink
Merge pull request #1192 from zyyw/1.3.0
Browse files Browse the repository at this point in the history
Bump up version to 1.3.11-rc1, appVersion 1.10.11-rc1
  • Loading branch information
reasonerjt authored May 5, 2022
2 parents 8b4d6d9 + 2dfdf1c commit 9afd1aa
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,7 +1,7 @@
apiVersion: v1
name: harbor
version: 1.3.10
appVersion: 1.10.10
version: 1.3.11-rc1
appVersion: 1.10.11-rc1
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 @@ -276,7 +276,7 @@ proxy:
nginx:
image:
repository: goharbor/nginx-photon
tag: v1.10.10
tag: v1.10.11-rc1
replicas: 1
# resources:
# requests:
Expand All @@ -291,7 +291,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v1.10.10
tag: v1.10.11-rc1
replicas: 1
# resources:
# requests:
Expand All @@ -306,7 +306,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v1.10.10
tag: v1.10.11-rc1
replicas: 1
## Liveness probe values
livenessProbe:
Expand Down Expand Up @@ -337,7 +337,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v1.10.10
tag: v1.10.11-rc1
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: v1.10.10
tag: v1.10.11-rc1

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

# resources:
# requests:
Expand Down Expand Up @@ -407,7 +407,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: v1.10.10
tag: v1.10.11-rc1
replicas: 1
# resources:
# requests:
Expand All @@ -424,15 +424,15 @@ clair:
clair:
image:
repository: goharbor/clair-photon
tag: v1.10.10
tag: v1.10.11-rc1
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
adapter:
image:
repository: goharbor/clair-adapter-photon
tag: v1.10.10
tag: v1.10.11-rc1
# resources:
# requests:
# memory: 256Mi
Expand All @@ -452,7 +452,7 @@ notary:
server:
image:
repository: goharbor/notary-server-photon
tag: v1.10.10
tag: v1.10.11-rc1
replicas: 1
# resources:
# requests:
Expand All @@ -461,7 +461,7 @@ notary:
signer:
image:
repository: goharbor/notary-signer-photon
tag: v1.10.10
tag: v1.10.11-rc1
replicas: 1
# resources:
# requests:
Expand All @@ -487,7 +487,7 @@ database:
internal:
image:
repository: goharbor/harbor-db
tag: v1.10.10
tag: v1.10.11-rc1
# 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: v1.10.10
tag: v1.10.11-rc1
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit 9afd1aa

Please sign in to comment.