From 21b76d68ea367264bac283f888be759c8d87ac30 Mon Sep 17 00:00:00 2001 From: yminer Date: Fri, 13 Dec 2024 06:16:02 +0000 Subject: [PATCH] Bump version 1.16.0-rc1, appVersion to 2.12.1-rc1 Signed-off-by: yminer --- Chart.yaml | 4 ++-- values.yaml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index db9401af0..dcf8ab4c3 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.16.0 -appVersion: 2.12.0 +version: 1.16.1-rc1 +appVersion: 2.12.1-rc1 description: An open source trusted cloud native registry that stores, signs, and scans content keywords: - docker diff --git a/values.yaml b/values.yaml index 1737541e7..60a7bde36 100644 --- a/values.yaml +++ b/values.yaml @@ -483,7 +483,7 @@ containerSecurityContext: nginx: image: repository: goharbor/nginx-photon - tag: v2.12.0 + tag: v2.12.1-rc1 # 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: v2.12.0 + tag: v2.12.1-rc1 # 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: v2.12.0 + tag: v2.12.1-rc1 # 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: v2.12.0 + tag: v2.12.1-rc1 # 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: v2.12.0 + tag: v2.12.1-rc1 # resources: # requests: # memory: 256Mi @@ -713,7 +713,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.12.0 + tag: v2.12.1-rc1 # 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: v2.12.0 + tag: v2.12.1-rc1 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -887,7 +887,7 @@ database: internal: image: repository: goharbor/harbor-db - tag: v2.12.0 + tag: v2.12.1-rc1 # 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: v2.12.0 + tag: v2.12.1-rc1 # 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: v2.12.0 + tag: v2.12.1-rc1 serviceAccountName: "" # mount the service account token automountServiceAccountToken: false