From 50eb19451d7a1292e189ee216e1543e3f2f15e9e Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 2 Jun 2025 15:43:26 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 126e816..705c4d7 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.10', + version: '1.0.11', useInsecureRegistry: true, port: 8095, checkDependencyPipeline: false,