From fbbd624c5b54823f7f86b3393357294e15405814 Mon Sep 17 00:00:00 2001 From: movray Date: Fri, 25 Aug 2023 04:33:00 +0000 Subject: [PATCH] Updated to latest Helm version v4.6.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a07390..f3dcc21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG JENKINS_IMAGE=jenkins/jenkins:2.414.1-jdk11 -ARG PLUGINS='kubernetes:3937.vd7b_82db_e347b_ workflow-aggregator:596.v8c21c963d92d git:5.1.0 configuration-as-code:1647.ve39ca_b_829b_42' +ARG PLUGINS='kubernetes:3937.vd7b_82db_e347b_ workflow-aggregator:596.v8c21c963d92d git:5.1.0 configuration-as-code:1670.v564dc8b_982d0' FROM $JENKINS_IMAGE ARG PLUGINS