24 Commits

Author SHA1 Message Date
0c44b0223c Update Helm release cloudnative-pg to v0.26.0 2025-09-03 13:45:20 +00:00
1c3fdde1dd Merge pull request 'Update Helm release redis to v21.2.14' (#575) from renovate/redis-21.x into main 2025-09-03 13:44:49 +00:00
4582b19aaf Update Helm release redis to v21.2.14 2025-09-03 13:40:34 +00:00
fe46e81fd9 Merge pull request 'Update Helm release authelia to v0.10.42' (#574) from renovate/authelia-0.x into main 2025-09-03 12:02:47 +00:00
3064d4ec7a Update Helm release authelia to v0.10.42 2025-09-03 12:02:39 +00:00
3aa05f3e30 Merge pull request 'Update adguard/adguardhome Docker tag to v0.107.65' (#573) from renovate/adguard-adguardhome-0.x into main 2025-09-03 12:02:28 +00:00
a2cff0bf55 Update adguard/adguardhome Docker tag to v0.107.65 2025-09-03 12:02:07 +00:00
b54b6b0f60 updated bootstrapping procedure with more sane defaults 2025-09-03 13:20:17 +02:00
e98d7330f1 Merge pull request 'Update Helm release gitea to v12.1.2' (#496) from renovate/gitea-12.x into main
Reviewed-on: #496
2025-07-29 07:35:52 +00:00
08ed1eafa6 Update adguard/adguardhome Docker tag to v0.107.64 2025-07-28 14:02:08 +00:00
71d881830f Update aaronleopold/stump Docker tag to v0.0.11 2025-07-26 22:01:21 +00:00
18790396bd Merge pull request 'Update Immich containers to v1.136.0' (#563) from renovate/immich-app-images into main
Reviewed-on: #563
2025-07-26 16:25:50 +00:00
82fbc99fd0 more minecraft updates 2025-07-25 21:30:43 +02:00
2e88ded94d Update dependency argoproj/argo-cd to v3.0.12 2025-07-25 18:01:31 +00:00
6251c63353 Update Immich containers to v1.136.0 2025-07-24 18:02:01 +00:00
a62f8b93ea Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.26.3 2025-07-24 00:01:36 +00:00
86d192d66e Update Helm release prometheus-node-exporter to v4.47.3 2025-07-23 22:01:27 +00:00
2dc36ce24e Update Helm release redis to v21.2.13 2025-07-23 14:01:36 +00:00
522922ff94 Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.26.2 2025-07-22 00:01:29 +00:00
3d06570212 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.0.2 2025-07-21 14:01:55 +00:00
9c212b9dae Update quay.io/thanos/thanos Docker tag to v0.39.2 2025-07-21 08:01:30 +00:00
819a21021c minecraft and co updates 2025-07-20 18:11:51 +02:00
7f41a6590a Update Helm release prometheus-node-exporter to v4.47.2 2025-07-19 18:01:18 +00:00
1bf165bb4a Update Helm release gitea to v12.1.2 2025-07-19 16:01:24 +00:00
19 changed files with 49 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
# Kluster setup and IaaC using argoCD # Kluster setup and IaaC using argoCD
### Initial setup ### Description
#### Requirements: #### Requirements:
- A running k3s instance - A running k3s instance
- `sealedsecrets` deployed - `sealedsecrets` deployed
@@ -27,20 +27,21 @@ The app-of-apps will bootstrap a fully featured cluster with the following compo
- immich - immich
- ... - ...
#### Recap ## Setup instructions
- install sealedsecrets see [README](./infrastructure/sealedsecrets/README.md) 1. install sealedsecrets see [README](./infrastructure/sealedsecrets/README.md)
```bash ```bash
kubectl apply -k infrastructure/sealedsecrets kubectl apply -k infrastructure/sealedsecrets
kubectl apply -f infrastructure/sealedsecrets/main.key kubectl apply -f infrastructure/sealedsecrets/main.key
kubectl delete pod -n kube-system -l name=sealed-secrets-controller kubectl delete pod -n kube-system -l name=sealed-secrets-controller
``` ```
- install argocd 1. install argocd and the app-of-apps bundled with it
```bash ```bash
kubectl apply -k infrastructure/argocd kubectl apply -k infrastructure/argocd
``` ```
- wait...
> NOTE: The argocd kustomization already mentions some CRDs available only after the full bootstrapping (traefik). You might have to apply the last step twice
### Adding an application ### Adding an application
todo todo

View File

@@ -10,7 +10,7 @@ resources:
images: images:
- name: adguard/adguardhome - name: adguard/adguardhome
newName: adguard/adguardhome newName: adguard/adguardhome
newTag: v0.107.63 newTag: v0.107.65
namespace: adguard namespace: adguard

View File

@@ -12,4 +12,4 @@ namespace: audiobookshelf
images: images:
- name: audiobookshelf - name: audiobookshelf
newName: ghcr.io/advplyr/audiobookshelf newName: ghcr.io/advplyr/audiobookshelf
newTag: "2.26.1" newTag: "2.26.3"

View File

@@ -22,9 +22,9 @@ helmCharts:
images: images:
- name: ghcr.io/immich-app/immich-machine-learning - name: ghcr.io/immich-app/immich-machine-learning
newTag: v1.135.3 newTag: v1.136.0
- name: ghcr.io/immich-app/immich-server - name: ghcr.io/immich-app/immich-server
newTag: v1.135.3 newTag: v1.136.0
patches: patches:

View File

@@ -42,7 +42,7 @@ spec:
name: curseforge-api name: curseforge-api
key: key key: key
- name: CF_PAGE_URL - name: CF_PAGE_URL
value: "https://www.curseforge.com/minecraft/modpacks/vault-hunters-1-18-2/files/5925838" value: "https://www.curseforge.com/minecraft/modpacks/vault-hunters-1-18-2/files/6807187"
- name: VERSION - name: VERSION
value: "1.18.2" value: "1.18.2"
- name: INIT_MEMORY - name: INIT_MEMORY

View File

@@ -21,4 +21,4 @@ images:
newTag: "3.22" newTag: "3.22"
- name: rsync - name: rsync
newName: eeacms/rsync newName: eeacms/rsync
newTag: "2.6" newTag: "2.7"

View File

@@ -21,7 +21,7 @@ helmCharts:
- name: redis - name: redis
releaseName: redis releaseName: redis
repo: https://charts.bitnami.com/bitnami repo: https://charts.bitnami.com/bitnami
version: 21.2.12 version: 21.2.14
valuesInline: valuesInline:
auth: auth:
enabled: false enabled: false

View File

@@ -13,5 +13,5 @@ resources:
images: images:
- name: mealie - name: mealie
newTag: v3.0.1 newTag: v3.0.2
newName: ghcr.io/mealie-recipes/mealie newName: ghcr.io/mealie-recipes/mealie

View File

@@ -14,4 +14,4 @@ namespace: stump
images: images:
- name: stump - name: stump
newName: aaronleopold/stump newName: aaronleopold/stump
newTag: "0.0.10" newTag: "0.0.11"

View File

@@ -4,7 +4,7 @@ kind: Kustomization
namespace: argocd namespace: argocd
resources: resources:
- namespace.yaml - namespace.yaml
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.0.11 - https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.0.12
- ingress.yaml - ingress.yaml
- argo-apps.application.yaml - argo-apps.application.yaml
- bootstrap-repo.sealedsecret.yaml - bootstrap-repo.sealedsecret.yaml

View File

@@ -27,6 +27,6 @@ images:
helmCharts: helmCharts:
- name: authelia - name: authelia
releaseName: authelia releaseName: authelia
version: 0.10.41 version: 0.10.42
repo: https://charts.authelia.com repo: https://charts.authelia.com
valuesFile: authelia.values.yaml valuesFile: authelia.values.yaml

View File

@@ -23,6 +23,6 @@ helmCharts:
- name: gitea - name: gitea
namespace: gitea # needs to be set explicitly for svc to be referenced correctly namespace: gitea # needs to be set explicitly for svc to be referenced correctly
releaseName: gitea releaseName: gitea
version: 12.0.0 version: 12.1.2
valuesFile: gitea.values.yaml valuesFile: gitea.values.yaml
repo: https://dl.gitea.io/charts/ repo: https://dl.gitea.io/charts/

View File

@@ -2,7 +2,6 @@ apiVersion: metallb.io/v1beta1
kind: IPAddressPool kind: IPAddressPool
metadata: metadata:
name: default name: default
namespace: metallb-system
spec: spec:
addresses: addresses:
- 192.168.3.0/24 - 192.168.3.0/24
@@ -10,5 +9,8 @@ spec:
apiVersion: metallb.io/v1beta1 apiVersion: metallb.io/v1beta1
kind: L2Advertisement kind: L2Advertisement
metadata: metadata:
name: empty name: default
namespace: metallb-system # selector is left empty on purpose to match all IPAddressPools
# spec:
# ipAddressPools:
# - default

View File

@@ -1,15 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources:
- namespace.yaml
- ipaddresspool.yaml
namespace: metallb-system namespace: metallb-system
resources:
# - namespace.yaml
# namespace is already included in the remote kustomization
# - github.com/metallb/metallb/config/native?ref=v0.15.2
- github.com/metallb/metallb/config/frr?ref=v0.15.2
- ipaddresspool.yaml
helmCharts:
- name: metallb
repo: https://metallb.github.io/metallb
version: 0.15.2
releaseName: metallb
valuesFile: values.yaml

View File

@@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: placeholder name: metallb-system
labels: # labels:
pod-security.kubernetes.io/enforce: privileged # pod-security.kubernetes.io/enforce: privileged

View File

@@ -17,7 +17,7 @@ resources:
images: images:
- name: thanos - name: thanos
newName: quay.io/thanos/thanos newName: quay.io/thanos/thanos
newTag: v0.39.1 newTag: v0.39.2
helmCharts: helmCharts:
@@ -29,5 +29,5 @@ helmCharts:
- name: prometheus-node-exporter - name: prometheus-node-exporter
releaseName: prometheus-node-exporter releaseName: prometheus-node-exporter
repo: https://prometheus-community.github.io/helm-charts repo: https://prometheus-community.github.io/helm-charts
version: 4.47.1 version: 4.47.3
valuesFile: prometheus-node-exporter.values.yaml valuesFile: prometheus-node-exporter.values.yaml

View File

@@ -9,6 +9,6 @@ namespace: pg-ha
helmCharts: helmCharts:
- name: cloudnative-pg - name: cloudnative-pg
releaseName: pg-controller releaseName: pg-controller
version: 0.24.0 version: 0.26.0
valuesFile: values.yaml valuesFile: values.yaml
repo: https://cloudnative-pg.io/charts/ repo: https://cloudnative-pg.io/charts/

View File

@@ -5,15 +5,15 @@ metadata:
data: data:
traefik.toml: | traefik.toml: |
[ping] [ping]
[global] [global]
checkNewVersion = false checkNewVersion = false
# renovate does that # renovate does that
sendAnonymousUsage = false sendAnonymousUsage = false
[log] [log]
level = "INFO" level = "INFO"
[accessLog] [accessLog]
[accessLog.fields] [accessLog.fields]
defaultMode = "keep" defaultMode = "keep"
@@ -41,17 +41,17 @@ data:
dashboard = true dashboard = true
insecure = true insecure = true
debug = false debug = false
[providers] [providers]
[providers.kubernetesCRD] [providers.kubernetesCRD]
allowCrossNamespace = true allowCrossNamespace = true
[providers.kubernetesIngress] [providers.kubernetesIngress]
allowExternalNameServices = true allowExternalNameServices = true
ingressClass = "traefik" ingressClass = "traefik"
[serversTransport] [serversTransport]
insecureSkipVerify = true insecureSkipVerify = true
[entryPoints] [entryPoints]
[entryPoints.web] [entryPoints.web]
address = ":8000" address = ":8000"
@@ -66,13 +66,13 @@ data:
[entryPoints.websecure.forwardedHeaders] [entryPoints.websecure.forwardedHeaders]
insecure = true insecure = true
# forward ip headers no matter where they come from # forward ip headers no matter where they come from
[entryPoints.metrics] [entryPoints.metrics]
address = ":9100" address = ":9100"
[entryPoints.traefik] [entryPoints.traefik]
address = ":9000" address = ":8080"
[entryPoints.dnsovertls] [entryPoints.dnsovertls]
address = ":8853" address = ":8853"
# route dns over https to other pods but provide own certificate # route dns over https to other pods but provide own certificate

View File

@@ -23,8 +23,7 @@ ingressClass:
# true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12 # true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12
enabled: true enabled: true
isDefaultClass: true isDefaultClass: true
# Use to force a networking.k8s.io API Version for certain CI/CD applications. E.g. "v1beta1"
fallbackApiVersion: ""
# Activate Pilot integration # Activate Pilot integration
pilot: pilot:
@@ -67,10 +66,11 @@ providers:
kubernetesIngress: kubernetesIngress:
enabled: true enabled: true
allowExternalNameServices: true allowExternalNameServices: true
ingressClass: traefik # Ingresses missing the annotation, having an empty value, or the value traefik are processed by default.
# ingressClass: traefik
# labelSelector: environment=production,method=traefik # labelSelector: environment=production,method=traefik
# Additional volumeMounts to add to the Traefik container # Additional volumeMounts to add to the Traefik container
additionalVolumeMounts: additionalVolumeMounts: