auricom f67f9d42b6 Merge pull request #823 from auricom/renovate/ghcr.io-zwave-js-zwavejs2mqtt-4.x
chore(deps): update container image ghcr.io/zwave-js/zwavejs2mqtt to v4.4.0
2021-05-25 20:55:39 +02:00
2021-04-17 11:08:08 +02:00
2021-04-18 03:22:42 +02:00
2021-05-21 00:48:26 +02:00
2021-04-20 09:39:04 +02:00
2021-04-17 11:08:08 +02:00
2021-05-21 00:48:26 +02:00

My home Kubernetes cluster

... managed by Flux and serviced with RenovateBot 🤖




Discord k3s pre-commit renovate

Bootstrap Flux

flux bootstrap github \
  --version=latest \
  --owner=auricom \
  --repository=home-cluster \
  --path=cluster \
  --personal \
  --network-policy=false

SOPS secret from GPG key

gpg --export-secret-keys --armor <GPG_KEY_ID> | kubectl create secret generic sops-gpg --namespace=flux-system --from-file=sops.asc=/dev/stdin

Encrypt kubernetes resources with sops binary

sops --encrypt --pgp=<GPG_KEY_ID> --encrypted-regex '^(data|stringData)$' --in-place <FILE_PATH>
Description
No description provided
Readme 50 MiB
Languages
Shell 59.5%
Python 20.8%
Just 17.8%
Jinja 1.9%