Skip to content

Commit

Permalink
fixed versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nicole <[email protected]>
  • Loading branch information
nfrazier08 committed Feb 12, 2024
1 parent b40adc3 commit 3e0e52a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- prometheus
- exporter
type: application
version: 4.30.0
version: 4.30.1
appVersion: 1.7.0
home: https://github.com/prometheus/node_exporter/
sources:
Expand Down
11 changes: 6 additions & 5 deletions charts/prometheus-node-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ global:
# Configure kube-rbac-proxy. When enabled, creates a kube-rbac-proxy to protect the node-exporter http endpoint.
# The requests are served through the same service but requests are HTTPS.
kubeRBACProxy:
enabled: false
enabled: true
## Set environment variables as name/value pairs
env: {}
# VARIABLE: value
Expand Down Expand Up @@ -66,17 +66,18 @@ kubeRBACProxy:
# Configure a hostPort. If true, hostPort will be enabled in the container and set to service.port.
enableHostPort: false

resources: {}
# resources: {}
resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 64Mi
# requests:
# cpu: 10m
# memory: 32Mi
requests:

Check failure on line 78 in charts/prometheus-node-exporter/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

78:4 [indentation] wrong indentation: expected 4 but found 3
cpu: 10m

Check failure on line 79 in charts/prometheus-node-exporter/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

79:5 [indentation] wrong indentation: expected 5 but found 4
memory: 32Mi

service:
enabled: true
Expand Down

0 comments on commit 3e0e52a

Please sign in to comment.