Skip to content

Commit c455cd6

Browse files
[CI] Explicitly specify grafana chart version
Otherwise we run into issues where helm complains that it is not the newest version.
1 parent 31739f0 commit c455cd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

premerge/premerge_resources/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ resource "helm_release" "grafana-k8s-monitoring" {
125125
create_namespace = true
126126
atomic = true
127127
timeout = 300
128+
# TODO(boomanaiden154); This needs to be upgraded to v2.x.x at some point.
129+
version = "1.6.14"
128130

129131
values = [file("${path.module}/grafana_values.yaml")]
130132

0 commit comments

Comments
 (0)