chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9
All checks were successful
Terraform Plan and Apply / cicd (push) Successful in 2m52s
Lint / lint (push) Successful in 1m19s

This commit is contained in:
Renovate Bot 2025-04-15 08:09:39 +00:00 committed by Ben Martin
parent f18657008e
commit ada1d89f96

View file

@ -4,7 +4,7 @@ resource "nomad_job" "elk" {
hcl2 { hcl2 {
vars = { vars = {
# renovate: image=docker.elastic.co/elasticsearch/elasticsearch # renovate: image=docker.elastic.co/elasticsearch/elasticsearch
"elastic_version" = "8.18.0", "elastic_version" = "9.0.0",
} }
} }
} }