From bb108586c701edc21391db2c0e568f576d46a383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:31:24 +0000 Subject: [PATCH] chore(deps): update curlimages/curl docker tag to v8.9.0 --- k8s/amour/minecraft/cf_atm9/stateful_set_list.cue | 2 +- k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue b/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue index 2f88ce13f..0ae8035a7 100644 --- a/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue +++ b/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue @@ -36,7 +36,7 @@ import ( }] initContainers: [{ name: "download" - image: "curlimages/curl:8.1.2" + image: "curlimages/curl:8.9.0" // Can be templated directly with args, // but syntax highlighting for vscode is // broken. diff --git a/k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue b/k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue index c3a564e8c..8ec40b912 100644 --- a/k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue +++ b/k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue @@ -36,7 +36,7 @@ import ( }] initContainers: [{ name: "download" - image: "curlimages/curl:8.1.2" + image: "curlimages/curl:8.9.0" // Can be templated directly with args, // but syntax highlighting for vscode is // broken.