Skip to content
Snippets Groups Projects
Unverified Commit a0b27121 authored by Varac's avatar Varac
Browse files

Include dependencies in Chart.yaml, bump version

parent 9269c368
No related branches found
No related tags found
1 merge request!75Use default image
Pipeline #10752 passed with stages
in 36 seconds
......@@ -4,6 +4,11 @@ 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.6.1] - 2021-12-22
- Include dependencies in Chart.yaml
- Use default hydra image
## [0.6.0] - 2021-12-21
- Switch to using Hydra Maester instead of cronjobs for creating OAuth2 clients
......
apiVersion: v1
apiVersion: v2
description: A Helm chart for Stackspin's Single sign-on components
icon: https://raw.githubusercontent.com/ory/docs/master/docs/static/img/logo-hydra.svg
name: single-sign-on
version: 0.6.0
version: 0.6.1
dependencies:
# https://k8s.ory.sh/helm/hydra.html
- name: hydra
version: 0.21.0
repository: "https://k8s.ory.sh/helm/charts"
tags:
- single-sign-on
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql
# https://artifacthub.io/packages/helm/bitnami/postgresql
- name: postgresql
version: 10.12.4
repository: "https://charts.bitnami.com/bitnami"
tags:
- single-sign-on
# https://k8s.ory.sh/helm/kratos.html
- name: kratos
version: 0.21.0
repository: "https://k8s.ory.sh/helm/charts"
tags:
- single-sign-on
# https://k8s.ory.sh/helm/hydra.html
dependencies:
- name: hydra
version: 0.21.0
repository: "https://k8s.ory.sh/helm/charts"
tags:
- single-sign-on
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql
# https://artifacthub.io/packages/helm/bitnami/postgresql
- name: postgresql
version: 10.12.4
repository: "https://charts.bitnami.com/bitnami"
tags:
- single-sign-on
# https://k8s.ory.sh/helm/kratos.html
- name: kratos
version: 0.21.0
repository: "https://k8s.ory.sh/helm/charts"
tags:
- single-sign-on
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