Skip to content

Commit 16f726c

Browse files
authored
Merge pull request #1756 from kjrach/cms/kjrach/hpe-dev-portal/blog/kubernetes-cluster-as-code-part-2
Update Blog “kubernetes-cluster-as-code-part-2”
2 parents 603fc8f + faed77b commit 16f726c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/kubernetes-cluster-as-code-part-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ resource "helm_release" "prometheus-stack" {
100100
name = "prometheus-stack"
101101
repository = "https://prometheus-community.github.io/helm-charts"
102102
chart = "kube-prometheus-stack"
103-
103+
version = "36.0.2"
104104
namespace = "test-namespace"
105105

106106
set {
@@ -319,4 +319,4 @@ I hope you found this information interesting and useful in helping you get star
319319

320320
\-      [ Learn more about the HPE GreenLake Terraform provider](https://registry.terraform.io/providers/HPE/hpegl)
321321

322-
Don’t forget, you can always find other tutorials and articles on HPE GreenLake on the [HPE Developer blog](https://developer.hpe.com/blog/tag/hpe-greenlake).
322+
Don’t forget, you can always find other tutorials and articles on HPE GreenLake on the [HPE Developer blog](https://developer.hpe.com/blog/tag/hpe-greenlake).

0 commit comments

Comments
 (0)