Skip to content

Commit

Permalink
Merge pull request #1498 from zyyw/1.3.0
Browse files Browse the repository at this point in the history
Bump up version to 1.3.19-rc2, appVersion 1.10.18-rc2
  • Loading branch information
ywk253100 authored May 9, 2023
2 parents d7aeaf2 + a94801d commit 2aa76f0
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.19-rc1
appVersion: 1.10.18-rc1
version: 1.3.19-rc2
appVersion: 1.10.18-rc2
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.18-rc1
tag: v1.10.18-rc2
replicas: 1
# resources:
# requests:
Expand All @@ -291,7 +291,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v1.10.18-rc1
tag: v1.10.18-rc2
replicas: 1
# resources:
# requests:
Expand All @@ -306,7 +306,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v1.10.18-rc1
tag: v1.10.18-rc2
replicas: 1
## Liveness probe values
livenessProbe:
Expand Down Expand Up @@ -343,7 +343,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v1.10.18-rc1
tag: v1.10.18-rc2
replicas: 1
maxJobWorkers: 10
# The logger for jobs: "file", "database" or "stdout"
Expand All @@ -366,7 +366,7 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v1.10.18-rc1
tag: v1.10.18-rc2

# resources:
# requests:
Expand All @@ -375,7 +375,7 @@ registry:
controller:
image:
repository: goharbor/harbor-registryctl
tag: v1.10.18-rc1
tag: v1.10.18-rc2

# resources:
# requests:
Expand Down Expand Up @@ -413,7 +413,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: v1.10.18-rc1
tag: v1.10.18-rc2
replicas: 1
# resources:
# requests:
Expand All @@ -430,15 +430,15 @@ clair:
clair:
image:
repository: goharbor/clair-photon
tag: v1.10.18-rc1
tag: v1.10.18-rc2
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
adapter:
image:
repository: goharbor/clair-adapter-photon
tag: v1.10.18-rc1
tag: v1.10.18-rc2
# resources:
# requests:
# memory: 256Mi
Expand All @@ -458,7 +458,7 @@ notary:
server:
image:
repository: goharbor/notary-server-photon
tag: v1.10.18-rc1
tag: v1.10.18-rc2
replicas: 1
# resources:
# requests:
Expand All @@ -467,7 +467,7 @@ notary:
signer:
image:
repository: goharbor/notary-signer-photon
tag: v1.10.18-rc1
tag: v1.10.18-rc2
replicas: 1
# resources:
# requests:
Expand All @@ -493,7 +493,7 @@ database:
internal:
image:
repository: goharbor/harbor-db
tag: v1.10.18-rc1
tag: v1.10.18-rc2
# The initial superuser password for internal database
password: "changeit"
# resources:
Expand Down Expand Up @@ -548,7 +548,7 @@ redis:
internal:
image:
repository: goharbor/redis-photon
tag: v1.10.18-rc1
tag: v1.10.18-rc2
# resources:
# requests:
# memory: 256Mi
Expand Down

0 comments on commit 2aa76f0

Please sign in to comment.