Update Jenkinsfile

This commit is contained in:
2025-06-02 14:12:54 +03:00
parent e1f2b3a30a
commit 45af477630

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ jenkinsPipelineSkeleton('example-app', [
pullAlways: false,
helmChart: 'example-app-helm-chart',
helmRepo: 'my-helm-repo',
version: '1.0.8',
version: '1.0.9',
useInsecureRegistry: true,
port: 8095,
checkDependencyPipeline: false,