Skip to content

Commit

Permalink
fix: don't specify prometheus and kube-state-metrics tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Mendoza committed Oct 20, 2023
1 parent 354a09e commit 26460e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stable/kubecost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ cost-analyzer:
# storageClass: "-"

prometheus:
kube-state-metrics:
image:
tag: v2.9.2
# kube-state-metrics:
# image:
# tag: v2.9.2

nodeExporter:
enabled: false
Expand Down Expand Up @@ -71,8 +71,8 @@ cost-analyzer:
action: keep
regex: {{ .Release.Name }}-network-costs
server:
image:
tag: v2.45.0
# image:
# tag: v2.45.0
# If clusterIDConfigmap is defined, instead use user-generated configmap with key CLUSTER_ID
# to use as unique cluster ID in kubecost cost-analyzer deployment.
# This overrides the cluster_id set in prometheus.server.global.external_labels.
Expand Down

0 comments on commit 26460e9

Please sign in to comment.