Skip to content

Commit f60fc6a

Browse files
committed
Bump to 1.14.0-SNAPSHOT
1 parent 6a8fb46 commit f60fc6a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kafka_statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
imagePullSecrets: [ name: microstream-ocir-credentials ]
1818
containers:
1919
- name: kafka
20-
image: ocir.microstream.one/onprem/image/microstream-cluster-kafka:1.11.0-SNAPSHOT
20+
image: ocir.microstream.one/onprem/image/microstream-cluster-kafka:1.14.0-SNAPSHOT
2121
ports:
2222
- name: plaintext
2323
containerPort: 9092

masternode_pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
mountPath: /storage
6161
containers:
6262
- name: masternode
63-
image: ocir.microstream.one/onprem/image/microstream-cluster-storage-node:1.11.0-SNAPSHOT
63+
image: ocir.microstream.one/onprem/image/microstream-cluster-storage-node:1.14.0-SNAPSHOT
6464
workingDir: /storage
6565
args: [ "/storage/project/project.jar" ]
6666
env:

storagenode_statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
mountPath: /storage
8181
containers:
8282
- name: storagenode
83-
image: ocir.microstream.one/onprem/image/microstream-cluster-storage-node:1.11.0-SNAPSHOT
83+
image: ocir.microstream.one/onprem/image/microstream-cluster-storage-node:1.14.0-SNAPSHOT
8484
args: [ /storage/project/project.jar ]
8585
workingDir: /storage
8686
env:

writerproxy_pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
fsGroup: 1000
1212
containers:
1313
- name: writerproxy
14-
image: ocir.microstream.one/onprem/image/microstream-cluster-writer-proxy:1.11.0-SNAPSHOT
14+
image: ocir.microstream.one/onprem/image/microstream-cluster-writer-proxy:1.14.0-SNAPSHOT
1515
env:
1616
- name: MICROSTREAM_PATH
1717
value: '/microstream-cluster-controller/'

0 commit comments

Comments
 (0)