File tree 15 files changed +19
-19
lines changed
configmaps/cluster-controller
templates/cluster-controller
15 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.strimzi</groupId >
6
6
<artifactId >strimzi</artifactId >
7
- <version >0.2.0-RC3 </version >
7
+ <version >0.2.0</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<artifactId >cluster-controller</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >strimzi</artifactId >
7
7
<groupId >io.strimzi</groupId >
8
- <version >0.2.0-RC3 </version >
8
+ <version >0.2.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 1
1
= Strimzi: Documentation
2
- :revnumber: 0.2.0-rc3
2
+ :revnumber: 0.2.0
3
3
:sectnums:
4
4
:toc: preamble
5
5
:toclevels: 3
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
strimzi.io/type : kafka-connect
8
8
data :
9
9
nodes : " 1"
10
- image : " strimzi/kafka-connect:0.2.0-rc3 "
10
+ image : " strimzi/kafka-connect:0.2.0"
11
11
healthcheck-delay : " 60"
12
12
healthcheck-timeout : " 5"
13
13
KAFKA_CONNECT_BOOTSTRAP_SERVERS : " my-cluster-kafka:9092"
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ metadata:
7
7
strimzi.io/type : kafka
8
8
data :
9
9
kafka-nodes : " 3"
10
- kafka-image : " strimzi/kafka:0.2.0-rc3 "
10
+ kafka-image : " strimzi/kafka:0.2.0"
11
11
kafka-healthcheck-delay : " 15"
12
12
kafka-healthcheck-timeout : " 5"
13
13
zookeeper-nodes : " 1"
14
- zookeeper-image : " strimzi/zookeeper:0.2.0-rc3 "
14
+ zookeeper-image : " strimzi/zookeeper:0.2.0"
15
15
zookeeper-healthcheck-delay : " 15"
16
16
zookeeper-healthcheck-timeout : " 5"
17
17
KAFKA_DEFAULT_REPLICATION_FACTOR : " 3"
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ metadata:
7
7
strimzi.io/type : kafka
8
8
data :
9
9
kafka-nodes : " 3"
10
- kafka-image : " strimzi/kafka:0.2.0-rc3 "
10
+ kafka-image : " strimzi/kafka:0.2.0"
11
11
kafka-healthcheck-delay : " 15"
12
12
kafka-healthcheck-timeout : " 5"
13
13
zookeeper-nodes : " 3"
14
- zookeeper-image : " strimzi/zookeeper:0.2.0-rc3 "
14
+ zookeeper-image : " strimzi/zookeeper:0.2.0"
15
15
zookeeper-healthcheck-delay : " 15"
16
16
zookeeper-healthcheck-timeout : " 5"
17
17
KAFKA_DEFAULT_REPLICATION_FACTOR : " 3"
Original file line number Diff line number Diff line change 12
12
serviceAccountName : strimzi-cluster-controller
13
13
containers :
14
14
- name : strimzi-cluster-controller
15
- image : strimzi/cluster-controller:0.2.0-rc3
15
+ image : strimzi/cluster-controller:0.2.0
16
16
env :
17
17
- name : STRIMZI_CONFIGMAP_LABELS
18
18
value : " strimzi.io/kind=cluster"
Original file line number Diff line number Diff line change 12
12
serviceAccountName : strimzi-topic-controller
13
13
containers :
14
14
- name : strimzi-topic-controller
15
- image : strimzi/topic-controller:0.2.0-rc3
15
+ image : strimzi/topic-controller:0.2.0
16
16
env :
17
17
- name : STRIMZI_CONFIGMAP_LABELS
18
18
value : " strimzi.io/kind=topic"
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ parameters:
73
73
- description : Tag of the S2I Docker image
74
74
displayName : S2I image tag
75
75
name : S2I_IMAGE_TAG
76
- value : 0.2.0-rc3
76
+ value : 0.2.0
77
77
- description : Number of seconds after the container has started before healthcheck probes are initiated.
78
78
displayName : Kafka Connect healthcheck initial delay
79
79
name : HEALTHCHECK_DELAY
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ parameters:
72
72
- description : Image tag
73
73
displayName : Image tag
74
74
name : IMAGE_TAG
75
- value : 0.2.0-rc3
75
+ value : 0.2.0
76
76
- description : Number of seconds after the container has started before healthcheck probes are initiated.
77
77
displayName : Kafka Connect healthcheck initial delay
78
78
name : HEALTHCHECK_DELAY
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ parameters:
41
41
- description : Kafka image tag
42
42
displayName : Kafka image tag
43
43
name : KAFKA_IMAGE_TAG
44
- value : 0.2.0-rc3
44
+ value : 0.2.0
45
45
- description : Zookeeper image name
46
46
displayName : Zookeeper image Name
47
47
name : ZOOKEEPER_IMAGE_NAME
48
48
value : zookeeper
49
49
- description : Zookeeper image tag
50
50
displayName : Zookeeper image tag
51
51
name : ZOOKEEPER_IMAGE_TAG
52
- value : 0.2.0-rc3
52
+ value : 0.2.0
53
53
- description : Number of seconds after the container has started before healthcheck probes are initiated.
54
54
displayName : Zookeeper healthcheck initial delay
55
55
name : ZOOKEEPER_HEALTHCHECK_DELAY
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ parameters:
47
47
- description : Kafka image tag
48
48
displayName : Kafka image tag
49
49
name : KAFKA_IMAGE_TAG
50
- value : 0.2.0-rc3
50
+ value : 0.2.0
51
51
- description : Zookeeper image name
52
52
displayName : Zookeeper image Name
53
53
name : ZOOKEEPER_IMAGE_NAME
54
54
value : zookeeper
55
55
- description : Zookeeper image tag
56
56
displayName : Zookeeper image tag
57
57
name : ZOOKEEPER_IMAGE_TAG
58
- value : 0.2.0-rc3
58
+ value : 0.2.0
59
59
- description : Number of seconds after the container has started before healthcheck probes are initiated.
60
60
displayName : Zookeeper healthcheck initial delay
61
61
name : ZOOKEEPER_HEALTHCHECK_DELAY
Original file line number Diff line number Diff line change 5
5
<groupId >io.strimzi</groupId >
6
6
<artifactId >strimzi</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >0.2.0-RC3 </version >
8
+ <version >0.2.0</version >
9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >strimzi</artifactId >
7
7
<groupId >io.strimzi</groupId >
8
- <version >0.2.0-RC3 </version >
8
+ <version >0.2.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.strimzi</groupId >
7
7
<artifactId >strimzi</artifactId >
8
- <version >0.2.0-RC3 </version >
8
+ <version >0.2.0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >topic-controller</artifactId >
You can’t perform that action at this time.
0 commit comments