File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
pkg/controller/siddhiprocess Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 name : siddhi-operator-config
77data :
88 siddhiRunnerHome : /home/siddhi_user/siddhi-runner/
9- siddhiRunnerImage : siddhiio/siddhi-runner-alpine:5.1.0
9+ siddhiRunnerImage : siddhiio/siddhi-runner-alpine:5.1.0-m1
1010 autoIngressCreation : " true"
1111---
1212
2828 serviceAccountName : siddhi-operator
2929 containers :
3030 - name : siddhi-operator
31- image : siddhiio/siddhi-operator:0.2.0
31+ image : siddhiio/siddhi-operator:0.2.0-m1
3232 command :
3333 - siddhi-operator
3434 imagePullPolicy : Always
4444 - name : OPERATOR_NAME
4545 value : siddhi-operator
4646 - name : OPERATOR_VERSION
47- value : 0.2.0
47+ value : 0.2.0-m1
4848 - name : OPERATOR_CONFIGMAP
4949 value : siddhi-operator-config
5050
6565 selector :
6666 matchLabels :
6767 name : siddhi-parser
68- version : 0.2.0
68+ version : 0.2.0-m1
6969 strategy :
7070 rollingUpdate :
7171 maxSurge : 25%
@@ -76,10 +76,10 @@ spec:
7676 creationTimestamp : null
7777 labels :
7878 name : siddhi-parser
79- version : 0.2.0
79+ version : 0.2.0-m1
8080 spec :
8181 containers :
82- - image : siddhiio/siddhi-parser:0.2.0
82+ - image : siddhiio/siddhi-parser:0.2.0-m1
8383 imagePullPolicy : IfNotPresent
8484 name : siddhirunner-msf4j
8585 ports :
@@ -102,7 +102,7 @@ spec:
102102 targetPort : 9090
103103 selector :
104104 name : siddhi-parser
105- version : 0.2.0
105+ version : 0.2.0-m1
106106 sessionAffinity : None
107107 type : ClusterIP
108108status :
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
3333// Default configurations stored as constants. Further these constants used by the Configurations() function.
3434const (
3535 SiddhiHome string = "/home/siddhi_user/siddhi-runner/"
36- SiddhiImage string = "siddhiio/siddhi-runner-alpine:5.1.0"
36+ SiddhiImage string = "siddhiio/siddhi-runner-alpine:5.1.0-m1 "
3737 SiddhiRunnerPath string = "wso2/runner/"
3838 SiddhiCMExt string = "-siddhi"
3939 SiddhiExt string = ".siddhi"
@@ -48,7 +48,7 @@ const (
4848 RunnerRPath string = "bin/runner.sh"
4949 HostName string = "siddhi"
5050 OperatorName string = "siddhi-operator"
51- OperatorVersion string = "0.2.0"
51+ OperatorVersion string = "0.2.0-m1 "
5252 CRDName string = "SiddhiProcess"
5353 ReadWriteOnce string = "ReadWriteOnce"
5454 ReadOnlyMany string = "ReadOnlyMany"
@@ -305,7 +305,7 @@ var testSP = &siddhiv1alpha2.SiddhiProcess{
305305 },
306306 Spec : siddhiv1alpha2.SiddhiProcessSpec {
307307 Container : corev1.Container {
308- Image : "siddhiio/siddhi-runner:5.1.0" ,
308+ Image : SiddhiImage ,
309309 },
310310 MessagingSystem : siddhiv1alpha2.MessagingSystem {
311311 Type : "nats" ,
You can’t perform that action at this time.
0 commit comments