Update Jenkinsfile

This commit is contained in:
2025-06-02 13:43:06 +03:00
parent cf7da620a3
commit a276e85308

2
Jenkinsfile vendored
View File

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