Skip to content

Commit d52bd99

Browse files
authored
Rename library chart to kafka-app (#390)
1 parent d1c8234 commit d52bd99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+279
-279
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
2-
- name: common-app
3-
repository: file://../common-app
2+
- name: kafka-app
3+
repository: file://../kafka-app
44
version: 0.1.0
5-
digest: sha256:bfb2c4a354de9dcac6f2a441aa8462633200eb9eeec2fdbca120b8e3597d62d2
6-
generated: "2025-11-07T16:23:29.649069+01:00"
5+
digest: sha256:5e8276c2722e7e1d58528df277ea76528c31231169ff79a4cb8f59a0e21baed9
6+
generated: "2026-01-20T15:03:01.329159+01:00"

charts/consumer-app-cleanup-job/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ maintainers:
77
email: opensource@bakdata.com
88
url: bakdata.com
99
dependencies:
10-
- name: common-app
10+
- name: kafka-app
1111
version: "0.1.0"
12-
repository: "file://../common-app"
12+
repository: "file://../kafka-app"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{- include "common-app.configmap" . -}}
1+
{{- include "kafka-app.configmap" . -}}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
{{- include "common-app.cleanup-job" . }}
1+
{{- include "kafka-app.cleanup-job" . }}
22
spec:
3-
{{- include "common-app.cleanup-job-spec" . | nindent 2 }}
3+
{{- include "kafka-app.cleanup-job-spec" . | nindent 2 }}
44
template:
55
metadata:
6-
{{- include "common-app.cleanup-pod-metadata" . | indent 4 }}
6+
{{- include "kafka-app.cleanup-pod-metadata" . | indent 4 }}
77
spec:
8-
{{- include "common-app.cleanup-pod-spec" . | indent 4 }}
8+
{{- include "kafka-app.cleanup-pod-spec" . | indent 4 }}
99
containers:
10-
{{- include "common-app.common-kafka-container" . | nindent 8 }}
10+
{{- include "kafka-app.common-kafka-container" . | nindent 8 }}
1111
args:
1212
{{- if .Values.kafka.deleteOutput }}
1313
- clean
1414
{{- else }}
1515
- reset
1616
{{- end }}
1717
env:
18-
{{- include "common-app.common-env" . | nindent 12 }}
19-
{{- include "common-app.input-env" . | indent 12 }}
20-
{{- include "common-app.group-id-env" . | indent 12 }}
18+
{{- include "kafka-app.common-env" . | nindent 12 }}
19+
{{- include "kafka-app.input-env" . | indent 12 }}
20+
{{- include "kafka-app.group-id-env" . | indent 12 }}
2121
- name: JAVA_TOOL_OPTIONS
22-
value: '{{ include "common-app.java-tool-options" . }}'
22+
value: '{{ include "kafka-app.java-tool-options" . }}'
2323
{{- if or (.Values.files) (.Values.secretFilesRefs) }}
2424
volumeMounts:
25-
{{- include "common-app.volume-mounts" . | nindent 12 }}
25+
{{- include "kafka-app.volume-mounts" . | nindent 12 }}
2626
{{- end }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{- include "common-app.secrets" . -}}
1+
{{- include "kafka-app.secrets" . -}}

charts/consumer-app/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
2-
- name: common-app
3-
repository: file://../common-app
2+
- name: kafka-app
3+
repository: file://../kafka-app
44
version: 0.1.0
5-
digest: sha256:bfb2c4a354de9dcac6f2a441aa8462633200eb9eeec2fdbca120b8e3597d62d2
6-
generated: "2025-11-07T16:23:28.620151+01:00"
5+
digest: sha256:5e8276c2722e7e1d58528df277ea76528c31231169ff79a4cb8f59a0e21baed9
6+
generated: "2026-01-20T15:03:20.221761+01:00"

