Skip to content

Commit 6e54a9f

Browse files
Bump operator version to 0.2.1-rc1
1 parent c702add commit 6e54a9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: siddhi-operator
3232
containers:
3333
- name: siddhi-operator
34-
image: siddhiio/siddhi-operator:0.2.0
34+
image: siddhiio/siddhi-operator:0.2.1-rc1
3535
command:
3636
- siddhi-operator
3737
imagePullPolicy: Always
@@ -47,6 +47,6 @@ spec:
4747
- name: OPERATOR_NAME
4848
value: siddhi-operator
4949
- name: OPERATOR_VERSION
50-
value: 0.2.0
50+
value: 0.2.1-rc1
5151
- name: OPERATOR_CONFIGMAP
5252
value: siddhi-operator-config

pkg/controller/siddhiprocess/artifact/artifacts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func TestCreateOrUpdateDeployment(t *testing.T) {
217217
"app": "sample",
218218
"version": "0.1.0",
219219
}
220-
image := "siddhiio/siddhi-operator:0.2.0"
220+
image := "siddhiio/siddhi-operator:0.2.1-rc1"
221221
_, err := kubeClient.CreateOrUpdateDeployment(
222222
name,
223223
namespace,

pkg/controller/siddhiprocess/deploymanager/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package deploymanager
2121
// Constants for the DeployManager
2222
const (
2323
OperatorName string = "siddhi-operator"
24-
OperatorVersion string = "0.2.0"
24+
OperatorVersion string = "0.2.1-rc1"
2525
CRDName string = "SiddhiProcess"
2626
PVCExtension string = "-pvc"
2727
DepCMExtension string = "-depyml"

0 commit comments

Comments
 (0)