Skip to content
Snippets Groups Projects
Unverified Commit 948cd572 authored by Varac's avatar Varac
Browse files

Add wekan git source

parent 6f5eb808
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,11 @@ flux2
│ ├── nextcloud # Nextcloud
│ ├── rocketchat # RocketChat
│ ├── velero # Velero, backup system
│ └── wordpress # WordPress CMS
│ ├── wordpress # WordPress CMS
│ └── … # Further apps
├── cluster # Folders that can be added as Flux Kustomization
│ ├── base # First kustomization that should be applied, adds
│ │ │ # repositories, LE, Nginx, single sign-on,
│ │ │ # repositories, LE, Nginx, single sign-on,
│ │ ├── infrastructure.yaml # Applies `flux2/infrastructure` folder
│ │ ├── core.yaml # Applies `flux2/core/` folder
│ │ └── monitoring.yaml # Applies `flux2/apps/monitoring` folder
......
......@@ -13,4 +13,5 @@ resources:
- prometheus-community.yaml
- single-sign-on.yaml
- vmware-tanzu.yaml
- wordpress.yaml
\ No newline at end of file
- wekan.yaml
- wordpress.yaml
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: wekan
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://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.41
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