Update Jenkinsfile

This commit is contained in:
2025-06-02 15:18:06 +03:00
parent ebf154c708
commit 0e91a15d29

2
Jenkinsfile vendored
View File

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