mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: spegel update
This commit is contained in:
@@ -10,10 +10,10 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: *name
|
chart: *name
|
||||||
version: v0.0.18
|
version: v0.0.27
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: xenitab
|
name: spegel
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
maxHistory: 2
|
maxHistory: 2
|
||||||
install:
|
install:
|
||||||
@@ -28,7 +28,13 @@ spec:
|
|||||||
keepHistory: false
|
keepHistory: false
|
||||||
values:
|
values:
|
||||||
spegel:
|
spegel:
|
||||||
|
appendMirrors: true
|
||||||
containerdSock: /run/containerd/containerd.sock
|
containerdSock: /run/containerd/containerd.sock
|
||||||
containerdRegistryConfigPath: /etc/cri/conf.d/hosts
|
containerdRegistryConfigPath: /etc/cri/conf.d/hosts
|
||||||
|
service:
|
||||||
|
registry:
|
||||||
|
hostPort: 29999
|
||||||
|
grafanaDashboard:
|
||||||
|
enabled: true
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@@ -29,8 +29,8 @@ resources:
|
|||||||
- ./postfinance.yaml
|
- ./postfinance.yaml
|
||||||
- ./prometheus-community.yaml
|
- ./prometheus-community.yaml
|
||||||
- ./rook-ceph.yaml
|
- ./rook-ceph.yaml
|
||||||
|
- ./spegel.yaml
|
||||||
- ./stakater.yaml
|
- ./stakater.yaml
|
||||||
- ./stevehipwell.yaml
|
- ./stevehipwell.yaml
|
||||||
- ./vector.yaml
|
- ./vector.yaml
|
||||||
- ./windmill.yaml
|
- ./windmill.yaml
|
||||||
- ./xenitab.yaml
|
|
||||||
|
@@ -3,9 +3,9 @@
|
|||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: xenitab
|
name: spegel
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
type: oci
|
type: oci
|
||||||
interval: 2h
|
interval: 2h
|
||||||
url: oci://ghcr.io/xenitab/helm-charts
|
url: oci://ghcr.io/spegel-org/helm-charts
|
Reference in New Issue
Block a user