Update Jenkinsfile

This commit is contained in:
2025-06-02 16:22:46 +03:00
parent 2e893e33fc
commit fde982b69d

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