Skip to content

Commit

Permalink
Merge pull request goharbor#1037 from ninjadq/1.7.0
Browse files Browse the repository at this point in the history
Bump up version to 1.7.2
  • Loading branch information
reasonerjt committed Aug 25, 2021
2 parents e4627dc + e6addd0 commit eeb5f8e
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.7.1
appVersion: 2.3.1
version: 1.7.2
appVersion: 2.3.2
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 @@ -378,7 +378,7 @@ proxy:
nginx:
image:
repository: goharbor/nginx-photon
tag: v2.3.1
tag: v2.3.2
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand All @@ -399,7 +399,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v2.3.1
tag: v2.3.2
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand All @@ -420,7 +420,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v2.3.1
tag: v2.3.2
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -458,7 +458,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v2.3.1
tag: v2.3.2
replicas: 1
# set the service account to be used, default if left empty
serviceAccountName: ""
Expand Down Expand Up @@ -495,15 +495,15 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v2.3.1
tag: v2.3.2
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.3.1
tag: v2.3.2

# resources:
# requests:
Expand Down Expand Up @@ -554,7 +554,7 @@ chartmuseum:
absoluteUrl: false
image:
repository: goharbor/chartmuseum-photon
tag: v2.3.1
tag: v2.3.2
replicas: 1
# resources:
# requests:
Expand All @@ -575,7 +575,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: goharbor/trivy-adapter-photon
# tag the tag for Trivy adapter image
tag: v2.3.1
tag: v2.3.2
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -638,7 +638,7 @@ notary:
automountServiceAccountToken: false
image:
repository: goharbor/notary-server-photon
tag: v2.3.1
tag: v2.3.2
replicas: 1
# resources:
# requests:
Expand All @@ -658,7 +658,7 @@ notary:
automountServiceAccountToken: false
image:
repository: goharbor/notary-signer-photon
tag: v2.3.1
tag: v2.3.2
replicas: 1
# resources:
# requests:
Expand Down Expand Up @@ -690,7 +690,7 @@ database:
automountServiceAccountToken: false
image:
repository: goharbor/harbor-db
tag: v2.3.1
tag: v2.3.2
# The initial superuser password for internal database
password: "changeit"
# The size limit for Shared memory, pgSQL use it for shared_buffer
Expand Down Expand Up @@ -754,7 +754,7 @@ redis:
automountServiceAccountToken: false
image:
repository: goharbor/redis-photon
tag: v2.3.1
tag: v2.3.2
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -794,7 +794,7 @@ exporter:
automountServiceAccountToken: false
image:
repository: goharbor/harbor-exporter
tag: v2.3.1
tag: v2.3.2
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down

0 comments on commit eeb5f8e

Please sign in to comment.