diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 00000000..ac991f13 --- /dev/null +++ b/.bumpversion.cfg @@ -0,0 +1,14 @@ +[bumpversion] +current_version = 6.0.1 +commit = true +message = Bump Version: {current_version} → {new_version} +tag = false +parse = (?P\d+)\.(?P\d+)\.(?P\d+) +serialize = + {major}.{minor}.{patch} + +[bumpversion:glob:**/values.yaml] + +[bumpversion:glob:examples/*.yaml] + +[bumpversion:glob:**/README.md] diff --git a/Chart.yaml b/Chart.yaml index eb386182..79c1be98 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Confluent Platform Community Edition name: cp-helm-charts -version: 0.5.0 +version: 0.6.0 diff --git a/README.adoc b/README.adoc index ebfcf232..8bd2112a 100644 --- a/README.adoc +++ b/README.adoc @@ -29,17 +29,17 @@ The https://github.com/confluentinc/cp-helm-charts[Confluent Platform Helm Chart ---- helm repo add confluentinc https://confluentinc.github.io/cp-helm-charts/ #<1> helm repo update #<2> -helm install confluentinc/cp-helm-charts --name my-confluent --version 0.5.0 #<3> +helm install confluentinc/cp-helm-charts --name my-confluent --version 0.6.0 #<3> ---- <1> Add `confluentinc` helm charts repo <2> Update repo information -<3> Install Confluent Platform with release name «my-confluent» and version `0.5.0` +<3> Install Confluent Platform with release name «my-confluent» and version `0.6.0` == Contributing We welcome any contributions: -NOTE: It's not officially supported repo, hence support is on "best effort" basis. +NOTE: It's not officially supported repo, hence support is on __"best effort"__ basis. * Report all enhancements, bugs, and tasks as https://github.com/confluentinc/cp-helm-charts/issues[GitHub issues] * Provide fixes or enhancements by opening pull requests in GitHub @@ -73,6 +73,9 @@ These Helm charts have been tested with the following software versions: * https://helm.sh/[Helm] 2.8.2+ * https://hub.docker.com/u/confluentinc/[Confluent Platform Docker Images] +WARNING: This guide assumes that you're Helm 2 (tested with Helm `2.16`). +You can follow up on Helm 3 issues in https://github.com/confluentinc/cp-helm-charts/issues/480 + For local Kubernetes installation with Minikube, see <>. ==== Install Helm on Kubernetes diff --git a/charts/cp-control-center/values.yaml b/charts/cp-control-center/values.yaml index 8eb3f927..70f23a78 100644 --- a/charts/cp-control-center/values.yaml +++ b/charts/cp-control-center/values.yaml @@ -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.5.0 +imageTag: 6.0.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/cp-kafka-connect/README.md b/charts/cp-kafka-connect/README.md index 5ef54743..553abcbb 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.5.0` | +| `imageTag` | Docker Image Tag of Confluent Kafka Connect. | `6.0.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 131cd0bf..346b3a9c 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.5.0 +imageTag: 6.0.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 13eeea9f..de7f7004 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.5.0` | +| `imageTag` | Docker Image Tag of Confluent REST Proxy. | `6.0.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/templates/_helpers.tpl b/charts/cp-kafka-rest/templates/_helpers.tpl index 6230b6a7..d277f831 100644 --- a/charts/cp-kafka-rest/templates/_helpers.tpl +++ b/charts/cp-kafka-rest/templates/_helpers.tpl @@ -69,3 +69,19 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this {{- printf "http://%s:8081" (include "cp-kafka-rest.cp-schema-registry.fullname" .) -}} {{- end -}} {{- end -}} + +{{/*Create a default fully qualified kafka headless name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +*/}} +{{- define "cp-kafka-rest.cp-kafka-headless.fullname" -}} +{{- $name := "cp-kafka-headless" -}} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{- define "cp-kafka-rest.kafka.bootstrapServers" -}} +{{- if (index .Values "cp-kafka" "bootstrapServers") -}} +{{- printf "%s" (index .Values "cp-kafka" "bootstrapServers") -}} +{{- else -}} +{{- printf "PLAINTEXT://%s:9092" (include "cp-kafka-rest.cp-kafka-headless.fullname" .) -}} +{{- end -}} +{{- end -}} diff --git a/charts/cp-kafka-rest/templates/deployment.yaml b/charts/cp-kafka-rest/templates/deployment.yaml index 9b3adaf4..81838457 100644 --- a/charts/cp-kafka-rest/templates/deployment.yaml +++ b/charts/cp-kafka-rest/templates/deployment.yaml @@ -74,8 +74,8 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - - name: KAFKA_REST_ZOOKEEPER_CONNECT - value: {{ template "cp-kafka-rest.cp-zookeeper.service-name" . }} + - name: KAFKA_REST_BOOTSTRAP_SERVERS + value: {{ template "cp-kafka-rest.kafka.bootstrapServers" . }} - name: KAFKA_REST_SCHEMA_REGISTRY_URL value: {{ template "cp-kafka-rest.cp-schema-registry.service-name" . }} - name: KAFKAREST_HEAP_OPTS diff --git a/charts/cp-kafka-rest/values.yaml b/charts/cp-kafka-rest/values.yaml index 6c5bba09..8e1f1b0b 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.5.0 +imageTag: 6.0.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -94,3 +94,6 @@ cp-zookeeper: ## e.g. gnoble-panther-cp-schema-registry:8081 cp-schema-registry: url: "" + +cp-kafka: + bootstrapServers: "" diff --git a/charts/cp-kafka/README.md b/charts/cp-kafka/README.md index 41c2b35e..7c7868f9 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-enterprise-kafka` | -| `imageTag` | Docker Image Tag of Confluent Kafka. | `5.5.0` | +| `imageTag` | Docker Image Tag of Confluent Kafka. | `6.0.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/templates/NOTES.txt b/charts/cp-kafka/templates/NOTES.txt index 3d72de1d..462f69db 100644 --- a/charts/cp-kafka/templates/NOTES.txt +++ b/charts/cp-kafka/templates/NOTES.txt @@ -25,16 +25,16 @@ To connect from a client pod: 3. Explore with kafka commands: # Delete the topic if it exists - kafka-topics --zookeeper {{ template "cp-kafka.cp-zookeeper.service-name" . }} --topic {{ template "cp-kafka.fullname" . }}-topic --delete --if-exists + kafka-topics --bootstrap-server {{ template "cp-kafka.fullname" . }}-headless:9092 --topic {{ template "cp-kafka.fullname" . }}-topic --delete --if-exists # Create the topic - kafka-topics --zookeeper {{ template "cp-kafka.cp-zookeeper.service-name" . }} --topic {{ template "cp-kafka.fullname" . }}-topic --create --partitions 1 --replication-factor 1 --if-not-exists + kafka-topics --bootstrap-server {{ template "cp-kafka.fullname" . }}-headless:9092 --topic {{ template "cp-kafka.fullname" . }}-topic --create --partitions 1 --replication-factor 1 --if-not-exists # Create a message MESSAGE="`date -u`" # Produce a test message to the topic - echo "$MESSAGE" | kafka-console-producer --broker-list {{ template "cp-kafka.fullname" . }}:9092 --topic {{ template "cp-kafka.fullname" . }}-topic && \ + echo "$MESSAGE" | kafka-console-producer --bootstrap-server {{ template "cp-kafka.fullname" . }}:9092 --topic {{ template "cp-kafka.fullname" . }}-topic && \ # Consume a test message from the topic kafka-console-consumer --bootstrap-server {{ template "cp-kafka.fullname" . }}-headless:9092 --topic {{ template "cp-kafka.fullname" . }}-topic --from-beginning --timeout-ms 2000 | grep "$MESSAGE" diff --git a/charts/cp-kafka/values.yaml b/charts/cp-kafka/values.yaml index 8ef19d5c..c871c6f1 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-enterprise-kafka -imageTag: 5.5.0 +imageTag: 6.0.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 a55312fb..3192561d 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.5.0` | +| `imageTag` | Docker Image Tag of Confluent KSQL Server. | `6.0.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 5e1040c3..997e4dc5 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-ksqldb-server -imageTag: 5.5.0 +imageTag: 6.0.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 24de10fa..345e9ce4 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.5.0` | +| `imageTag` | Docker Image Tag of Confluent Schema Registry. | `6.0.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 2af77879..4f32c39c 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.5.0 +imageTag: 6.0.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 9f762015..e425329d 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.5.0` | +| `imageTag` | Docker Image Tag of Confluent Zookeeper. | `6.0.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 be750875..251e23a9 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.5.0 +imageTag: 6.0.1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/docs/cp-helm-charts-0.6.0.tgz b/docs/cp-helm-charts-0.6.0.tgz new file mode 100644 index 00000000..3a0768ec Binary files /dev/null and b/docs/cp-helm-charts-0.6.0.tgz differ diff --git a/docs/index.html b/docs/index.html index 8b161619..049ab892 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ - + Confluent Platform Helm Charts +
@@ -536,7 +749,7 @@

