Update Jenkinsfile

This commit is contained in:
2025-06-02 14:13:22 +03:00
parent a276e85308
commit 93fa266f8a

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.8',
version: '1.0.9',
useInsecureRegistry: false,
port: 8091,
checkDependencyPipeline: true,