From bfe5f35aa1008a5d6b9a5642a961f35f74a667cc Mon Sep 17 00:00:00 2001 From: Ziming Zhang Date: Wed, 15 Jun 2022 08:50:22 +0800 Subject: [PATCH] release v1.3.0-rc3 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 d325f1d00..84039e200 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.3.0-rc1"` | The image tag whose default is the chart appVersion. | +| image.tag | string | `"v1.3.0-rc3"` | 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 744d7f916..21422b030 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.3.0-rc1" + tag: "v1.3.0-rc3" # 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 511af5ee4..fc0d27565 100644 --- a/manifests/cluster/deployment.yaml +++ b/manifests/cluster/deployment.yaml @@ -51950,7 +51950,7 @@ spec: fieldPath: metadata.namespace - name: CONFIGURATION_FROM value: env,file:/etc/harbor-operator/config.yaml - image: ghcr.io/goharbor/harbor-operator:v1.3.0-rc1 + image: ghcr.io/goharbor/harbor-operator:v1.3.0-rc3 livenessProbe: httpGet: path: /healthz diff --git a/manifests/cluster/kustomization.yaml b/manifests/cluster/kustomization.yaml index 22f6d473a..ee9740df0 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.3.0-rc1 + newTag: v1.3.0-rc3 diff --git a/manifests/harbor/deployment.yaml b/manifests/harbor/deployment.yaml index d8d4ade16..23f566572 100644 --- a/manifests/harbor/deployment.yaml +++ b/manifests/harbor/deployment.yaml @@ -39896,7 +39896,7 @@ spec: fieldPath: metadata.namespace - name: CONFIGURATION_FROM value: env,file:/etc/harbor-operator/config.yaml - image: ghcr.io/goharbor/harbor-operator:v1.3.0-rc1 + image: ghcr.io/goharbor/harbor-operator:v1.3.0-rc3 livenessProbe: httpGet: path: /healthz diff --git a/manifests/harbor/kustomization.yaml b/manifests/harbor/kustomization.yaml index 900e77aa9..351a5adc3 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.3.0-rc1 \ No newline at end of file + newTag: v1.3.0-rc3 \ No newline at end of file