We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b891b commit b14f716Copy full SHA for b14f716
config/operator/operator/kustomization.yaml
@@ -5,4 +5,4 @@ kind: Kustomization
5
images:
6
- name: controller
7
newName: scylladb/scylla-operator
8
- newTag: nightly
+ newTag: v1.0.0-rc0
examples/common/operator.yaml
@@ -1920,7 +1920,7 @@ spec:
1920
valueFrom:
1921
fieldRef:
1922
fieldPath: metadata.namespace
1923
- image: scylladb/scylla-operator:nightly
+ image: scylladb/scylla-operator:v1.0.0-rc0
1924
imagePullPolicy: IfNotPresent
1925
name: manager
1926
ports:
0 commit comments