Skip to content

Commit

Permalink
Merge pull request #81 from patrickeasters/exclude_dependent_charts
Browse files Browse the repository at this point in the history
UPDATE ksm-cadvisor to exclude unneeded dependencies
  • Loading branch information
eckelon authored Jun 28, 2024
2 parents 48a50cb + b335444 commit 732822a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ksm-cadvisor/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.0.7
version: 0.0.8

# 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
4 changes: 2 additions & 2 deletions charts/ksm-cadvisor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ prometheus:
alertmanager.yml: ""
kubeStateMetrics:
enabled: true
nodeExporter:
prometheus-node-exporter:
enabled: false
pushgateway:
prometheus-pushgateway:
enabled: false
server:
persistentVolume:
Expand Down

0 comments on commit 732822a

Please sign in to comment.