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

use HelmRepository to install single-sign-on

parent 3471e09d
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,11 @@ spec:
- name: nginx
chart:
spec:
chart: ./helmchart/single-sign-on/
# NOTE: Change the GitRepository yaml file if you want a different version
# renovate: registryUrl=https://open.greenhost.net/api/v4/projects/8/packages/helm/stable
chart: single-sign-on
version: 0.5.1
sourceRef:
kind: GitRepository
kind: HelmRepository
name: single-sign-on
namespace: flux-system
interval: 1h0m0s
......
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
kind: HelmRepository
metadata:
name: single-sign-on
namespace: flux-system
......@@ -8,10 +8,4 @@ spec:
# The interval at which to check the upstream for updates
interval: 1h
# The repository URL, can be a HTTP/S or SSH address
url: https://open.greenhost.net/stackspin/single-sign-on
# The Git reference to checkout and monitor for changes
# (defaults to master)
# For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref:
tag: 0.5.0
url: https://open.greenhost.net/api/v4/projects/8/packages/helm/stable
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