From 7f9ceb552530354b81d524939d8b803a3b52cef2 Mon Sep 17 00:00:00 2001 From: yminer Date: Wed, 13 Nov 2024 08:02:54 +0000 Subject: [PATCH] Bump version to 1.16.0, appVersion to 2.12.0 Signed-off-by: yminer --- Chart.yaml | 10 ++++------ values.yaml | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 6838db79e..db9401af0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 @@ -15,10 +15,8 @@ sources: maintainers: - name: Yan Wang email: yan-yw.wang@broadcom.com -- name: Wenkai Yin - email: wenkai.yin@broadcom.com +- name: Stone Zhang + email: stone.zhang@broadcom.com - name: Miner Yang email: miner.yang@broadcom.com -- name: Shengwen Yu - email: shengwen.yu@broadcom.com engine: gotpl diff --git a/values.yaml b/values.yaml index c862337d0..255721da1 100644 --- a/values.yaml +++ b/values.yaml @@ -483,7 +483,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 @@ -514,7 +514,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 @@ -554,7 +554,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 @@ -641,7 +641,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 @@ -704,7 +704,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: dev + tag: v2.12.0 # resources: # requests: # memory: 256Mi @@ -713,7 +713,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: dev + tag: v2.12.0 # resources: # requests: # memory: 256Mi @@ -794,7 +794,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 @@ -852,7 +852,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 @@ -887,7 +887,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 @@ -967,7 +967,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 @@ -1029,7 +1029,7 @@ redis: exporter: image: repository: goharbor/harbor-exporter - tag: dev + tag: v2.12.0 serviceAccountName: "" # mount the service account token automountServiceAccountToken: false