Update Jenkinsfile

This commit is contained in:
2025-06-03 11:46:09 +03:00
parent 30db4f2974
commit 4c73bc7668

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