mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-23 16:05:23 +01:00
f2fad94ca11a487290eab93f36ea4b68ec021f9c
| datasource | package | from | to | | ---------- | -------------------------------- | ---------- | ---------- | | docker | ghcr.io/onedr0p/prowlarr-nightly | 1.0.0.2165 | 1.0.0.2171 |
README.md
My home Kubernetes cluster ⛵
... managed with Flux and Renovate 🤖
Bootstrap Flux
kubectl apply -k cluster/bootstrap/
SOPS secret from age key
cat ~/.config/sops/age/keys.txt |
kubectl create secret generic sops-age \
--namespace=flux-system \
--from-file=age.agekey=/dev/stdin
Encrypt kubernetes resources with sops binary
sops --encrypt --in-place <FILE_PATH>
Install pre-commit hooks
pre-commit install
Description
Languages
Shell
60.6%
Python
20.5%
Just
17.1%
Jinja
1.8%