Skip to content

Commit

Permalink
Merge pull request #1335 from alphagov/update-tempo-1.5
Browse files Browse the repository at this point in the history
Update tempo chart version 1.10.0
  • Loading branch information
theseanything authored Jun 5, 2024
2 parents 1583cda + ac0bb9c commit 3ba897e
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.9.1" # TODO: Dependabot or equivalent so this doesn't get neglected.
version = "1.10.0" # 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 3ba897e

Please sign in to comment.