diff --git a/templates/geonetwork/geonetwork-deployment.yaml b/templates/geonetwork/geonetwork-deployment.yaml index 590dedc..88f70b4 100644 --- a/templates/geonetwork/geonetwork-deployment.yaml +++ b/templates/geonetwork/geonetwork-deployment.yaml @@ -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 diff --git a/templates/geoserver/geoserver-deployment.yaml b/templates/geoserver/geoserver-deployment.yaml index 04f3614..3d91bd1 100644 --- a/templates/geoserver/geoserver-deployment.yaml +++ b/templates/geoserver/geoserver-deployment.yaml @@ -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 diff --git a/templates/security-proxy/security-proxy-deployment.yaml b/templates/security-proxy/security-proxy-deployment.yaml index 86b926f..6eefd96 100644 --- a/templates/security-proxy/security-proxy-deployment.yaml +++ b/templates/security-proxy/security-proxy-deployment.yaml @@ -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