chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.17.2
All checks were successful
Lint / lint (pull_request) Successful in 30s
Terraform Plan and Apply / cicd (pull_request) Successful in 49s
Lint / lint (push) Successful in 22s
Terraform Plan and Apply / cicd (push) Successful in 37s

This commit is contained in:
Renovate Bot 2025-02-11 11:01:07 +00:00
parent bce85a5f23
commit 7db4263eb2

View file

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