Update Jenkinsfile

This commit is contained in:
2025-06-02 16:52:39 +03:00
parent f19c604761
commit 9917223014

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.15',
version: '1.0.16',
useInsecureRegistry: true,
port: 8095,
checkDependencyPipeline: false,