From b08d3073d74fd6c905f66abd5041f460b2122a1a Mon Sep 17 00:00:00 2001 From: movray Date: Sun, 3 Nov 2024 04:35:20 +0000 Subject: [PATCH] Updated to latest Helm version v5.7.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 524eba5..375a48c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG JENKINS_IMAGE=docker.io/jenkins/jenkins:2.479.1-jdk17 -ARG PLUGINS='kubernetes:4295.v7fa_01b_309c95 workflow-aggregator:600.vb_57cdd26fdd7 git:5.6.0 configuration-as-code:1873.vea_5814ca_9c93' +ARG PLUGINS='kubernetes:4295.v7fa_01b_309c95 workflow-aggregator:600.vb_57cdd26fdd7 git:5.6.0 configuration-as-code:1887.v9e47623cb_043' FROM $JENKINS_IMAGE ARG PLUGINS