Skip to content

Commit

Permalink
cnl-quickstart fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
xannz committed Nov 14, 2024
1 parent de4a1f1 commit e634075
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/cnl-quickstart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions charts/cnl-quickstart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e634075

Please sign in to comment.