Skip to content

Commit

Permalink
Update Helm release tempo-distributed to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
govuk-ci committed Apr 10, 2024
1 parent a62a517 commit 91f8b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-services/tempo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resource "helm_release" "tempo" {
name = "tempo"
namespace = local.monitoring_ns
repository = "https://grafana.github.io/helm-charts"
version = "1.7.0" # TODO: Dependabot or equivalent so this doesn't get neglected.
version = "1.9.1" # TODO: Dependabot or equivalent so this doesn't get neglected.
timeout = var.helm_timeout_seconds
values = [yamlencode({
reportingEnabled = false
Expand Down

0 comments on commit 91f8b1f

Please sign in to comment.