From 7fe7f0f4cc7e617807faf6dace23975a34ee5f4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:31:45 +0000 Subject: [PATCH] feat(container): update image elasticsearch to v8.17.0 --- .../default/tubearchivist/app/elasticsearch/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/default/tubearchivist/app/elasticsearch/helmrelease.yaml b/kubernetes/apps/default/tubearchivist/app/elasticsearch/helmrelease.yaml index d253f83d..4bad61a5 100644 --- a/kubernetes/apps/default/tubearchivist/app/elasticsearch/helmrelease.yaml +++ b/kubernetes/apps/default/tubearchivist/app/elasticsearch/helmrelease.yaml @@ -50,7 +50,7 @@ spec: main: image: repository: elasticsearch - tag: 8.13.3 + tag: 8.17.0 env: TZ: ${TIMEZONE} xpack.security.enabled: "false"