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 <[email protected]>
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

0 commit comments

Comments
 (0)