chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.18.0
All checks were successful
Lint / lint (pull_request) Successful in 3m12s
Terraform Plan and Apply / cicd (pull_request) Successful in 1m54s
Lint / lint (push) Successful in 1m33s
Terraform Plan and Apply / cicd (push) Successful in 1m23s

This commit is contained in:
Renovate Bot 2025-04-15 07:18:18 +00:00
parent 09dfdc209c
commit 864358f40f

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.17.4", "elastic_version" = "8.18.0",
} }
} }
} }