File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
pkg/controller/siddhiprocess Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ package deploymanager
2121// Constants for the DeployManager
2222const (
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"
You can’t perform that action at this time.
0 commit comments