From b14f7162516ad7895fa18b2ef846869384282dec Mon Sep 17 00:00:00 2001 From: Maciej Zimnoch Date: Tue, 5 Jan 2021 17:41:04 +0100 Subject: [PATCH] prep for 1.0.0-rc0 --- config/operator/operator/kustomization.yaml | 2 +- examples/common/operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/operator/operator/kustomization.yaml b/config/operator/operator/kustomization.yaml index 9f82258a84..13874c6096 100644 --- a/config/operator/operator/kustomization.yaml +++ b/config/operator/operator/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: scylladb/scylla-operator - newTag: nightly + newTag: v1.0.0-rc0 diff --git a/examples/common/operator.yaml b/examples/common/operator.yaml index 98325e66c1..50f260b571 100644 --- a/examples/common/operator.yaml +++ b/examples/common/operator.yaml @@ -1920,7 +1920,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: scylladb/scylla-operator:nightly + image: scylladb/scylla-operator:v1.0.0-rc0 imagePullPolicy: IfNotPresent name: manager ports: