From a710f61b54a50bb65ef870a3eaf6e92fe1fa80e2 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 20:05:48 +0000 Subject: [PATCH] feat(deps): update alpine docker tag to v3.23 | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.17 | 3.23 | --- .../common/_unittests/layout-tests/single-component/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/_unittests/layout-tests/single-component/values.yaml b/charts/common/_unittests/layout-tests/single-component/values.yaml index b2c964f2..014754d0 100644 --- a/charts/common/_unittests/layout-tests/single-component/values.yaml +++ b/charts/common/_unittests/layout-tests/single-component/values.yaml @@ -15,7 +15,7 @@ myComponent: containers: main: name: main - image: "alpine:3.17" + image: "alpine:3.23" replicas: 2 myComponentDefaults: {}