.idea/
*.tmproj
Chart.lock
+# OOM specific dirs
+components/
.idea/
*.tmproj
Chart.lock
+# OOM specific dirs
+components/
apiVersion: v2
description: ONAP Strimzi Kafka Bridge
name: strimzi-kafka-bridge
-version: 13.0.1
+version: 13.0.3
dependencies:
- name: common
kind: ConfigMap
metadata:
name: {{ include "common.fullname" . }}-kb-logging-cm
+ labels: {{- include "common.labels" . | nindent 4 }}
namespace: {{ include "common.namespace" . }}
data:
{{ tpl (.Files.Glob "resources/config/log4j2.properties").AsConfig . | indent 2 }}
username: {{ .Values.config.strimziKafkaAdminUser }}
passwordSecret:
secretName: {{ .Values.config.strimziKafkaAdminUser }}
- password: password
+ password: {{ .Values.config.strimziKafkaAdminPassword }}
enableMetrics: {{ .Values.config.enableMetrics }}
http:
port: {{ .Values.config.port }}
saslMechanism: parentValue
kafkaInternalPort: parentValue
strimziKafkaAdminUser: parentValue
+ strimziKafkaAdminPassword: password
# nameOverride is required to avoid duplication
# in pod and service names ie ...-bridge-bridge-{random hex}
{{/*
-# Copyright (c) 2023 Deutsche Telekom
+# Copyright (c) 2023-2025 Deutsche Telekom
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
kind: KafkaRebalance
metadata:
name: {{ include "common.fullname" . }}-kafka-rebalance
- labels:
+ labels: {{- include "common.labels" . | nindent 4 }}
strimzi.io/cluster: {{ include "common.release" . }}-strimzi
spec: {}
{{- end }}
{{/*
-# Copyright (c) 2023 Deutsche Telekom
+# Copyright (c) 2023-2025 Deutsche Telekom
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
##
# labels:
# prometheus: kube-prometheus
- labels: {{- toYaml $.Values.metrics.podMonitor.labels | nindent 4 }}
+ labels:
+ app: '{{- default $.Chart.Name $.Values.nameOverride | trunc 63 | trimSuffix "-" -}}'
+ {{- if $.Chart.AppVersion }}
+ version: '{{ $.Chart.AppVersion | replace "+" "_" }}'
+ {{- else }}
+ version: '{{ $.Chart.Version | replace "+" "_" }}'
+ {{- end }}
+ {{- toYaml $.Values.metrics.podMonitor.labels | nindent 4 }}
spec:
selector:
matchLabels:
kind: KafkaUser
metadata:
name: {{ .Values.config.strimziKafkaAdminUser }}
- labels:
+ labels: {{- include "common.labels" . | nindent 4 }}
strimzi.io/cluster: {{ include "common.release" . }}-strimzi
spec:
authentication: