chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.17.3
All checks were successful
Lint / lint (pull_request) Successful in 50s
Terraform Plan and Apply / cicd (pull_request) Successful in 1m0s
Lint / lint (push) Successful in 41s
Terraform Plan and Apply / cicd (push) Successful in 46s

This commit is contained in:
Renovate Bot 2025-03-04 10:03:50 +00:00
parent c644a16f96
commit d3e50f3238

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.2", "elastic_version" = "8.17.3",
} }
} }
} }