Skip to content
Snippets Groups Projects
Commit 0ad21590 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch '814-increase-source-controller-memory-limit' into 'master'

Resolve "Increase source-controller memory limit"

Closes #814

See merge request openappstack/openappstack!418
parents d3a9d651 76742c58
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@ kind: HelmRepository
metadata:
name: grafana
spec:
interval: 5m
url: https://grafana.github.io/helm-charts
\ No newline at end of file
interval: 1h
url: https://grafana.github.io/helm-charts
......@@ -4,5 +4,5 @@ kind: HelmRepository
metadata:
name: helm-stable
spec:
interval: 5m
interval: 1h
url: https://charts.helm.sh/stable
......@@ -4,5 +4,5 @@ kind: HelmRepository
metadata:
name: prometheus-community
spec:
interval: 5m
url: https://prometheus-community.github.io/helm-charts
\ No newline at end of file
interval: 1h
url: https://prometheus-community.github.io/helm-charts
......@@ -4,5 +4,5 @@ kind: HelmRepository
metadata:
name: vmware-tanzu
spec:
interval: 5m
url: https://vmware-tanzu.github.io/helm-charts
\ No newline at end of file
interval: 1h
url: https://vmware-tanzu.github.io/helm-charts
......@@ -13,4 +13,4 @@ flux create kustomization add-nextcloud \
--source=GitRepository/openappstack \
--path="./flux2/cluster/optional/nextcloud" \
--prune=true \
--interval=10m
--interval=1h
......@@ -22,4 +22,4 @@ flux create kustomization openappstack \
--source=GitRepository/openappstack \
--path="./flux2/cluster/base" \
--prune=true \
--interval=10m
--interval=1h
......@@ -10,4 +10,4 @@ flux create kustomization add-rocketchat \
--source=GitRepository/openappstack \
--path="./flux2/cluster/optional/rocketchat" \
--prune=true \
--interval=10m
--interval=1h
......@@ -10,4 +10,4 @@ flux create kustomization add-velero \
--source=GitRepository/openappstack \
--path="./flux2/cluster/optional/velero" \
--prune=true \
--interval=10m
--interval=1h
......@@ -10,4 +10,4 @@ flux create kustomization add-wordpress \
--source=GitRepository/openappstack \
--path="./flux2/cluster/optional/wordpress" \
--prune=true \
--interval=10m
--interval=1h
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