Skip to content

Commit c702add

Browse files
Bump 5.1.0->5.1.1-rc1
1 parent b538ba1 commit c702add

9 files changed

+9
-9
lines changed

deploy/examples/example-stateful-distributed-email-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
-
5252
name: BASIC_AUTH_ENABLED
5353
value: "false"
54-
image: "siddhiio/siddhi-runner-ubuntu:5.1.0"
54+
image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1"
5555

5656
messagingSystem:
5757
type: nats

deploy/examples/example-stateful-distributed-log-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
-
4242
name: BASIC_AUTH_ENABLED
4343
value: "false"
44-
image: "siddhiio/siddhi-runner-ubuntu:5.1.0"
44+
image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1"
4545

4646
messagingSystem:
4747
type: nats

deploy/examples/example-stateful-distributed-nats-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
-
4242
name: BASIC_AUTH_ENABLED
4343
value: "false"
44-
image: "siddhiio/siddhi-runner-ubuntu:5.1.0"
44+
image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1"
4545

4646
messagingSystem:
4747
type: nats

deploy/examples/example-stateful-monolithic-log-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
-
4242
name: BASIC_AUTH_ENABLED
4343
value: "false"
44-
image: "siddhiio/siddhi-runner-ubuntu:5.1.0"
44+
image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1"
4545

4646
persistentVolumeClaim:
4747
accessModes:

deploy/examples/example-stateful-tcp-nats-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
insert into PowerSurgeAlertStream;
3636
3737
container:
38-
image: "siddhiio/siddhi-runner-ubuntu:5.1.0"
38+
image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1"
3939

4040
persistentVolumeClaim:
4141
accessModes:

deploy/examples/example-stateless-email-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ spec:
4747
-
4848
name: BASIC_AUTH_ENABLED
4949
value: "false"
50-
image: "siddhiio/siddhi-runner-ubuntu:5.1.0"
50+
image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1"

deploy/examples/example-stateless-log-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ spec:
3737
-
3838
name: BASIC_AUTH_ENABLED
3939
value: "false"
40-
image: "siddhiio/siddhi-runner-ubuntu:5.1.0"
40+
image: "siddhiio/siddhi-runner-ubuntu:5.1.1-rc1"

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
data:
88
siddhiHome: /home/siddhi_user/siddhi-runner/
99
siddhiProfile: runner
10-
siddhiImage: siddhiio/siddhi-runner-alpine:5.1.0
10+
siddhiImage: siddhiio/siddhi-runner-alpine:5.1.1-rc1
1111
autoIngressCreation: "true"
1212
# siddhiImageSecret: siddhiio
1313
# ingressTLS: siddhi-tls

pkg/controller/siddhiprocess/siddhicontroller/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package siddhicontroller
2222
const (
2323
OperatorCMName string = "siddhi-operator-config"
2424
SiddhiHome string = "/home/siddhi_user/siddhi-runner/"
25-
SiddhiImage string = "siddhiio/siddhi-runner-alpine:5.1.0"
25+
SiddhiImage string = "siddhiio/siddhi-runner-alpine:5.1.1-rc1"
2626
SiddhiProfile string = "runner"
2727
AutoCreateIngress bool = true
2828
)

0 commit comments

Comments
 (0)