From 2c1fe0f6df0288f3f637bcb6a3670d9f76b0acce Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:16:11 +0000 Subject: [PATCH] :seedling: Update Cso Image group to v3.14.3 | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | docker.io/alpine/helm | 3.14.2 | 3.14.3 | --- images/cso/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cso/Dockerfile b/images/cso/Dockerfile index 43b2ebdde..dbd545e70 100644 --- a/images/cso/Dockerfile +++ b/images/cso/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.14.2 as helm +FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.14.3 as helm # Build the manager binary FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.6-bullseye as build