Skip to content

Commit

Permalink
Merge pull request #1780 from cncf/fix_kubestates_metrics_1771
Browse files Browse the repository at this point in the history
Fix Bug with Kubestate Metrics install #1771
  • Loading branch information
wvwatson authored Apr 12, 2023
2 parents 01efd8f + 191ed2c commit 4eb8de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/platform/observability_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe "Platform Observability" do
helm = Helm::BinarySingleton.helm
`#{helm} repo add prometheus-community https://prometheus-community.github.io/helm-charts`
`#{helm} repo update`
resp = `#{helm} install kube-state-metrics prometheus-community/kube-state-metrics`
resp = `#{helm} install --version 5.3.0 kube-state-metrics prometheus-community/kube-state-metrics`
LOGGING.info resp
KubectlClient::Get.wait_for_install("kube-state-metrics")

Expand Down

0 comments on commit 4eb8de6

Please sign in to comment.