Skip to content
Snippets Groups Projects
Verified Commit 27e34644 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

publish helm chart to GitLab package repo

parent 23a46cd3
No related branches found
No related tags found
1 merge request!72Resolve "Host chart in HelmRepository"
Pipeline #10681 passed with stages
in 1 minute and 30 seconds
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
......
......@@ -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
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment