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

Merge branch '127-remove-kratos-overwritten-tag' into 'main'

Resolve "Remove kratos overwritten tag"

Closes #127

See merge request !86
parents 20ab3879 5afc5803
No related branches found
No related tags found
1 merge request!86Resolve "Remove kratos overwritten tag"
Pipeline #11197 passed with stages
in 26 seconds
......@@ -5,6 +5,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.7.5] - 2021-01-17
- Remove old Kratos image tag override, essentially updating Kratos to 0.21.5
## [0.7.4] - 2021-01-14
- Use Gunicorn to run login app
......
apiVersion: v2
description: A Helm chart for Stackspin's Single sign-on components
name: single-sign-on
version: 0.7.4
version: 0.7.5
icon: https://stackspin.net/assets/images/logo.svg
dependencies:
# https://k8s.ory.sh/helm/hydra.html
......
......@@ -20,9 +20,6 @@ postgresql:
CREATE DATABASE stackspin WITH OWNER stackspin;
kratos:
image:
tag: v0.7.3-alpha.1
kratos:
# TODO: This schema is not complete yet. This schema is
# put on the config disk as a seperate file by the
......
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