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

Merge branch '1097-use-helmrepository-instead-of-gitrepository-for-single-sign-on' into 'main'

Resolve "Use helmRepository instead of gitRepository for single-sign-on"

Closes #1097

See merge request stackspin/stackspin!705
parents 3471e09d bce38e02
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