Skip to content

Commit

Permalink
fix: fix kafka image registry (#668)
Browse files Browse the repository at this point in the history
(cherry picked from commit 48bebd1)
  • Loading branch information
yipeng1030 committed Jun 12, 2024
1 parent 22f3641 commit f3ada1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/kafka/templates/componentdef-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ spec:
mountPath: /tools/server-jaas.properties
subPath: server-jaas.properties
- name: jmx-exporter
image: {{ .Values.images.jmxExporter.repository }}:{{ .Values.images.jmxExporter.tag }}
image: {{ .Values.images.registry | default "docker.io/bitnami/" }}{{ .Values.images.jmxExporter.repository }}:{{ .Values.images.jmxExporter.tag }}
imagePullPolicy: {{ default "IfNotPresent" .Values.images.pullPolicy }}
securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit f3ada1f

Please sign in to comment.