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

Commit

Permalink
Bump versions to 5.4.1 (#398)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
andrewegel and gAmUssA authored Mar 6, 2020
1 parent b99c5a0 commit 320b1bb
Show file tree
Hide file tree
Showing 22 changed files with 48 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Confluent Platform Community Edition
name: cp-helm-charts
version: 0.4.0
version: 0.4.1
2 changes: 1 addition & 1 deletion charts/cp-control-center/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
image: confluentinc/cp-enterprise-control-center
imageTag: 5.2.0
imageTag: 5.4.1

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent Kafka Connect. | `confluentinc/cp-kafka-connect` |
| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `5.4.0` |
| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `5.4.1` |
| `imagePullPolicy` | Docker Image Tag of Confluent Kafka Connect. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
image: confluentinc/cp-kafka-connect
imageTag: 5.4.0
imageTag: 5.4.1

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent REST Proxy. | `confluentinc/cp-kafka-rest` |
| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `5.4.0` |
| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `5.4.1` |
| `imagePullPolicy` | Docker Image Tag of Confluent REST Proxy. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka-rest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
image: confluentinc/cp-kafka-rest
imageTag: 5.4.0
imageTag: 5.4.1

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent Kafka. | `confluentinc/cp-enterprise-kafka` |
| `imageTag` | Docker Image Tag of Confluent Kafka. | `5.4.0` |
| `imageTag` | Docker Image Tag of Confluent Kafka. | `5.4.1` |
| `imagePullPolicy` | Docker Image Tag of Confluent Kafka. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ brokers: 3
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-kafka/
image: confluentinc/cp-enterprise-kafka
imageTag: 5.4.0
imageTag: 5.4.1

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-ksql-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent KSQL Server. | `confluentinc/cp-ksql-server` |
| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `5.4.0` |
| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `5.4.1` |
| `imagePullPolicy` | Docker Image Tag of Confluent KSQL Server. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-ksql-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-ksql-server/
image: confluentinc/cp-ksql-server
imageTag: 5.4.0
imageTag: 5.4.1

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-schema-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent Schema Registry. | `confluentinc/cp-schema-registry` |
| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `5.4.0` |
| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `5.4.1` |
| `imagePullPolicy` | Docker Image Tag of Confluent Schema Registry. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-schema-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1
## Image Info
## ref: https://hub.docker.com/r/confluentinc/cp-schema-registry/
image: confluentinc/cp-schema-registry
imageTag: 5.4.0
imageTag: 5.4.1

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The configuration parameters in this section control the resources requested and
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `image` | Docker Image of Confluent Zookeeper. | `confluentinc/cp-zookeeper` |
| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `5.4.0` |
| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `5.4.1` |
| `imagePullPolicy` | Docker Image Tag of Confluent Zookeeper. | `IfNotPresent` |
| `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details |

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ servers: 3
## Images Info
## ref: https://hub.docker.com/r/confluentinc/cp-zookeeper/
image: confluentinc/cp-zookeeper
imageTag: 5.4.0
imageTag: 5.4.1

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Binary file added docs/cp-helm-charts-0.4.1.tgz
Binary file not shown.
22 changes: 20 additions & 2 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,25 @@ entries:
cp-helm-charts:
- apiVersion: v1
appVersion: "1.0"
created: 2020-01-16T10:05:41.202791-05:00
created: 2020-03-06T16:38:08.253952-05:00
description: A Helm chart for Confluent Platform Community Edition
digest: 2210faaef7bdc6db386710a92e355ca1bd49d823992a697418d026d2bbcfd97b
name: cp-helm-charts
urls:
- cp-helm-charts-0.4.1.tgz
version: 0.4.1
- apiVersion: v1
appVersion: "1.0"
created: 2020-03-06T16:38:08.260152-05:00
description: A Helm chart for Confluent Platform Community Edition
digest: 7a0c24d1be48146371f0439dde7d92f86d582d6b382eeb2aba344574b00f8494
name: cp-helm-charts
urls:
- cp-helm-charts-0.4.1.tgz
version: 0.4.1
- apiVersion: v1
appVersion: "1.0"
created: 2020-03-06T16:38:08.258045-05:00
description: A Helm chart for Confluent Platform Community Edition
digest: eca4c0272dea5683f12f427b64422f94604bec19f8a39826387eaf89f0fde16d
name: cp-helm-charts
Expand All @@ -19,4 +37,4 @@ entries:
urls:
- cp-helm-charts-0.1.0.tgz
version: 0.1.0
generated: 2020-01-16T10:05:41.199758-05:00
generated: 2020-03-06T16:38:08.250619-05:00
2 changes: 1 addition & 1 deletion examples/avro-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: avro-client
image: confluentinc/cp-schema-registry:5.4.0
image: confluentinc/cp-schema-registry:5.4.1
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: kafka-client
image: confluentinc/cp-kafka:5.4.0
image: confluentinc/cp-kafka:5.4.1
command:
- sh
- -c
Expand Down
6 changes: 3 additions & 3 deletions examples/ksql-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ metadata:
spec:
containers:
- name: ksql-datagen-pageviews
image: confluentinc/ksql-examples:5.4.0
image: confluentinc/ksql-examples:5.4.1
command:
- sh
- -c
- "exec ksql-datagen quickstart=pageviews format=delimited topic=pageviews bootstrap-server=my-confluent-oss-cp-kafka:9092"
- name: ksql-datagen-users
image: confluentinc/ksql-examples:5.4.0
image: confluentinc/ksql-examples:5.4.1
command:
- sh
- -c
- "ksql-datagen quickstart=users format=json topic=users iterations=1000 bootstrap-server=my-confluent-oss-cp-kafka:9092"
- name: ksql
image: confluentinc/ksql-cli:5.4.0
image: confluentinc/ksql-cli:5.4.1
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion examples/zookeeper-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
containers:
- name: zookeeper-client
image: confluentinc/cp-zookeeper:5.4.0
image: confluentinc/cp-zookeeper:5.4.1
command:
- sh
- -c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4350,7 +4350,7 @@
"schemaVersion": 16,
"style": "dark",
"tags": [
"5.4.0"
"5.4.1"
],
"templating": {
"list": [
Expand Down
14 changes: 7 additions & 7 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cp-zookeeper:
enabled: true
servers: 3
image: confluentinc/cp-zookeeper
imageTag: 5.4.0
imageTag: 5.4.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand Down Expand Up @@ -40,7 +40,7 @@ cp-kafka:
enabled: true
brokers: 3
image: confluentinc/cp-enterprise-kafka
imageTag: 5.4.0
imageTag: 5.4.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -67,7 +67,7 @@ cp-kafka:
cp-schema-registry:
enabled: true
image: confluentinc/cp-schema-registry
imageTag: 5.4.0
imageTag: 5.4.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -89,7 +89,7 @@ cp-schema-registry:
cp-kafka-rest:
enabled: true
image: confluentinc/cp-kafka-rest
imageTag: 5.4.0
imageTag: 5.4.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -111,7 +111,7 @@ cp-kafka-rest:
cp-kafka-connect:
enabled: true
image: confluentinc/cp-kafka-connect
imageTag: 5.4.0
imageTag: 5.4.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -133,7 +133,7 @@ cp-kafka-connect:
cp-ksql-server:
enabled: true
image: confluentinc/cp-ksql-server
imageTag: 5.4.0
imageTag: 5.4.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand All @@ -148,7 +148,7 @@ cp-ksql-server:
cp-control-center:
enabled: true
image: confluentinc/cp-enterprise-control-center
imageTag: 5.2.0
imageTag: 5.4.1
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
## https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets:
Expand Down

0 comments on commit 320b1bb

Please sign in to comment.