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
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ spec: ...@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: nextcloud-onlyoffice chart: nextcloud-onlyoffice
version: 0.5.3 version: 0.5.4
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: nextcloud name: nextcloud
......
...@@ -8,10 +8,10 @@ spec: ...@@ -8,10 +8,10 @@ spec:
releaseName: wekan releaseName: wekan
chart: chart:
spec: spec:
chart: helm/wekan chart: wekan
# NOTE: Change the GitRepository yaml file if you want a different version version: 1.1.0
sourceRef: sourceRef:
kind: GitRepository kind: HelmRepository
name: wekan name: wekan
namespace: flux-system namespace: flux-system
interval: 1h interval: 1h
......
...@@ -8,11 +8,11 @@ spec: ...@@ -8,11 +8,11 @@ spec:
releaseName: wordpress releaseName: wordpress
chart: chart:
spec: spec:
chart: . chart: wordpress-helm
# NOTE: Change the GitRepository yaml file if you want a different version version: 0.4.3
sourceRef: sourceRef:
kind: GitRepository kind: HelmRepository
name: wordpress name: wordpress-helm
namespace: flux-system namespace: flux-system
interval: 1h interval: 1h
install: install:
......
...@@ -10,10 +10,10 @@ spec: ...@@ -10,10 +10,10 @@ spec:
- name: single-sign-on - name: single-sign-on
chart: chart:
spec: spec:
chart: ./deployment/helmchart/ chart: stackspin-dashboard
# NOTE: Change the GitRepository yaml file if you want a different version version: 0.1.1
sourceRef: sourceRef:
kind: GitRepository kind: HelmRepository
name: dashboard name: dashboard
namespace: flux-system namespace: flux-system
interval: 1h interval: 1h
......
...@@ -7,9 +7,10 @@ spec: ...@@ -7,9 +7,10 @@ spec:
releaseName: local-path-provisioner releaseName: local-path-provisioner
chart: chart:
spec: spec:
chart: ./deploy/chart chart: local-path-provisioner
version: 0.0.20
sourceRef: sourceRef:
kind: GitRepository kind: HelmRepository
name: local-path-provisioner name: local-path-provisioner
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: dashboard name: dashboard
namespace: stackspin namespace: flux-system
spec: spec:
# The interval at which to check the upstream for updates
interval: 1h interval: 1h
url: https://open.greenhost.net/stackspin/dashboard # The repository URL, can be a HTTP/S or SSH address
ref: url: https://open.greenhost.net/api/v4/projects/48/packages/helm/stable
tag: chart-0.1.1
--- ---
apiVersion: source.toolkit.fluxcd.io/v1beta1 apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository kind: HelmRepository
metadata: metadata:
name: local-path-provisioner name: local-path-provisioner
namespace: flux-system namespace: flux-system
...@@ -8,13 +8,4 @@ spec: ...@@ -8,13 +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/api/v4/projects/44/packages/helm/stable
# 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
--- ---
apiVersion: source.toolkit.fluxcd.io/v1beta1 apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository kind: HelmRepository
metadata: metadata:
name: wekan name: wekan
namespace: flux-system namespace: flux-system
spec: 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
url: https://github.com/wekan/wekan # The repository URL, can be a HTTP/S or SSH address
# The Git reference to checkout and monitor for changes url: https://wekan.github.io/charts/
# (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"
--- ---
apiVersion: source.toolkit.fluxcd.io/v1beta1 apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository kind: HelmRepository
metadata: metadata:
name: wordpress name: wordpress-helm
namespace: flux-system namespace: flux-system
spec: 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/wordpress-helm url: https://open.greenhost.net/api/v4/projects/27/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.4.2
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