chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.17.1
All checks were successful
Terraform Plan and Apply / cicd (pull_request) Successful in 46s
Lint / lint (push) Successful in 20s
Terraform Plan and Apply / cicd (push) Successful in 28s
Lint / lint (pull_request) Successful in 44s

This commit is contained in:
Renovate Bot 2025-01-21 09:01:07 +00:00
parent fd1ab3daff
commit fc97ae9824

View file

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