From c22a09852e2195c8494fc522393a1780bfda22a2 Mon Sep 17 00:00:00 2001 From: Shengwen Yu Date: Mon, 22 Apr 2024 18:46:23 +0800 Subject: [PATCH] feat: update images and tags for FC testing Signed-off-by: Shengwen Yu --- Chart.yaml | 4 ++-- values.yaml | 40 ++++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 59edf1fcd..3daffb820 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.4.0-dev -appVersion: dev +version: 1.15.0 +appVersion: 2.11.0-fc 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 505d755aa..05fb7b151 100644 --- a/values.yaml +++ b/values.yaml @@ -482,8 +482,8 @@ containerSecurityContext: # If service exposed via "ingress", the Nginx will not be used nginx: image: - repository: goharbor/nginx-photon - tag: dev + repository: zigzag18/nginx-photon + tag: v2.11.0-build.2621 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -513,8 +513,8 @@ nginx: portal: image: - repository: goharbor/harbor-portal - tag: dev + repository: zigzag18/harbor-portal + tag: v2.11.0-build.2621 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -546,8 +546,8 @@ portal: core: image: - repository: goharbor/harbor-core - tag: dev + repository: zigzag18/harbor-core + tag: v2.11.0-build.2621 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -626,8 +626,8 @@ core: jobservice: image: - repository: goharbor/harbor-jobservice - tag: dev + repository: zigzag18/harbor-jobservice + tag: v2.11.0-build.2621 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -682,8 +682,8 @@ jobservice: registry: registry: image: - repository: goharbor/registry-photon - tag: dev + repository: zigzag18/registry-photon + tag: v2.11.0-build.2621 # resources: # requests: # memory: 256Mi @@ -691,8 +691,8 @@ registry: extraEnvVars: [] controller: image: - repository: goharbor/harbor-registryctl - tag: dev + repository: zigzag18/harbor-registryctl + tag: v2.11.0-build.2621 # resources: # requests: # memory: 256Mi @@ -764,9 +764,9 @@ trivy: enabled: true image: # repository the repository for Trivy adapter image - repository: goharbor/trivy-adapter-photon + repository: zigzag18/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: dev + tag: v2.11.0-build.2621 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -851,8 +851,8 @@ database: type: internal internal: image: - repository: goharbor/harbor-db - tag: dev + repository: zigzag18/harbor-db + tag: v2.11.0-build.2621 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -924,8 +924,8 @@ redis: type: internal internal: image: - repository: goharbor/redis-photon - tag: dev + repository: zigzag18/redis-photon + tag: v2.11.0-build.2621 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token @@ -979,8 +979,8 @@ redis: exporter: image: - repository: goharbor/harbor-exporter - tag: dev + repository: zigzag18/harbor-exporter + tag: v2.11.0-build.2621 serviceAccountName: "" # mount the service account token automountServiceAccountToken: false