billimek/icantbelieveitsnotvaletudo
Chart version: 0.1.0
Api version: v2
App version: 0.3.0
Create live map data from Valetudo powered robots
application
Chart Type
Active
Status
Unknown
License
195
Downloads
https://billimek.com/billimek-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install icantbelieveitsnotvaletudo center/billimek/icantbelieveitsnotvaletudo
Versions (0)
View all
I can’t belive it’s not Valetudo
Map generation companion service for Valetudo
TL;DR;
$ helm repo add billimek https://billimek.com/billimek-charts/
$ helm install billimek/icantbelieveitsnotvaletudo
Installing the Chart
To install the chart with the release name my-release
:
helm install --name my-release billimek/icantbelieveitsnotvaletudo
Uninstalling the Chart
To uninstall/delete the my-release
deployment:
helm delete my-release --purge
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
Read through the values.yaml file. It has several commented out suggested values.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
. For example,
helm install --name my-release \
--set config.mqtt.broker_url="mqtt://mymqttbroker" \
billimek/icantbelieveitsnotvaletudo
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
helm install --name my-release -f values.yaml billimek/icantbelieveitsnotvaletudo