Skip to content

Commit

Permalink
Merge pull request #1215 from alphagov/renovate/tempo-distributed-1.x
Browse files Browse the repository at this point in the history
Update Helm release tempo-distributed to v1.9.1
  • Loading branch information
theseanything authored Apr 26, 2024
2 parents 607d2e6 + 5905784 commit 4b61974
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 4b61974

Please sign in to comment.