diff --git a/charts/cp-kafka-connect/README.md b/charts/cp-kafka-connect/README.md index 46640023..8231bfd5 100644 --- a/charts/cp-kafka-connect/README.md +++ b/charts/cp-kafka-connect/README.md @@ -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.0` | +| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `5.2.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 | diff --git a/charts/cp-kafka-connect/values.yaml b/charts/cp-kafka-connect/values.yaml index ac633a5f..feb45170 100644 --- a/charts/cp-kafka-connect/values.yaml +++ b/charts/cp-kafka-connect/values.yaml @@ -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.0 +imageTag: 5.2.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/cp-kafka-rest/README.md b/charts/cp-kafka-rest/README.md index 97ad19aa..8728cbb7 100644 --- a/charts/cp-kafka-rest/README.md +++ b/charts/cp-kafka-rest/README.md @@ -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.0` | +| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `5.2.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 | diff --git a/charts/cp-kafka-rest/values.yaml b/charts/cp-kafka-rest/values.yaml index 9c204a83..cd7403fc 100644 --- a/charts/cp-kafka-rest/values.yaml +++ b/charts/cp-kafka-rest/values.yaml @@ -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.0 +imageTag: 5.2.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/cp-kafka/README.md b/charts/cp-kafka/README.md index 4a134f81..1a6dc4cf 100644 --- a/charts/cp-kafka/README.md +++ b/charts/cp-kafka/README.md @@ -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.0` | +| `imageTag` | Docker Image Tag of Confluent Kafka. | `5.2.1` | | `imagePullPolicy` | Docker Image Tag of Confluent Kafka. | `IfNotPresent` | | `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details | diff --git a/charts/cp-kafka/values.yaml b/charts/cp-kafka/values.yaml index 613b523c..95a6e8e4 100644 --- a/charts/cp-kafka/values.yaml +++ b/charts/cp-kafka/values.yaml @@ -12,7 +12,7 @@ brokers: 3 ## Image Info ## ref: https://hub.docker.com/r/confluentinc/cp-kafka/ image: confluentinc/cp-kafka -imageTag: 5.2.0 +imageTag: 5.2.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/cp-ksql-server/README.md b/charts/cp-ksql-server/README.md index 59d8c4f7..0366b75e 100644 --- a/charts/cp-ksql-server/README.md +++ b/charts/cp-ksql-server/README.md @@ -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.0` | +| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `5.2.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 | diff --git a/charts/cp-ksql-server/values.yaml b/charts/cp-ksql-server/values.yaml index 93281826..9e31d991 100644 --- a/charts/cp-ksql-server/values.yaml +++ b/charts/cp-ksql-server/values.yaml @@ -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.0 +imageTag: 5.2.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/cp-schema-registry/README.md b/charts/cp-schema-registry/README.md index 97aec327..1eb119fa 100644 --- a/charts/cp-schema-registry/README.md +++ b/charts/cp-schema-registry/README.md @@ -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.0` | +| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `5.2.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 | diff --git a/charts/cp-schema-registry/values.yaml b/charts/cp-schema-registry/values.yaml index f1879901..836319e8 100644 --- a/charts/cp-schema-registry/values.yaml +++ b/charts/cp-schema-registry/values.yaml @@ -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.0 +imageTag: 5.2.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/cp-zookeeper/README.md b/charts/cp-zookeeper/README.md index 612d5979..a45e4f2d 100644 --- a/charts/cp-zookeeper/README.md +++ b/charts/cp-zookeeper/README.md @@ -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.0` | +| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `5.2.1` | | `imagePullPolicy` | Docker Image Tag of Confluent Zookeeper. | `IfNotPresent` | | `imagePullSecrets` | Secrets to be used for private registries. | see [values.yaml](values.yaml) for details | diff --git a/charts/cp-zookeeper/values.yaml b/charts/cp-zookeeper/values.yaml index e204c7d8..bba08c2b 100644 --- a/charts/cp-zookeeper/values.yaml +++ b/charts/cp-zookeeper/values.yaml @@ -15,7 +15,7 @@ servers: 3 ## Images Info ## ref: https://hub.docker.com/r/confluentinc/cp-zookeeper/ image: confluentinc/cp-zookeeper -imageTag: 5.2.0 +imageTag: 5.2.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/examples/avro-client.yaml b/examples/avro-client.yaml index 51ef90c9..13edc9fd 100644 --- a/examples/avro-client.yaml +++ b/examples/avro-client.yaml @@ -6,7 +6,7 @@ metadata: spec: containers: - name: avro-client - image: confluentinc/cp-schema-registry:5.2.0 + image: confluentinc/cp-schema-registry:5.2.1 command: - sh - -c diff --git a/examples/kafka-client.yaml b/examples/kafka-client.yaml index 1773bad6..ca7090af 100644 --- a/examples/kafka-client.yaml +++ b/examples/kafka-client.yaml @@ -6,7 +6,7 @@ metadata: spec: containers: - name: kafka-client - image: confluentinc/cp-kafka:5.2.0 + image: confluentinc/cp-kafka:5.2.1 command: - sh - -c diff --git a/examples/ksql-demo.yaml b/examples/ksql-demo.yaml index 030f6411..4df2173e 100644 --- a/examples/ksql-demo.yaml +++ b/examples/ksql-demo.yaml @@ -23,7 +23,7 @@ metadata: spec: containers: - name: ksql-datagen-pageviews - image: confluentinc/ksql-examples:5.2.0 + image: confluentinc/ksql-examples:5.2.1 command: - sh - -c diff --git a/examples/zookeeper-client.yaml b/examples/zookeeper-client.yaml index 7359a33a..07c94662 100644 --- a/examples/zookeeper-client.yaml +++ b/examples/zookeeper-client.yaml @@ -6,7 +6,7 @@ metadata: spec: containers: - name: zookeeper-client - image: confluentinc/cp-zookeeper:5.2.0 + image: confluentinc/cp-zookeeper:5.2.1 command: - sh - -c diff --git a/grafana-dashboard/confluent-open-source-grafana-dashboard.json b/grafana-dashboard/confluent-open-source-grafana-dashboard.json index 94049c99..d339debd 100644 --- a/grafana-dashboard/confluent-open-source-grafana-dashboard.json +++ b/grafana-dashboard/confluent-open-source-grafana-dashboard.json @@ -4350,7 +4350,7 @@ "schemaVersion": 16, "style": "dark", "tags": [ - "5.2.0" + "5.2.1" ], "templating": { "list": [ diff --git a/values.yaml b/values.yaml index 82b7d911..7069a1db 100644 --- a/values.yaml +++ b/values.yaml @@ -5,7 +5,7 @@ cp-zookeeper: enabled: true servers: 3 image: confluentinc/cp-zookeeper - imageTag: 5.2.0 + imageTag: 5.2.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: @@ -40,7 +40,7 @@ cp-kafka: enabled: true brokers: 3 image: confluentinc/cp-kafka - imageTag: 5.2.0 + imageTag: 5.2.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: @@ -67,7 +67,7 @@ cp-kafka: cp-schema-registry: enabled: true image: confluentinc/cp-schema-registry - imageTag: 5.2.0 + imageTag: 5.2.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: @@ -89,7 +89,7 @@ cp-schema-registry: cp-kafka-rest: enabled: true image: confluentinc/cp-kafka-rest - imageTag: 5.2.0 + imageTag: 5.2.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: @@ -111,7 +111,7 @@ cp-kafka-rest: cp-kafka-connect: enabled: true image: confluentinc/cp-kafka-connect - imageTag: 5.2.0 + imageTag: 5.2.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: @@ -133,7 +133,7 @@ cp-kafka-connect: cp-ksql-server: enabled: true image: confluentinc/cp-ksql-server - imageTag: 5.2.0 + imageTag: 5.2.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: