Skip to content

Commit d497468

Browse files
authored
Merge pull request #156 from scylladb/mz/release-0.2.2
release: manifests bumped to 0.2.2
2 parents 9d4d3d9 + de4303f commit d497468

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: scylladb/scylla-operator
8-
newTag: v0.2.0
8+
newTag: v0.2.2

examples/generic/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ spec:
10881088
valueFrom:
10891089
fieldRef:
10901090
fieldPath: metadata.namespace
1091-
image: scylladb/scylla-operator:v0.2.0
1091+
image: scylladb/scylla-operator:v0.2.2
10921092
imagePullPolicy: IfNotPresent
10931093
name: manager
10941094
ports:

examples/gke/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ spec:
10881088
valueFrom:
10891089
fieldRef:
10901090
fieldPath: metadata.namespace
1091-
image: scylladb/scylla-operator:v0.2.0
1091+
image: scylladb/scylla-operator:v0.2.2
10921092
imagePullPolicy: IfNotPresent
10931093
name: manager
10941094
ports:

0 commit comments

Comments
 (0)