Skip to content

Commit

Permalink
Bump version to CP 5.3.0 (confluentinc#306)
Browse files Browse the repository at this point in the history
* Bump version to CP 5.3.0

* Update Chart.yaml
  • Loading branch information
dnozay authored and gAmUssA committed Aug 2, 2019
1 parent 51ae55d commit 9e00f5d
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 24 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 Open Source
name: cp-helm-charts
version: 0.1.0
version: 0.3.0
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.2.2` |
| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `5.3.0` |
| `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.2.2
imageTag: 5.3.0

## 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.2.2` |
| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `5.3.0` |
| `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.2.2
imageTag: 5.3.0

## 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-kafka` |
| `imageTag` | Docker Image Tag of Confluent Kafka. | `5.2.2` |
| `imageTag` | Docker Image Tag of Confluent Kafka. | `5.3.0` |
| `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.2.2
imageTag: 5.3.0

## 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.2.2` |
| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `5.3.0` |
| `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.2.2
imageTag: 5.3.0

## 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.2.2` |
| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `5.3.0` |
| `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.2.2
imageTag: 5.3.0

## 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.2.2` |
| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `5.3.0` |
| `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.2.2
imageTag: 5.3.0

## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
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.2.2
image: confluentinc/cp-schema-registry:5.3.0
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.2.2
image: confluentinc/cp-kafka:5.3.0
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion examples/ksql-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
spec:
containers:
- name: ksql-datagen-pageviews
image: confluentinc/ksql-examples:5.2.2
image: confluentinc/ksql-examples:5.3.0
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.2.2
image: confluentinc/cp-zookeeper:5.3.0
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.2.2"
"5.3.0"
],
"templating": {
"list": [
Expand Down
12 changes: 6 additions & 6 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.2.2
imageTag: 5.3.0
## 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.2.2
imageTag: 5.3.0
## 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.2.2
imageTag: 5.3.0
## 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.2.2
imageTag: 5.3.0
## 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.2.2
imageTag: 5.3.0
## 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.2.2
imageTag: 5.3.0
## 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 9e00f5d

Please sign in to comment.