Update Jenkinsfile

This commit is contained in:
2025-06-02 15:56:52 +03:00
parent 5e05df3225
commit 1615f689d1

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