File tree 13 files changed +20
-20
lines changed
templates/cluster-controller 13 files changed +20
-20
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.3.0-RC2 </version >
7
+ <version >0.3.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 +5,5 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
5
5
log4j.appender.stdout.layout.ConversionPattern =%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
6
6
7
7
8
- log4j.logger.io.strimzi =INFO , stdout
8
+ log4j.logger.io.strimzi =DEBUG , stdout
9
9
log4j.additivity.io.strimzi =false
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.3.0-RC2 </version >
8
+ <version >0.3.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.3.0-rc2
2
+ :revnumber: 0.3.0
3
3
:sectnums:
4
4
:toc: preamble
5
5
:toclevels: 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.3.0-rc2
15
+ image : strimzi/cluster-controller:0.3.0
16
16
env :
17
17
- name : STRIMZI_CONFIGMAP_LABELS
18
18
value : " strimzi.io/kind=cluster"
@@ -25,15 +25,15 @@ spec:
25
25
- name : STRIMZI_OPERATION_TIMEOUT_MS
26
26
value : " 300000"
27
27
- name : STRIMZI_DEFAULT_ZOOKEEPER_IMAGE
28
- value : strimzi/zookeeper:0.3.0-rc2
28
+ value : strimzi/zookeeper:0.3.0
29
29
- name : STRIMZI_DEFAULT_KAFKA_IMAGE
30
- value : strimzi/kafka:0.3.0-rc2
30
+ value : strimzi/kafka:0.3.0
31
31
- name : STRIMZI_DEFAULT_KAFKA_CONNECT_IMAGE
32
- value : strimzi/kafka-connect:0.3.0-rc2
32
+ value : strimzi/kafka-connect:0.3.0
33
33
- name : STRIMZI_DEFAULT_KAFKA_CONNECT_S2I_IMAGE
34
- value : strimzi/kafka-connect-s2i:0.3.0-rc2
34
+ value : strimzi/kafka-connect-s2i:0.3.0
35
35
- name : STRIMZI_DEFAULT_TOPIC_CONTROLLER_IMAGE
36
- value : strimzi/topic-controller:0.3.0-rc2
36
+ value : strimzi/topic-controller:0.3.0
37
37
livenessProbe :
38
38
httpGet :
39
39
path : /healthy
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.3.0-rc2
15
+ image : strimzi/topic-controller:0.3.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.3.0-rc2
76
+ value : 0.3.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.3.0-rc2
75
+ value : 0.3.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.3.0-rc2
44
+ value : 0.3.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.3.0-rc2
52
+ value : 0.3.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.3.0-rc2
50
+ value : 0.3.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.3.0-rc2
58
+ value : 0.3.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.3.0-RC2 </version >
8
+ <version >0.3.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.3.0-RC2 </version >
8
+ <version >0.3.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.3.0-RC2 </version >
8
+ <version >0.3.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