Skip to content

Commit

Permalink
Bump version to 1.16.0, appVersion to 2.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: yminer <[email protected]>
  • Loading branch information
yminer committed Nov 13, 2024
1 parent b0c90f7 commit 2389423
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.16.0
appVersion: 2.12.0
description: An open source trusted cloud native registry that stores, signs, and scans content
keywords:
- docker
Expand Down
22 changes: 11 additions & 11 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ containerSecurityContext:
nginx:
image:
repository: goharbor/nginx-photon
tag: dev
tag: v2.12.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -520,7 +520,7 @@ nginx:
portal:
image:
repository: goharbor/harbor-portal
tag: dev
tag: v2.12.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -560,7 +560,7 @@ portal:
core:
image:
repository: goharbor/harbor-core
tag: dev
tag: v2.12.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -647,7 +647,7 @@ core:
jobservice:
image:
repository: goharbor/harbor-jobservice
tag: dev
tag: v2.12.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -710,7 +710,7 @@ registry:
registry:
image:
repository: goharbor/registry-photon
tag: dev
tag: v2.12.0
# resources:
# requests:
# memory: 256Mi
Expand All @@ -719,7 +719,7 @@ registry:
controller:
image:
repository: goharbor/harbor-registryctl
tag: dev
tag: v2.12.0
# resources:
# requests:
# memory: 256Mi
Expand Down Expand Up @@ -800,7 +800,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.12.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -858,7 +858,7 @@ trivy:
# Anonymous downloads from GitHub are subject to the limit of 60 requests per hour. Normally such rate limit is enough
# for production operations. If, for any reason, it's not enough, you could increase the rate limit to 5000
# requests per hour by specifying the GitHub access token. For more details on GitHub rate limiting please consult
# https://developer.github.com/v3/#rate-limiting
# https://v2.12.0eloper.github.com/v3/#rate-limiting
#
# You can create a GitHub token by following the instructions in
# https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
Expand Down Expand Up @@ -893,7 +893,7 @@ database:
internal:
image:
repository: goharbor/harbor-db
tag: dev
tag: v2.12.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -973,7 +973,7 @@ redis:
internal:
image:
repository: goharbor/redis-photon
tag: dev
tag: v2.12.0
# set the service account to be used, default if left empty
serviceAccountName: ""
# mount the service account token
Expand Down Expand Up @@ -1035,7 +1035,7 @@ redis:
exporter:
image:
repository: goharbor/harbor-exporter
tag: dev
tag: v2.12.0
serviceAccountName: ""
# mount the service account token
automountServiceAccountToken: false
Expand Down

0 comments on commit 2389423

Please sign in to comment.