Compare commits

..

2 commits
k3d ... main

Author SHA1 Message Date
git
a879939295 Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
2025-09-07 12:37:48 +02:00
Renovate Bot
b0dac54b58 Add renovate.json 2025-07-25 07:29:49 +00:00
22 changed files with 11 additions and 82 deletions

View file

@ -1,49 +0,0 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: home-assistant
namespace: home-assistant
spec:
interval: 5m
releaseName: home-assistant
chart:
spec:
chart: home-assistant
version: "0.3.2"
# version: "1.2.0"
sourceRef:
kind: HelmRepository
name: home-assistant
namespace: flux-system
values:
hostNetwork: false
# hostPort:
# enabled: true
# port: 8123
service:
type: ClusterIP
port: 8123
ingress:
enabled: true
className: traefik
hosts:
- host: home-assistant.local
paths:
- path: /
pathType: Prefix
persistence:
enabled: true
storageClass: local-path
size: 5Gi
configuration:
enabled: true
trusted_proxies:
- "10.0.0.0/8"
- "10.42.0.0/16"
- "172.16.0.0/12"
- "192.168.0.0/16"
- "::1"
- "127.0.0.1"
- "172.23.0.0/16"
use_x_forwarded_for: true

View file

@ -1,9 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: home-assistant
namespace: flux-system
spec:
interval: 1h0m0s
url: http://pajikos.github.io/home-assistant-helm-chart
# url: https://charts.alekc.dev

View file

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: home-assistant

View file

@ -1,6 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gitea/
- home-assitant/
# - sonarqube/

View file

@ -1,6 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- helmrepository.yaml
- helmrelease.yaml

View file

@ -8,7 +8,7 @@ metadata:
spec:
interval: 1m0s
ref:
branch: k3d
branch: main
secretRef:
name: flux-system
url: https://codeberg.org/Pata1704/homelab_gitops.git

View file

@ -2,4 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../infrastructure
- ../../apps

View file

@ -17,7 +17,7 @@ spec:
values:
persistence:
enabled: true
storageClass: local-path
storageClass: longhorn
size: 5Gi
ingress:
enabled: true
@ -55,8 +55,6 @@ spec:
tag: 25.0.2-dind
pullPolicy: IfNotPresent
config:
server:
ROOT_URL: "http://gitea.local/"
actions:
ENABLED: true
metrics:

View file

@ -2,5 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- monitoring/
# - longhorn/
# - cnpg
- longhorn/
- gitea/
# - gitea-runner/
# - sonarqube/
- cnpg

View file

@ -19,5 +19,5 @@ spec:
values:
persistence:
enabled: true
storageClass: local-path
storageClass: longhorn
size: 5Gi

3
renovate.json Normal file
View file

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}