Skip to content

Commit

Permalink
update version to v2.11.0 for perf testing
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Jun 11, 2024
1 parent f547605 commit 648af75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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: 2.11.0
appVersion: 1.15.0
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
20 changes: 10 additions & 10 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ containerSecurityContext:
nginx:
image:
repository: goharbor/nginx-photon
tag: dev
tag: v2.11.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -514,7 +514,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: dev
tag: v2.11.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -547,7 +547,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: dev
tag: v2.11.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -627,7 +627,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: dev
tag: v2.11.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -683,7 +683,7 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: dev
tag: v2.11.0
# resources:
# requests:
# memory: 256Mi
Expand All @@ -692,7 +692,7 @@ registry:
controller:
image:
repository: goharbor/harbor-registryctl
tag: dev
tag: v2.11.0
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -766,7 +766,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.11.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -852,7 +852,7 @@ database:
internal:
image:
repository: goharbor/harbor-db
tag: dev
tag: v2.11.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -925,7 +925,7 @@ redis:
internal:
image:
repository: goharbor/redis-photon
tag: dev
tag: v2.11.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -980,7 +980,7 @@ redis:
exporter:
image:
repository: goharbor/harbor-exporter
tag: dev
tag: v2.11.0
serviceAccountName: ""
# mount the service account token
automountServiceAccountToken: false
Expand Down

0 comments on commit 648af75

Please sign in to comment.