From 01e2c9c05647d1c5a59dda0b447b171d2a273cd4 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 3 Jun 2025 09:22:59 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6cec8a..0b0f64c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ jenkinsPipelineSkeleton('example-app', [ pullAlways: false, helmChart: 'example-app-helm-chart', helmRepo: 'my-helm-repo', - version: '1.0.19', + version: '1.0.20', useInsecureRegistry: true, port: 8095, checkDependencyPipeline: false,