From 6c53deb17cb68906d0031b20912f37039291fcf0 Mon Sep 17 00:00:00 2001 From: Ziming Zhang Date: Wed, 30 Mar 2022 15:50:16 +0800 Subject: [PATCH] release v1.2.0 Signed-off-by: Ziming Zhang --- charts/harbor-operator/README.md | 2 +- charts/harbor-operator/values.yaml | 2 +- manifests/cluster/deployment.yaml | 2 +- manifests/cluster/kustomization.yaml | 2 +- manifests/harbor/deployment.yaml | 2 +- manifests/harbor/kustomization.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/harbor-operator/README.md b/charts/harbor-operator/README.md index a58c7fb65..c1b036619 100644 --- a/charts/harbor-operator/README.md +++ b/charts/harbor-operator/README.md @@ -37,7 +37,7 @@ Deploy Harbor Operator | harborClass | string | `""` | Class name of the Harbor operator | | image.pullPolicy | string | `"IfNotPresent"` | The image pull policy for the controller. | | image.repository | string | `"goharbor/harbor-operator"` | The image repository whose default is the chart appVersion. | -| image.tag | string | `"v1.2.0-rc3"` | The image tag whose default is the chart appVersion. | +| image.tag | string | `"v1.2.0"` | The image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | Reference to one or more secrets to be used when pulling images For example: `[ {"name":"image-pull-secret"} ]` | | installCRDs | bool | `false` | If true, CRD resources will be installed as part of the Helm chart. If enabled, when uninstalling CRD resources will be deleted causing all installed custom resources to be DELETED | | leaderElection.namespace | string | `"kube-system"` | The namespace used to store the ConfigMap for leader election | diff --git a/charts/harbor-operator/values.yaml b/charts/harbor-operator/values.yaml index b3b2cfb8b..bed8d7f44 100644 --- a/charts/harbor-operator/values.yaml +++ b/charts/harbor-operator/values.yaml @@ -4,7 +4,7 @@ image: # image.pullPolicy -- The image pull policy for the controller. pullPolicy: IfNotPresent # image.tag -- The image tag whose default is the chart appVersion. - tag: "v1.2.0-rc3" + tag: "v1.2.0" # installCRDs -- If true, CRD resources will be installed as part of the Helm chart. If enabled, when uninstalling CRD resources will be deleted causing all installed custom resources to be DELETED installCRDs: false diff --git a/manifests/cluster/deployment.yaml b/manifests/cluster/deployment.yaml index 73bf5fb03..bbce46b6c 100644 --- a/manifests/cluster/deployment.yaml +++ b/manifests/cluster/deployment.yaml @@ -38851,7 +38851,7 @@ spec: fieldPath: metadata.namespace - name: CONFIGURATION_FROM value: env,file:/etc/harbor-operator/config.yaml - image: ghcr.io/goharbor/harbor-operator:v1.2.0-rc3 + image: ghcr.io/goharbor/harbor-operator:v1.2.0 livenessProbe: httpGet: path: /healthz diff --git a/manifests/cluster/kustomization.yaml b/manifests/cluster/kustomization.yaml index 2747fe1d8..0e76cc531 100644 --- a/manifests/cluster/kustomization.yaml +++ b/manifests/cluster/kustomization.yaml @@ -47,4 +47,4 @@ images: newName: ghcr.io/goharbor/postgres-operator - name: goharbor/harbor-operator newName: ghcr.io/goharbor/harbor-operator - newTag: v1.2.0-rc3 + newTag: v1.2.0 diff --git a/manifests/harbor/deployment.yaml b/manifests/harbor/deployment.yaml index 11225f34b..1b279af33 100644 --- a/manifests/harbor/deployment.yaml +++ b/manifests/harbor/deployment.yaml @@ -28182,7 +28182,7 @@ spec: fieldPath: metadata.namespace - name: CONFIGURATION_FROM value: env,file:/etc/harbor-operator/config.yaml - image: ghcr.io/goharbor/harbor-operator:v1.2.0-rc3 + image: ghcr.io/goharbor/harbor-operator:v1.2.0 livenessProbe: httpGet: path: /healthz diff --git a/manifests/harbor/kustomization.yaml b/manifests/harbor/kustomization.yaml index 77428d8c4..2ac6ac753 100644 --- a/manifests/harbor/kustomization.yaml +++ b/manifests/harbor/kustomization.yaml @@ -23,4 +23,4 @@ resources: images: - name: goharbor/harbor-operator newName: ghcr.io/goharbor/harbor-operator - newTag: v1.2.0-rc3 + newTag: v1.2.0