mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
chore(deps): update ghcr.io/prometheus-community/charts/kube-prometheus-stack docker tag to v68 chore(deps): update helm release argo-cd to v7.8.2 chore(deps): update helm release argo-cd to v7.8.2 chore(deps): update netbird to v0.36.5 chore(deps): update netbirdio/relay docker tag to v0.36.5 chore(deps): update dependency crossplane-contrib/function-auto-ready to v0.4.1 chore(deps): update dependency crossplane-contrib/function-go-templating to v0.9.1 chore(deps): update dependency siderolabs/talos to v1.9.3 chore(deps): update keycloak docker tag to v24.4.9 chore(deps): update ghcr.io/prometheus-community/charts/kube-prometheus-stack docker tag to v68.5.0 chore(deps): update intel device plugins to v0.32.0 chore(deps): update cloudflare/cloudflared docker tag to v2025.2.0 chore(deps): update helm release authelia to v0.9.15 chore(deps): update proxmox-csi-plugin docker tag to v0.3.5 chore(deps): update sealed-secrets docker tag to v2.5.6 chore(deps): update terraform proxmox to v0.70.1 chore(deps): update cilium to v1.17.0 chore(deps): update dependency cert-manager/cert-manager to v1.17.0 chore(deps): update dependency crossplane-contrib/provider-keycloak to v1.11.0 chore(deps): update ghcr.io/onedr0p/radarr docker tag to v5.18.4 chore(deps): update ghcr.io/prometheus-community/charts/kube-prometheus-stack docker tag to v69
Manual bootstrap
CRDs
Gateway API
kubectl apply -k infra/crds
Cilium
kubectl kustomize --enable-helm infra/network/cilium | kubectl apply -f -
Sealed-secrets
kustomize build --enable-helm infra/controllers/sealed-secrets | kubectl apply -f -
Proxmox CSI Plugin
kustomize build --enable-helm infra/storage/proxmox-csi | kubectl apply -f -
kubectl get csistoragecapacities -ocustom-columns=CLASS:.storageClassName,AVAIL:.capacity,ZONE:.nodeTopology.matchLabels -A
Argo CD
kustomize build --enable-helm infra/controllers/argocd | kubectl apply -f -
kubectl -n argocd get secret argocd-initial-admin-secret -ojson | jq -r ' .data.password | @base64d'
kubectl apply -k infra
kubectl apply -k sets
SBOM
- Cilium
- Hubble
- Argo CD
- Proxmox CSI Plugin
- Cert-manager
- Gateway
- Authentication (Keycloak, Authentik, ...)
- [] CNPG - Cloud Native PostGresSQL
CRDs
- [] Gateway
- [] Argo CD
- [] Sealed-secrets
TODO
- Remotely managed cloudflared tunnel
- Keycloak
- [] Argo CD sync-wave
commonAnnotations:
argocd.argoproj.io/sync-wave: "-1"