Skip to content

Commit

Permalink
MODIFY template and values for JMX image exporter deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh committed May 22, 2024
1 parent 6c99846 commit 91769d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/jmx-exporter/templates/patch-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
{{- if .Values.ubi }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}-ubi"
{{- end }}
args: [ "{{ .Values.port }}", "{{ .Values.configFileLocation }}" ]
ports:
- containerPort: {{ .Values.port }}
resources:
Expand Down
6 changes: 4 additions & 2 deletions charts/jmx-exporter/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
image:
repository: quay.io/sysdig/promcat-jmx-exporter
repository: bitnami/jmx-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.0.1"
tag: "0.20.0"

resources:
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down Expand Up @@ -36,3 +36,5 @@ customJMXConfigMapName: ""

onlyCreateJMXConfigMap: false
onlyCreateSidecarPatch: false

configFileLocation: /opt/jmx_exporter/config.yaml

0 comments on commit 91769d5

Please sign in to comment.