charts/consumer-app/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ maintainers:
77
email: opensource@bakdata.com
88
url: bakdata.com
99
dependencies:
10-
- name: common-app
10+
- name: kafka-app
1111
version: "0.1.0"
12-
repository: "file://../common-app"
12+
repository: "file://../kafka-app"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{- include "common-app.configmap" . -}}
1+
{{- include "kafka-app.configmap" . -}}

charts/consumer-app/templates/deployment.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22
{{- fail "When persistence is enabled, you must set .Values.persistence.size" }}
33
{{- end }}
44

5-
{{- include "common-app.deployment" . }}
5+
{{- include "kafka-app.deployment" . }}
66
spec:
7-
{{- include "common-app.deployment-spec" . }}
7+
{{- include "kafka-app.deployment-spec" . }}
88
template:
99
metadata:
10-
{{- include "common-app.pod-metadata" . | indent 4 }}
10+
{{- include "kafka-app.pod-metadata" . | indent 4 }}
1111
spec:
12-
{{- include "common-app.pod-spec" . | indent 4 }}
12+
{{- include "kafka-app.pod-spec" . | indent 4 }}
1313
containers:
14-
{{- include "common-app.kafka-container" . | nindent 8 }}
14+
{{- include "kafka-app.kafka-container" . | nindent 8 }}
1515
env:
16-
{{- include "common-app.common-env" . | nindent 12 }}
17-
{{- include "common-app.group-instance-id-env" . | indent 12 }}
18-
{{- include "common-app.input-env" . | indent 12 }}
19-
{{- include "common-app.group-id-env" . | indent 12 }}
16+
{{- include "kafka-app.common-env" . | nindent 12 }}
17+
{{- include "kafka-app.group-instance-id-env" . | indent 12 }}
18+
{{- include "kafka-app.input-env" . | indent 12 }}
19+
{{- include "kafka-app.group-id-env" . | indent 12 }}
2020
- name: JAVA_TOOL_OPTIONS
21-
value: '{{ include "common-app.java-tool-jmx-options" . }}
22-
{{ include "common-app.java-tool-options" . }}'
21+
value: '{{ include "kafka-app.java-tool-jmx-options" . }}
22+
{{ include "kafka-app.java-tool-options" . }}'
2323
{{- if or (.Values.files) (and .Values.persistence.enabled .Values.statefulSet) (.Values.secretFilesRefs) }}
2424
volumeMounts:
25-
{{- include "common-app.volume-mounts" . | indent 12 }}
25+
{{- include "kafka-app.volume-mounts" . | indent 12 }}
2626
{{- if and .Values.persistence.enabled .Values.statefulSet }}
2727
- name: datadir
2828
mountPath: /tmp/kafka-consumer
2929
{{- end }}
3030
{{- end }}
3131
{{- if or (.Values.jmx.enabled) (.Values.ports) }}
3232
ports:
33-
{{- include "common-app.ports" . | indent 12 }}
34-
{{- include "common-app.jmx-port" . | indent 12 }}
33+
{{- include "kafka-app.ports" . | indent 12 }}
34+
{{- include "kafka-app.jmx-port" . | indent 12 }}
3535
{{- end }}
3636
{{- if .Values.prometheus.jmx.enabled }}
37-
{{- include "common-app.prometheus-container" . | nindent 8 }}
37+
{{- include "kafka-app.prometheus-container" . | nindent 8 }}
3838
{{- end }}
3939
{{- if or (.Values.prometheus.jmx.enabled) (.Values.files) (.Values.secretFilesRefs) }}
4040
volumes:
41-
{{- include "common-app.jmx-volume" . | indent 8 }}
42-
{{- include "common-app.volumes" . | indent 8 }}
41+
{{- include "kafka-app.jmx-volume" . | indent 8 }}
42+
{{- include "kafka-app.volumes" . | indent 8 }}
4343
{{- end }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{- include "common-app.jmx-configmap" . -}}
1+
{{- include "kafka-app.jmx-configmap" . -}}

0 commit comments

Comments
 (0)