Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 320b1bb

Browse files
andrewegelgAmUssA
andauthored
Bump versions to 5.4.1 (#398)
* Bump versions to 5.4.1 - Latest CP release is 5.4.1 * Updating index and bumping chart version * Bump version for the rest of the components Co-authored-by: Viktor Gamov <viktor@confluent.io>
1 parent b99c5a0 commit 320b1bb

File tree

22 files changed

+48
-30
lines changed

22 files changed

+48
-30
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: A Helm chart for Confluent Platform Community Edition
44
name: cp-helm-charts
5-
version: 0.4.0
5+
version: 0.4.1

charts/cp-control-center/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
## Image Info
88
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
99
image: confluentinc/cp-enterprise-control-center
10-
imageTag: 5.2.0
10+
imageTag: 5.4.1
1111

1212
## Specify a imagePullPolicy
1313
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

charts/cp-kafka-connect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The configuration parameters in this section control the resources requested and
9393
| Parameter | Description | Default |
9494
| --------- | ----------- | ------- |
9595
| `image` | Docker Image of Confluent Kafka Connect. | `confluentinc/cp-kafka-connect` |
96-
| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `5.4.0` |
96+
| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `5.4.1` |
9797
| `imagePullPolicy` | Docker Image Tag of Confluent Kafka Connect. | `IfNotPresent` |
9898
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |
9999

charts/cp-kafka-connect/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
## Image Info
88
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
99
image: confluentinc/cp-kafka-connect
10-
imageTag: 5.4.0
10+
imageTag: 5.4.1
1111

1212
## Specify a imagePullPolicy
1313
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

charts/cp-kafka-rest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The configuration parameters in this section control the resources requested and
9898
| Parameter | Description | Default |
9999
| --------- | ----------- | ------- |
100100
| `image` | Docker Image of Confluent REST Proxy. | `confluentinc/cp-kafka-rest` |
101-
| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `5.4.0` |
101+
| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `5.4.1` |
102102
| `imagePullPolicy` | Docker Image Tag of Confluent REST Proxy. | `IfNotPresent` |
103103
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |
104104

charts/cp-kafka-rest/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
## Image Info
88
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
99
image: confluentinc/cp-kafka-rest
10-
imageTag: 5.4.0
10+
imageTag: 5.4.1
1111

1212
## Specify a imagePullPolicy
1313
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

charts/cp-kafka/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The configuration parameters in this section control the resources requested and
115115
| Parameter | Description | Default |
116116
| --------- | ----------- | ------- |
117117
| `image` | Docker Image of Confluent Kafka. | `confluentinc/cp-enterprise-kafka` |
118-
| `imageTag` | Docker Image Tag of Confluent Kafka. | `5.4.0` |
118+
| `imageTag` | Docker Image Tag of Confluent Kafka. | `5.4.1` |
119119
| `imagePullPolicy` | Docker Image Tag of Confluent Kafka. | `IfNotPresent` |
120120
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |
121121

charts/cp-kafka/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ brokers: 3
1212
## Image Info
1313
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
1414
image: confluentinc/cp-enterprise-kafka
15-
imageTag: 5.4.0
15+
imageTag: 5.4.1
1616

1717
## Specify a imagePullPolicy
1818
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

charts/cp-ksql-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The configuration parameters in this section control the resources requested and
108108
| Parameter | Description | Default |
109109
| --------- | ----------- | ------- |
110110
| `image` | Docker Image of Confluent KSQL Server. | `confluentinc/cp-ksql-server` |
111-
| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `5.4.0` |
111+
| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `5.4.1` |
112112
| `imagePullPolicy` | Docker Image Tag of Confluent KSQL Server. | `IfNotPresent` |
113113
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |
114114

charts/cp-ksql-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
## Image Info
88
## ref: https://hub.docker.com/r/confluentinc/cp-ksql-server/
99
image: confluentinc/cp-ksql-server
10-
imageTag: 5.4.0
10+
imageTag: 5.4.1
1111

1212
## Specify a imagePullPolicy
1313
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

charts/cp-schema-registry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The configuration parameters in this section control the resources requested and
9595
| Parameter | Description | Default |
9696
| --------- | ----------- | ------- |
9797
| `image` | Docker Image of Confluent Schema Registry. | `confluentinc/cp-schema-registry` |
98-
| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `5.4.0` |
98+
| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `5.4.1` |
9999
| `imagePullPolicy` | Docker Image Tag of Confluent Schema Registry. | `IfNotPresent` |
100100
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |
101101

charts/cp-schema-registry/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ replicaCount: 1
1212
## Image Info
1313
## ref: https://hub.docker.com/r/confluentinc/cp-schema-registry/
1414
image: confluentinc/cp-schema-registry
15-
imageTag: 5.4.0
15+
imageTag: 5.4.1
1616

1717
## Specify a imagePullPolicy
1818
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

charts/cp-zookeeper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The configuration parameters in this section control the resources requested and
109109
| Parameter | Description | Default |
110110
| --------- | ----------- | ------- |
111111
| `image` | Docker Image of Confluent Zookeeper. | `confluentinc/cp-zookeeper` |
112-
| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `5.4.0` |
112+
| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `5.4.1` |
113113
| `imagePullPolicy` | Docker Image Tag of Confluent Zookeeper. | `IfNotPresent` |
114114
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |
115115

charts/cp-zookeeper/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ servers: 3
1515
## Images Info
1616
## ref: https://hub.docker.com/r/confluentinc/cp-zookeeper/
1717
image: confluentinc/cp-zookeeper
18-
imageTag: 5.4.0
18+
imageTag: 5.4.1
1919

2020
## Specify a imagePullPolicy
2121
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

docs/cp-helm-charts-0.4.1.tgz

47.2 KB
Binary file not shown.

docs/index.yaml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,25 @@ entries:
33
cp-helm-charts:
44
- apiVersion: v1
55
appVersion: "1.0"
6-
created: 2020-01-16T10:05:41.202791-05:00
6+
created: 2020-03-06T16:38:08.253952-05:00
7+
description: A Helm chart for Confluent Platform Community Edition
8+
digest: 2210faaef7bdc6db386710a92e355ca1bd49d823992a697418d026d2bbcfd97b
9+
name: cp-helm-charts
10+
urls:
11+
- cp-helm-charts-0.4.1.tgz
12+
version: 0.4.1
13+
- apiVersion: v1
14+
appVersion: "1.0"
15+
created: 2020-03-06T16:38:08.260152-05:00
16+
description: A Helm chart for Confluent Platform Community Edition
17+
digest: 7a0c24d1be48146371f0439dde7d92f86d582d6b382eeb2aba344574b00f8494
18+
name: cp-helm-charts
19+
urls:
20+
- cp-helm-charts-0.4.1.tgz
21+
version: 0.4.1
22+
- apiVersion: v1
23+
appVersion: "1.0"
24+
created: 2020-03-06T16:38:08.258045-05:00
725
description: A Helm chart for Confluent Platform Community Edition
826
digest: eca4c0272dea5683f12f427b64422f94604bec19f8a39826387eaf89f0fde16d
927
name: cp-helm-charts
@@ -19,4 +37,4 @@ entries:
1937
urls:
2038
- cp-helm-charts-0.1.0.tgz
2139
version: 0.1.0
22-
generated: 2020-01-16T10:05:41.199758-05:00
40+
generated: 2020-03-06T16:38:08.250619-05:00

examples/avro-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: avro-client
9-
image: confluentinc/cp-schema-registry:5.4.0
9+
image: confluentinc/cp-schema-registry:5.4.1
1010
command:
1111
- sh
1212
- -c

examples/kafka-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: kafka-client
9-
image: confluentinc/cp-kafka:5.4.0
9+
image: confluentinc/cp-kafka:5.4.1
1010
command:
1111
- sh
1212
- -c

examples/ksql-demo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ metadata:
2323
spec:
2424
containers:
2525
- name: ksql-datagen-pageviews
26-
image: confluentinc/ksql-examples:5.4.0
26+
image: confluentinc/ksql-examples:5.4.1
2727
command:
2828
- sh
2929
- -c
3030
- "exec ksql-datagen quickstart=pageviews format=delimited topic=pageviews bootstrap-server=my-confluent-oss-cp-kafka:9092"
3131
- name: ksql-datagen-users
32-
image: confluentinc/ksql-examples:5.4.0
32+
image: confluentinc/ksql-examples:5.4.1
3333
command:
3434
- sh
3535
- -c
3636
- "ksql-datagen quickstart=users format=json topic=users iterations=1000 bootstrap-server=my-confluent-oss-cp-kafka:9092"
3737
- name: ksql
38-
image: confluentinc/ksql-cli:5.4.0
38+
image: confluentinc/ksql-cli:5.4.1
3939
command:
4040
- sh
4141
- -c

examples/zookeeper-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: zookeeper-client
9-
image: confluentinc/cp-zookeeper:5.4.0
9+
image: confluentinc/cp-zookeeper:5.4.1
1010
command:
1111
- sh
1212
- -c

grafana-dashboard/confluent-open-source-grafana-dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4350,7 +4350,7 @@
43504350
"schemaVersion": 16,
43514351
"style": "dark",
43524352
"tags": [
4353-
"5.4.0"
4353+
"5.4.1"
43544354
],
43554355
"templating": {
43564356
"list": [

values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cp-zookeeper:
55
enabled: true
66
servers: 3
77
image: confluentinc/cp-zookeeper
8-
imageTag: 5.4.0
8+
imageTag: 5.4.1
99
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
1010
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
1111
imagePullSecrets:
@@ -40,7 +40,7 @@ cp-kafka:
4040
enabled: true
4141
brokers: 3
4242
image: confluentinc/cp-enterprise-kafka
43-
imageTag: 5.4.0
43+
imageTag: 5.4.1
4444
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
4545
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
4646
imagePullSecrets:
@@ -67,7 +67,7 @@ cp-kafka:
6767
cp-schema-registry:
6868
enabled: true
6969
image: confluentinc/cp-schema-registry
70-
imageTag: 5.4.0
70+
imageTag: 5.4.1
7171
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
7272
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
7373
imagePullSecrets:
@@ -89,7 +89,7 @@ cp-schema-registry:
8989
cp-kafka-rest:
9090
enabled: true
9191
image: confluentinc/cp-kafka-rest
92-
imageTag: 5.4.0
92+
imageTag: 5.4.1
9393
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
9494
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
9595
imagePullSecrets:
@@ -111,7 +111,7 @@ cp-kafka-rest:
111111
cp-kafka-connect:
112112
enabled: true
113113
image: confluentinc/cp-kafka-connect
114-
imageTag: 5.4.0
114+
imageTag: 5.4.1
115115
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
116116
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
117117
imagePullSecrets:
@@ -133,7 +133,7 @@ cp-kafka-connect:
133133
cp-ksql-server:
134134
enabled: true
135135
image: confluentinc/cp-ksql-server
136-
imageTag: 5.4.0
136+
imageTag: 5.4.1
137137
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
138138
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
139139
imagePullSecrets:
@@ -148,7 +148,7 @@ cp-ksql-server:
148148
cp-control-center:
149149
enabled: true
150150
image: confluentinc/cp-enterprise-control-center
151-
imageTag: 5.2.0
151+
imageTag: 5.4.1
152152
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
153153
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
154154
imagePullSecrets:

0 commit comments

Comments
 (0)