raspberry_home-assistant
helm-repo raspberry_home-assistant
how to build
Create a new helm chart in the repo
If update chache version number Chart.yaml 3Create helm package from terminal (IntelliJ)
helm package [DIR] (~/IdeaProjects$ helm package ./raspberry_home-assistant/)
mv package [DIR] (mv ./raspberry_home-assistant-1.0.7.tgz ./raspberry_home-assistant/)
Update index.yaml from terminal (IntelliJ)
helm repo index [DIR] (~/IdeaProjects/raspberry_home-assistant$ helm repo index .)
Commit and Push
helm repo update
helm search repo
github pages
using github actions [pages-build-deployment ]
Repo
Repo index.yaml
pgadmin
homeassistant
key
Value
appName
homeassistant
namespace
homeassistant
repository
homeassistant/home-assistant tag “stable”
container.port
8123