From d393cd8998d936dbf0b2b033f900133910a20725 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Mon, 13 Dec 2021 09:45:55 +0100
Subject: [PATCH] publish chart to GitLab repository

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aeef7d4b..6d1c6abd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,19 @@
+include:
+  - remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/helm_package.yml
+  - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
+
 stages:
   - build-project
   - build-container
+  - lint-helm-chart
+  - package-helm-chart
+  - release-helm-chart
 
 image: node:14-alpine
 
 variables:
+  CHART_NAME: local-path-provisioner
+  CHART_DIR: deployment/helmchart/
   KANIKO_BUILD_IMAGENAME: dashboard
 
 build-project:
-- 
GitLab