From 18e4fd7603d4f389305f5422cf48cdeecd4b8505 Mon Sep 17 00:00:00 2001 From: DQ Date: Thu, 8 Jul 2021 17:30:07 +0800 Subject: [PATCH] Bump up OSS Harbor to 2.2.3 Signed-off-by: DQ --- .github/workflows/integration.yaml | 2 +- Chart.yaml | 4 ++-- values.yaml | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 14e078739..23319d5a3 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -24,7 +24,7 @@ jobs: - name: Create kind cluster uses: helm/kind-action@v1.1.0 with: - version: v0.9.0 + version: v0.11.1 node_image: kindest/node:${{ matrix.k8s_version }} cluster_name: kind-cluster-${{ matrix.k8s_version }} config: test/integration/kind-cluster.yaml diff --git a/Chart.yaml b/Chart.yaml index 12276e8f1..fbc0c68df 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.6.2 -appVersion: 2.2.2 +version: 1.6.3 +appVersion: 2.2.3 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 1aa6a758a..39bb9469e 100644 --- a/values.yaml +++ b/values.yaml @@ -370,7 +370,7 @@ proxy: nginx: image: repository: goharbor/nginx-photon - tag: v2.2.2 + tag: v2.2.3 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -387,7 +387,7 @@ nginx: portal: image: repository: goharbor/harbor-portal - tag: v2.2.2 + tag: v2.2.3 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -404,7 +404,7 @@ portal: core: image: repository: goharbor/harbor-core - tag: v2.2.2 + tag: v2.2.3 # set the service account to be used, default if left empty serviceAccountName: "" replicas: 1 @@ -438,7 +438,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.2.2 + tag: v2.2.3 replicas: 1 # set the service account to be used, default if left empty serviceAccountName: "" @@ -469,7 +469,7 @@ registry: registry: image: repository: goharbor/registry-photon - tag: v2.2.2 + tag: v2.2.3 # resources: # requests: # memory: 256Mi @@ -477,7 +477,7 @@ registry: controller: image: repository: goharbor/harbor-registryctl - tag: v2.2.2 + tag: v2.2.3 # resources: # requests: @@ -524,7 +524,7 @@ chartmuseum: absoluteUrl: false image: repository: goharbor/chartmuseum-photon - tag: v2.2.2 + tag: v2.2.3 replicas: 1 # resources: # requests: @@ -543,7 +543,7 @@ trivy: # repository the repository for Trivy adapter image repository: goharbor/trivy-adapter-photon # tag the tag for Trivy adapter image - tag: v2.2.2 + tag: v2.2.3 # set the service account to be used, default if left empty serviceAccountName: "" # replicas the number of Pod replicas @@ -600,7 +600,7 @@ notary: serviceAccountName: "" image: repository: goharbor/notary-server-photon - tag: v2.2.2 + tag: v2.2.3 replicas: 1 # resources: # requests: @@ -616,7 +616,7 @@ notary: serviceAccountName: "" image: repository: goharbor/notary-signer-photon - tag: v2.2.2 + tag: v2.2.3 replicas: 1 # resources: # requests: @@ -644,7 +644,7 @@ database: serviceAccountName: "" image: repository: goharbor/harbor-db - tag: v2.2.2 + tag: v2.2.3 # The initial superuser password for internal database password: "changeit" # resources: @@ -689,7 +689,7 @@ redis: serviceAccountName: "" image: repository: goharbor/redis-photon - tag: v2.2.2 + tag: v2.2.3 # resources: # requests: # memory: 256Mi @@ -725,7 +725,7 @@ exporter: serviceAccountName: "" image: repository: goharbor/harbor-exporter - tag: v2.2.2 + tag: v2.2.3 nodeSelector: {} tolerations: [] affinity: {}