Skip to content

Commit

Permalink
Merge pull request #863 from ywk253100/210225_1.6.0
Browse files Browse the repository at this point in the history
Bump up OSS Harbor to 2.2.0
  • Loading branch information
ywk253100 authored Feb 25, 2021
2 parents 6119981 + 215cfbb commit 7d3d33f
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.4.0-dev
appVersion: dev
version: 1.6.0
appVersion: 2.2.0
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 @@ -370,7 +370,7 @@ proxy:
nginx:
image:
repository: goharbor/nginx-photon
tag: dev
tag: v2.2.0
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand All @@ -387,7 +387,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: dev
tag: v2.2.0
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand All @@ -404,7 +404,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: dev
tag: v2.2.0
# set the service account to be used, default if left empty
serviceAccountName: ""
replicas: 1
Expand Down Expand Up @@ -438,7 +438,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: dev
tag: v2.2.0
replicas: 1
# set the service account to be used, default if left empty
serviceAccountName: ""
Expand Down Expand Up @@ -469,15 +469,15 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: dev
tag: v2.2.0
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
controller:
image:
repository: goharbor/harbor-registryctl
tag: dev
tag: v2.2.0

# resources:
# requests:
Expand Down Expand Up @@ -524,7 +524,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: dev
tag: v2.2.0
replicas: 1
# resources:
# requests:
Expand All @@ -543,7 +543,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: goharbor/trivy-adapter-photon
# tag the tag for Trivy adapter image
tag: dev
tag: v2.2.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# replicas the number of Pod replicas
Expand Down Expand Up @@ -600,7 +600,7 @@ notary:
serviceAccountName: ""
image:
repository: goharbor/notary-server-photon
tag: dev
tag: v2.2.0
replicas: 1
# resources:
# requests:
Expand All @@ -616,7 +616,7 @@ notary:
serviceAccountName: ""
image:
repository: goharbor/notary-signer-photon
tag: dev
tag: v2.2.0
replicas: 1
# resources:
# requests:
Expand Down Expand Up @@ -644,7 +644,7 @@ database:
serviceAccountName: ""
image:
repository: goharbor/harbor-db
tag: dev
tag: v2.2.0
# The initial superuser password for internal database
password: "changeit"
# resources:
Expand Down Expand Up @@ -689,7 +689,7 @@ redis:
serviceAccountName: ""
image:
repository: goharbor/redis-photon
tag: dev
tag: v2.2.0
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -725,7 +725,7 @@ exporter:
serviceAccountName: ""
image:
repository: goharbor/harbor-exporter
tag: dev
tag: v2.2.0
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down

0 comments on commit 7d3d33f

Please sign in to comment.