Go to file
Marko Oldenburg d111af1aaf
All checks were successful
Build Helm Chart / helm-package (push) Successful in 4s
Chart.yaml aktualisiert
2024-09-18 17:31:48 +02:00
.gitea/workflows change version 2024-09-18 17:05:25 +02:00
templates change deployment template 2024-09-18 17:31:02 +02:00
.helmignore first commit 2023-11-11 09:53:16 +01:00
Chart.yaml Chart.yaml aktualisiert 2024-09-18 17:31:48 +02:00
README.md first commit 2023-11-11 09:53:16 +01:00
values.yaml change deployment template 2024-09-18 17:31:02 +02:00

FHEM Container Helm Chart

Using Helm Chart

  • clone or download repository
  • helm install </path/to/repoDir> -n --create-namespace

for yout own values create a value file with your changes an install with

  • helm install </path/to/repoDir> -f <MY_OWN_VALUEFILE>-n --create-namespace