Skip to content

Commit

Permalink
monitoring - upgrade jmx-collectd to bookworm (#120)
Browse files Browse the repository at this point in the history
Tests: the tag has been tested onto a test platform successfully.

Note: the new tag is running as non-privileged user, see
georchestra/georchestra#4071 (comment)
  • Loading branch information
pmauduit authored Dec 19, 2024
1 parent 9dd9aba commit bb6657d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/geonetwork/geonetwork-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
periodSeconds: 50
{{- if $webapp.jetty_monitoring }}
- name: jmx-collectd
image: camptocamp/jmx-collectd:bullseye
image: camptocamp/jmx-collectd:bookworm
volumeMounts:
- mountPath: /collectd-template
name: georchestra-monitoring-cm
Expand Down
2 changes: 1 addition & 1 deletion templates/geoserver/geoserver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ spec:
periodSeconds: 40
{{- if $webapp.jetty_monitoring }}
- name: jmx-collectd
image: camptocamp/jmx-collectd:bullseye
image: camptocamp/jmx-collectd:bookworm
volumeMounts:
- mountPath: /collectd-template
name: georchestra-monitoring-cm
Expand Down
2 changes: 1 addition & 1 deletion templates/security-proxy/security-proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
periodSeconds: 15
{{- if $webapp.jetty_monitoring }}
- name: jmx-collectd
image: camptocamp/jmx-collectd:bullseye
image: camptocamp/jmx-collectd:bookworm
volumeMounts:
- mountPath: /collectd-template
name: georchestra-monitoring-cm
Expand Down

0 comments on commit bb6657d

Please sign in to comment.