From b44d616f1b9384fb6bb43817142336293318266e Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 18:45:59 +0000 Subject: [PATCH] feat(deps): update alpine docker tag to v3.22 | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.17 | 3.22 | --- .../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..92d859fa 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.22" replicas: 2 myComponentDefaults: {}