diff --git a/charts/harbor-operator/README.md b/charts/harbor-operator/README.md index 84039e200..e6406c8a9 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-rc3"` | The image tag whose default is the chart appVersion. | +| image.tag | string | `"v1.3.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 21422b030..155f22dc4 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-rc3" + tag: "v1.3.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 fc0d27565..1f99253c8 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-rc3 + image: ghcr.io/goharbor/harbor-operator:v1.3.0 livenessProbe: httpGet: path: /healthz diff --git a/manifests/cluster/kustomization.yaml b/manifests/cluster/kustomization.yaml index ee9740df0..1e1e48105 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-rc3 + newTag: v1.3.0 diff --git a/manifests/harbor/deployment.yaml b/manifests/harbor/deployment.yaml index 23f566572..75375ebb6 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-rc3 + image: ghcr.io/goharbor/harbor-operator:v1.3.0 livenessProbe: httpGet: path: /healthz diff --git a/manifests/harbor/kustomization.yaml b/manifests/harbor/kustomization.yaml index 351a5adc3..c520fc13b 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-rc3 \ No newline at end of file + newTag: v1.3.0 \ No newline at end of file