diff --git a/charts/blockmeta/Chart.yaml b/charts/blockmeta/Chart.yaml index c25306d..e11e54a 100644 --- a/charts/blockmeta/Chart.yaml +++ b/charts/blockmeta/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.4.0 +version: 3.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/blockmeta/templates/inject/service.yaml b/charts/blockmeta/templates/inject/service.yaml index 51ce0e0..bf1c21c 100644 --- a/charts/blockmeta/templates/inject/service.yaml +++ b/charts/blockmeta/templates/inject/service.yaml @@ -31,7 +31,7 @@ spec: app.kubernetes.io/name: {{ include "inject.uniqueName" . }} --- -{{- if .Values.substreams.serviceMonitor.enabled }} +{{- if .Values.inject.serviceMonitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: