messing with sources
This commit is contained in:
parent
8cf1355aca
commit
2643727ae8
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
***REMOVED***
|
***REMOVED***
|
||||||
name: kimai2
|
name: kimai
|
||||||
namespace: kimai
|
namespace: kimai
|
||||||
spec:
|
spec:
|
||||||
interval: 30m
|
interval: 30m
|
||||||
|
|
@ -9,12 +9,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: kimai2
|
chart: kimai2
|
||||||
version: "*"
|
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: kimai2
|
name: robjuz
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
|
||||||
valuesFrom:
|
|
||||||
- kind: ConfigMap
|
|
||||||
name: kimai-values
|
|
||||||
8
infrastructure/sources/robjuz.yaml
Normal file
8
infrastructure/sources/robjuz.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
***REMOVED***
|
||||||
|
name: robjuz
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 12h
|
||||||
|
url: https://robjuz.github.io/helm-charts/
|
||||||
Loading…
Reference in a new issue