diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9a94ced3017eb3e4a4af528e4c35426ad599d13..c31e5c109d6a87c1c493f78334f6982de9d33ac9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,7 @@
 include:
   - remote: https://open.greenhost.net/stackspin/stackspin/raw/main/.gitlab/ci_templates/kaniko.yml
+  - remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/helm_package.yml
+  - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
 
 stages:
   - build
@@ -7,6 +9,13 @@ stages:
   # TODO: Re-enable after fixing #73
   # - application-test
   - integration-test
+  - lint-helm-chart
+  - package-helm-chart
+  - release-helm-chart
+
+variables:
+  CHART_NAME: single-sign-on
+  CHART_DIR: helmchart/single-sign-on/
 
 #login_test:
 #  image: python:3.8
diff --git a/helmchart/single-sign-on/CHANGELOG.md b/helmchart/single-sign-on/CHANGELOG.md
index f3e1c2ac71ea269b1c2db242ee630f56f36b55f1..93ee7432eca6ed489b5aeb736df9b752f9f4e557 100644
--- a/helmchart/single-sign-on/CHANGELOG.md
+++ b/helmchart/single-sign-on/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this helm chart will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [0.5.1] - 2021-12-21
+
+- Host chart on Helm Repository
+
 ## [0.5.0] - 2021-12-10
 
 - Migrate ingress to networking.k8s.io/v1 API, needed for k8s >= 1.22
diff --git a/helmchart/single-sign-on/Chart.yaml b/helmchart/single-sign-on/Chart.yaml
index aa3803afbd030e63d65ef608d57822187445355c..f8186d35046dae0d6629d1cb35655e17523e17ee 100644
--- a/helmchart/single-sign-on/Chart.yaml
+++ b/helmchart/single-sign-on/Chart.yaml
@@ -1,4 +1,4 @@
 apiVersion: v1
 description: A Helm chart for Stackspin's Single sign-on components
 name: single-sign-on
-version: 0.5.0
+version: 0.5.1