diff --git a/Jenkinsfile b/Jenkinsfile index 75a7790..71c5797 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ jenkinsPipelineSkeleton('example-app', [ namespace: 'default', useCustomDocker: false, pullAlways: false, - releaseName: 'custom-name-example-app' + releaseName: 'custom-name-example-app', helmChart: 'example-app-helm-chart', helmRepo: 'my-helm-repo', version: '1.0.0-SNAPSHOT',