diff --git a/charts/cnl-quickstart/Chart.yaml b/charts/cnl-quickstart/Chart.yaml index cfcb727..b061fb6 100644 --- a/charts/cnl-quickstart/Chart.yaml +++ b/charts/cnl-quickstart/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: 0.1.10 +version: 0.1.11 # 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/cnl-quickstart/values.yaml b/charts/cnl-quickstart/values.yaml index 9f791d6..3949e08 100644 --- a/charts/cnl-quickstart/values.yaml +++ b/charts/cnl-quickstart/values.yaml @@ -15,10 +15,11 @@ kube-prometheus-stack: additionalScrapeConfigsSecret: name: additional-scrape-configs key: prometheus-additional.yaml - prometheusSpec: - podMonitorSelectorNilUsesHelmValues: false - probeSelectorNilUsesHelmValues: false - ruleSelectorNilUsesHelmValues: false - serviceMonitorSelectorNilUsesHelmValues: false + prometheus: + prometheusSpec: + podMonitorSelectorNilUsesHelmValues: false + probeSelectorNilUsesHelmValues: false + ruleSelectorNilUsesHelmValues: false + serviceMonitorSelectorNilUsesHelmValues: false grafana-operator: namespaceOverride: monitoring \ No newline at end of file