Update Jenkinsfile

This commit is contained in:
2025-05-30 13:34:33 +03:00
parent 609deab5a5
commit 3c71c2b70c

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ jenkinsPipelineSkeleton('json-echo', [
pullAlways: true, pullAlways: true,
helmChart: 'json-echo-helm-chart', helmChart: 'json-echo-helm-chart',
helmRepo: 'my-helm-repo', helmRepo: 'my-helm-repo',
version: '1.0.0', version: '1.0.1',
useInsecureRegistry: false, useInsecureRegistry: false,
port: 8091, port: 8091,
checkDependencyPipeline: true, checkDependencyPipeline: true,