chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9.0.1
Some checks failed
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Failing after 1m6s
Terraform CI/CD / Terraform Plan (pull_request) Has been skipped
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Failing after 1m4s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Has been skipped

This commit is contained in:
Renovate Bot 2025-05-06 11:02:09 +00:00
parent af8b134805
commit 214f64bc12

View file

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