chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.17.4
All checks were successful
Lint / lint (pull_request) Successful in 17s
Terraform Plan and Apply / cicd (pull_request) Successful in 31s
Lint / lint (push) Successful in 15s
Terraform Plan and Apply / cicd (push) Successful in 31s

This commit is contained in:
Renovate Bot 2025-03-25 10:01:20 +00:00
parent ac84b519ff
commit edcf4f8f1a

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.3", "elastic_version" = "8.17.4",
} }
} }
} }