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: ...@@ -9,10 +9,11 @@ spec:
- name: nginx - name: nginx
chart: chart:
spec: spec:
chart: ./helmchart/single-sign-on/ # renovate: registryUrl=https://open.greenhost.net/api/v4/projects/8/packages/helm/stable
# NOTE: Change the GitRepository yaml file if you want a different version chart: single-sign-on
version: 0.5.1
sourceRef: sourceRef:
kind: GitRepository kind: HelmRepository
name: single-sign-on name: single-sign-on
namespace: flux-system namespace: flux-system
interval: 1h0m0s interval: 1h0m0s
......
--- ---
apiVersion: source.toolkit.fluxcd.io/v1beta1 apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository kind: HelmRepository
metadata: metadata:
name: single-sign-on name: single-sign-on
namespace: flux-system namespace: flux-system
...@@ -8,10 +8,4 @@ spec: ...@@ -8,10 +8,4 @@ spec:
# The interval at which to check the upstream for updates # The interval at which to check the upstream for updates
interval: 1h interval: 1h
# The repository URL, can be a HTTP/S or SSH address # The repository URL, can be a HTTP/S or SSH address
url: https://open.greenhost.net/stackspin/single-sign-on url: https://open.greenhost.net/api/v4/projects/8/packages/helm/stable
# 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
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