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

This commit is contained in:
Renovate Bot 2025-04-15 07:19:24 +00:00
parent 09dfdc209c
commit 3546cfa0fe

View file

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