Installation 3 -Install Confluent Platform with release name «my-confluent» and version 0.5.0 +Install Confluent Platform with release name «my-confluent» and version 0.6.0

@@ -555,7 +768,7 @@

Contributing -It’s not officially supported repo, hence support is on "best effort" basis. +It’s not officially supported repo, hence support is on "best effort" basis. @@ -632,6 +845,19 @@

Tested So +
+ + + + + +
+ + +This guide assumes that you’re Helm 2 (tested with Helm 2.16). +You can follow up on Helm 3 issues in https://github.com/confluentinc/cp-helm-charts/issues/480 +
+

For local Kubernetes installation with Minikube, see Install Minikube and Drivers.

@@ -1195,7 +1421,7 @@

Start Minik

Set the context.

-
eval $(minikube docker-env)
+
eval $(minikube docker-env)
 
 kubectl config set-context minikube.internal --cluster=minikube --user=minikube
 Context "minikube.internal" modified.
@@ -1253,219 +1479,8 @@ 

Thanks

- \ No newline at end of file diff --git a/docs/index.yaml b/docs/index.yaml index eadfe0cd..3972b67b 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -3,27 +3,36 @@ entries: cp-helm-charts: - apiVersion: v1 appVersion: "1.0" - created: 2020-05-11T15:31:50.689886-04:00 + created: "2020-12-09T16:49:07.722869-05:00" description: A Helm chart for Confluent Platform Community Edition - digest: e1785abbb11bab05a343ec33772e916c62397f76c41b09424387e6ee90c2ddb7 + digest: 1683bfcc5b230682f149570a9cfcfa5b376e3ab31adcd4cd5b619502635c24b9 name: cp-helm-charts urls: - - cp-helm-charts-0.5.0.tgz - version: 0.5.0 + - cp-helm-charts-0.6.0.tgz + version: 0.6.0 - apiVersion: v1 appVersion: "1.0" - created: 2020-03-06T16:38:08.253952-05:00 + created: "2020-12-09T16:49:07.735742-05:00" description: A Helm chart for Confluent Platform Community Edition - digest: 2210faaef7bdc6db386710a92e355ca1bd49d823992a697418d026d2bbcfd97b + digest: 792f32c02e07962ac19f9523b16c6df4c6df87ff8b67981b3f3b9cdd3313b7b6 name: cp-helm-charts urls: - - cp-helm-charts-0.4.1.tgz - version: 0.4.1 + - cp-helm-charts-0.6.0.tgz + version: 0.6.0 - apiVersion: v1 appVersion: "1.0" - created: 2020-03-06T16:38:08.260152-05:00 + created: "2020-12-09T16:49:07.733492-05:00" description: A Helm chart for Confluent Platform Community Edition - digest: 7a0c24d1be48146371f0439dde7d92f86d582d6b382eeb2aba344574b00f8494 + digest: e1785abbb11bab05a343ec33772e916c62397f76c41b09424387e6ee90c2ddb7 + name: cp-helm-charts + urls: + - cp-helm-charts-0.5.0.tgz + version: 0.5.0 + - apiVersion: v1 + appVersion: "1.0" + created: "2020-12-09T16:49:07.730519-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 @@ -46,4 +55,4 @@ entries: urls: - cp-helm-charts-0.1.0.tgz version: 0.1.0 -generated: 2020-03-06T16:38:08.250619-05:00 +generated: "2020-12-09T16:49:07.719224-05:00" diff --git a/examples/avro-client.yaml b/examples/avro-client.yaml index 3f980647..3e831870 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.5.0 + image: confluentinc/cp-schema-registry:6.0.1 command: - sh - -c diff --git a/examples/kafka-client.yaml b/examples/kafka-client.yaml index 03f7e623..59a20233 100644 --- a/examples/kafka-client.yaml +++ b/examples/kafka-client.yaml @@ -2,11 +2,10 @@ apiVersion: v1 kind: Pod metadata: name: kafka-client - namespace: default spec: containers: - name: kafka-client - image: confluentinc/cp-kafka:5.5.0 + image: confluentinc/cp-kafka:6.0.1 command: - sh - -c diff --git a/examples/ksql-demo.yaml b/examples/ksql-demo.yaml index a34bd1e8..c02202ed 100644 --- a/examples/ksql-demo.yaml +++ b/examples/ksql-demo.yaml @@ -23,19 +23,19 @@ metadata: spec: containers: - name: ksql-datagen-pageviews - image: confluentinc/ksqldb-examples:5.5.0 + image: confluentinc/ksqldb-examples:6.0.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/ksqldb-examples:5.5.0 + image: confluentinc/ksqldb-examples:6.0.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/cp-ksqldb-cli:5.5.0 + image: confluentinc/cp-ksqldb-cli:6.0.1 command: - sh - -c diff --git a/examples/zookeeper-client.yaml b/examples/zookeeper-client.yaml index 7a1c13da..38d6e742 100644 --- a/examples/zookeeper-client.yaml +++ b/examples/zookeeper-client.yaml @@ -2,11 +2,10 @@ apiVersion: v1 kind: Pod metadata: name: zookeeper-client - namespace: default spec: containers: - name: zookeeper-client - image: confluentinc/cp-zookeeper:5.5.0 + image: confluentinc/cp-zookeeper:6.0.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 5b4cf2ac..6fb3b53f 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.5.0" + "6.0.1" ], "templating": { "list": [ @@ -4406,7 +4406,7 @@ ] }, "timezone": "", - "title": "Confluent Open Source", + "title": "Confluent Platform Community", "uid": "AEaSQ97mz", - "version": 4 + "version": 6 } diff --git a/values.yaml b/values.yaml index 3f237564..4a560cda 100644 --- a/values.yaml +++ b/values.yaml @@ -5,7 +5,7 @@ cp-zookeeper: enabled: true servers: 3 image: confluentinc/cp-zookeeper - imageTag: 5.5.0 + imageTag: 6.0.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: @@ -19,6 +19,9 @@ cp-zookeeper: ## Size for Data dir, where ZooKeeper will store the in-memory database snapshots. dataDirSize: 10Gi # dataDirStorageClass: "" + # TODO: find correct security context for user in this zk-image + securityContext: + runAsUser: 0 ## Size for data log dir, which is a dedicated log device to be used, and helps avoid competition between logging and snaphots. dataLogDirSize: 10Gi @@ -40,7 +43,7 @@ cp-kafka: enabled: true brokers: 3 image: confluentinc/cp-enterprise-kafka - imageTag: 5.5.0 + imageTag: 6.0.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: @@ -60,6 +63,8 @@ cp-kafka: # requests: # cpu: 100m # memory: 128Mi + securityContext: + runAsUser: 0 ## ------------------------------------------------------ ## Schema Registry @@ -67,7 +72,7 @@ cp-kafka: cp-schema-registry: enabled: true image: confluentinc/cp-schema-registry - imageTag: 5.5.0 + imageTag: 6.0.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 +94,7 @@ cp-schema-registry: cp-kafka-rest: enabled: true image: confluentinc/cp-kafka-rest - imageTag: 5.5.0 + imageTag: 6.0.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 +116,7 @@ cp-kafka-rest: cp-kafka-connect: enabled: true image: confluentinc/cp-kafka-connect - imageTag: 5.5.0 + imageTag: 6.0.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 +138,7 @@ cp-kafka-connect: cp-ksql-server: enabled: true image: confluentinc/cp-ksqldb-server - imageTag: 5.5.0 + imageTag: 6.0.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: @@ -148,7 +153,7 @@ cp-ksql-server: cp-control-center: enabled: true image: confluentinc/cp-enterprise-control-center - imageTag: 5.5.0 + imageTag: 6.0.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: