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

This commit is contained in:
Renovate Bot 2025-04-15 08:09:39 +00:00
parent 864358f40f
commit 7fbbeaecbf

View file

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