Skip to content

Commit

Permalink
Merge pull request #1505 from zyyw/1.12.0-release-2.8.1
Browse files Browse the repository at this point in the history
Bump up version to 1.12.1, appVersion to 2.8.1
  • Loading branch information
Shengwen YU authored May 16, 2023
2 parents 188c66f + 9ef56e2 commit 7e9c9be
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.12.0
appVersion: 2.8.0
version: 1.12.1
appVersion: 2.8.1
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 @@ -400,7 +400,7 @@ enableMigrateHelmHook: false
nginx:
image:
repository: goharbor/nginx-photon
tag: v2.8.0
tag: v2.8.1
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand All @@ -422,7 +422,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: v2.8.0
tag: v2.8.1
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand All @@ -444,7 +444,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: v2.8.0
tag: v2.8.1
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -497,7 +497,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: v2.8.0
tag: v2.8.1
replicas: 1
revisionHistoryLimit: 10
# set the service account to be used, default if left empty
Expand Down Expand Up @@ -545,15 +545,15 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: v2.8.0
tag: v2.8.1
# resources:
# requests:
# memory: 256Mi
# cpu: 100m
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.8.0
tag: v2.8.1

# resources:
# requests:
Expand Down Expand Up @@ -610,7 +610,7 @@ trivy:
# repository the repository for Trivy adapter image
repository: goharbor/trivy-adapter-photon
# tag the tag for Trivy adapter image
tag: v2.8.0
tag: v2.8.1
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -685,7 +685,7 @@ notary:
automountServiceAccountToken: false
image:
repository: goharbor/notary-server-photon
tag: v2.8.0
tag: v2.8.1
replicas: 1
# resources:
# requests:
Expand All @@ -707,7 +707,7 @@ notary:
automountServiceAccountToken: false
image:
repository: goharbor/notary-signer-photon
tag: v2.8.0
tag: v2.8.1
replicas: 1
# resources:
# requests:
Expand Down Expand Up @@ -739,7 +739,7 @@ database:
automountServiceAccountToken: false
image:
repository: goharbor/harbor-db
tag: v2.8.0
tag: v2.8.1
# 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 @@ -811,7 +811,7 @@ redis:
automountServiceAccountToken: false
image:
repository: goharbor/redis-photon
tag: v2.8.0
tag: v2.8.1
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -855,7 +855,7 @@ exporter:
automountServiceAccountToken: false
image:
repository: goharbor/harbor-exporter
tag: v2.8.0
tag: v2.8.1
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down

0 comments on commit 7e9c9be

Please sign in to comment.