diff --git a/Jenkinsfile b/Jenkinsfile index 69e9379..dbcac3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ jenkinsPipelineSkeleton('example-app', [ pullAlways: false, helmChart: 'example-app-helm-chart', helmRepo: 'my-helm-repo', - version: '1.0.0', + version: '1.0.1', useInsecureRegistry: true, port: 8095, checkDependencyPipeline: false,