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

switch to GitLab helm repositories for dashboard, local-path-provisioner and...

switch to GitLab helm repositories for dashboard, local-path-provisioner and WordPress. Also use Wekan from Artifacthub
parent 589e0310
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: nextcloud-onlyoffice
version: 0.5.3
version: 0.5.4
sourceRef:
kind: HelmRepository
name: nextcloud
......
......@@ -8,10 +8,10 @@ spec:
releaseName: wekan
chart:
spec:
chart: helm/wekan
# NOTE: Change the GitRepository yaml file if you want a different version
chart: wekan
version: 1.1.0
sourceRef:
kind: GitRepository
kind: HelmRepository
name: wekan
namespace: flux-system
interval: 1h
......
......@@ -8,11 +8,11 @@ spec:
releaseName: wordpress
chart:
spec:
chart: .
# NOTE: Change the GitRepository yaml file if you want a different version
chart: wordpress-helm
version: 0.4.3
sourceRef:
kind: GitRepository
name: wordpress
kind: HelmRepository
name: wordpress-helm
namespace: flux-system
interval: 1h
install:
......
......@@ -10,10 +10,10 @@ spec:
- name: single-sign-on
chart:
spec:
chart: ./deployment/helmchart/
# NOTE: Change the GitRepository yaml file if you want a different version
chart: stackspin-dashboard
version: 0.1.1
sourceRef:
kind: GitRepository
kind: HelmRepository
name: dashboard
namespace: flux-system
interval: 1h
......
......@@ -7,9 +7,10 @@ spec:
releaseName: local-path-provisioner
chart:
spec:
chart: ./deploy/chart
chart: local-path-provisioner
version: 0.0.20
sourceRef:
kind: GitRepository
kind: HelmRepository
name: local-path-provisioner
namespace: flux-system
interval: 1h0m0s
......
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
kind: HelmRepository
metadata:
name: dashboard
namespace: stackspin
namespace: flux-system
spec:
# The interval at which to check the upstream for updates
interval: 1h
url: https://open.greenhost.net/stackspin/dashboard
ref:
tag: chart-0.1.1
# The repository URL, can be a HTTP/S or SSH address
url: https://open.greenhost.net/api/v4/projects/48/packages/helm/stable
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
kind: HelmRepository
metadata:
name: local-path-provisioner
namespace: flux-system
......@@ -8,13 +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
#
# We need to use our own fork of the local-path-provisioner until
# https://github.com/rancher/local-path-provisioner/issues/85 is resolved
url: https://open.greenhost.net/stackspin/local-path-provisioner
# 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: v0.0.20-gh1
url: https://open.greenhost.net/api/v4/projects/44/packages/helm/stable
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
kind: HelmRepository
metadata:
name: wekan
namespace: flux-system
spec:
# The interval at which to check the upstream for updates
interval: 1h
url: https://github.com/wekan/wekan
# 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: "v5.63"
# The repository URL, can be a HTTP/S or SSH address
url: https://wekan.github.io/charts/
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
kind: HelmRepository
metadata:
name: wordpress
name: wordpress-helm
namespace: flux-system
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/wordpress-helm
# 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.4.2
url: https://open.greenhost.net/api/v4/projects/27/packages/helm/stable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment