Update Jenkinsfile

This commit is contained in:
2025-06-02 12:28:32 +03:00
parent 7417b81952
commit 44ab013a2d

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