Skip to content

Commit 55a9d67

Browse files
committed
Release 0.4.0-rc1: RC should be lowercase
1 parent 5067512 commit 55a9d67

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/install/cluster-operator/04-deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: strimzi-cluster-operator
1313
containers:
1414
- name: strimzi-cluster-operator
15-
image: strimzi/cluster-operator:0.4.0-RC1
15+
image: strimzi/cluster-operator:0.4.0-rc1
1616
env:
1717
- name: STRIMZI_CONFIGMAP_LABELS
1818
value: "strimzi.io/kind=cluster"
@@ -25,15 +25,15 @@ spec:
2525
- name: STRIMZI_OPERATION_TIMEOUT_MS
2626
value: "300000"
2727
- name: STRIMZI_DEFAULT_ZOOKEEPER_IMAGE
28-
value: strimzi/zookeeper:0.4.0-RC1
28+
value: strimzi/zookeeper:0.4.0-rc1
2929
- name: STRIMZI_DEFAULT_KAFKA_IMAGE
30-
value: strimzi/kafka:0.4.0-RC1
30+
value: strimzi/kafka:0.4.0-rc1
3131
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_IMAGE
32-
value: strimzi/kafka-connect:0.4.0-RC1
32+
value: strimzi/kafka-connect:0.4.0-rc1
3333
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_S2I_IMAGE
34-
value: strimzi/kafka-connect-s2i:0.4.0-RC1
34+
value: strimzi/kafka-connect-s2i:0.4.0-rc1
3535
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
36-
value: strimzi/topic-operator:0.4.0-RC1
36+
value: strimzi/topic-operator:0.4.0-rc1
3737
livenessProbe:
3838
httpGet:
3939
path: /healthy

examples/install/topic-operator/04-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: strimzi-topic-operator
1313
containers:
1414
- name: strimzi-topic-operator
15-
image: strimzi/topic-operator:0.4.0-RC1
15+
image: strimzi/topic-operator:0.4.0-rc1
1616
env:
1717
- name: STRIMZI_CONFIGMAP_LABELS
1818
value: "strimzi.io/kind=topic"

0 commit comments

Comments
 (0)