Skip to content

Commit

Permalink
Bumping Chart to 0.6.3 - Adding confluent license support
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerschamm committed Oct 10, 2024
1 parent 6db1d99 commit bb7c87c
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/confluent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: lsdmesp-confluent
version: "0.6.2"
appVersion: "0.6.2"
version: "0.6.3"
appVersion: "0.6.3"
description: 'LSDMESP CFK: LSD Event Streaming Platform with Confluent Operator'
keywords:
- lsdmesp
Expand Down
4 changes: 4 additions & 0 deletions charts/confluent/templates/010.kraftcontroller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ spec:
image:
application: docker.io/confluentinc/cp-server:{{ .Values.lsdmesp.cpVersion }}
init: confluentinc/confluent-init-container:{{ .Values.lsdmesp.cpOperatorVersion }}
{{- if not ((index .Values "confluent-for-kubernetes" "licenseKey") | empty) }}
license:
globalLicense: true
{{- end }}
listeners:
controller:
tls:
Expand Down
4 changes: 4 additions & 0 deletions charts/confluent/templates/011.kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ spec:
image:
application: confluentinc/cp-server:{{ .Values.lsdmesp.cpVersion }}
init: confluentinc/confluent-init-container:{{ .Values.lsdmesp.cpOperatorVersion }}
{{- if not ((index .Values "confluent-for-kubernetes" "licenseKey") | empty) }}
license:
globalLicense: true
{{- end }}
listeners:
internal:
authentication:
Expand Down
4 changes: 4 additions & 0 deletions charts/confluent/templates/020.schemaregistry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
application: confluentinc/cp-schema-registry:{{ .Values.lsdmesp.cpVersion }}
init: confluentinc/confluent-init-container:{{ .Values.lsdmesp.cpOperatorVersion }}
internalTopicReplicatorFactor: {{ .Values.lsdmesp.defaultReplicationFactor }}
{{- if not ((index .Values "confluent-for-kubernetes" "licenseKey") | empty) }}
license:
globalLicense: true
{{- end }}
{{- if $schemaregistry.externalAccess }}
listeners:
external:
Expand Down
4 changes: 4 additions & 0 deletions charts/confluent/templates/030.connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ spec:
application: confluentinc/cp-server-connect:{{ .Values.lsdmesp.cpVersion }}
init: confluentinc/confluent-init-container:{{ .Values.lsdmesp.cpOperatorVersion }}
internalTopicReplicationFactor: {{ .Values.lsdmesp.defaultReplicationFactor }}
{{- if not ((index .Values "confluent-for-kubernetes" "licenseKey") | empty) }}
license:
globalLicense: true
{{- end }}
metrics:
prometheus:
blacklist:
Expand Down
4 changes: 4 additions & 0 deletions charts/confluent/templates/031.ksqldb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ spec:
application: confluentinc/cp-ksqldb-server:{{ .Values.lsdmesp.cpVersion }}
init: confluentinc/confluent-init-container:{{ .Values.lsdmesp.cpOperatorVersion }}
internalTopicReplicationFactor: {{ .Values.lsdmesp.defaultReplicationFactor }}
{{- if not ((index .Values "confluent-for-kubernetes" "licenseKey") | empty) }}
license:
globalLicense: true
{{- end }}
{{- if $ksqldb.externalAccess }}
listeners:
external:
Expand Down
4 changes: 4 additions & 0 deletions charts/confluent/templates/040.kafkarestproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ spec:
image:
application: confluentinc/cp-kafka-rest:{{ .Values.lsdmesp.cpVersion }}
init: confluentinc/confluent-init-container:{{ .Values.lsdmesp.cpOperatorVersion }}
{{- if not ((index .Values "confluent-for-kubernetes" "licenseKey") | empty) }}
license:
globalLicense: true
{{- end }}
oneReplicaPerNode: true
metrics:
prometheus:
Expand Down
4 changes: 4 additions & 0 deletions charts/confluent/templates/050.controlcenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
application: confluentinc/cp-enterprise-control-center:{{ .Values.lsdmesp.cpVersion }}
init: confluentinc/confluent-init-container:{{ .Values.lsdmesp.cpOperatorVersion }}
internalTopicReplicatorFactor: {{ .Values.lsdmesp.defaultReplicationFactor }}
{{- if not ((index .Values "confluent-for-kubernetes" "licenseKey") | empty) }}
license:
globalLicense: true
{{- end }}
podTemplate:
podSecurityContext:
fsGroup: 1000
Expand Down

0 comments on commit bb7c87c

Please sign in to comment.