* Update documentation for HA and Ingress
Signed-off-by: Jon Baker <jonbaker85@gmail.com>
* Bump chart version
Signed-off-by: Jon Baker <jonbaker85@gmail.com>
* Bump chart version
Signed-off-by: Jon Baker <jonbaker85@gmail.com>
* Added ability to control vscode arguments
Signed-off-by: Richard Cox <cox.richard200@gmail.com>
* Fixed helpers function to handle null and empty string vscode.args value
Signed-off-by: Richard Cox <cox.richard200@gmail.com>
Co-authored-by: Jeff Billimek <jeff@billimek.com>
* Added the ability to specify subPaths
I mount all my configs into a volume and keep each app under subPaths. By adding the ability of specifying a subpath here I can set hass to store its settings on its own folder.
thanks
* Update Chart.yaml
Version bumped
* Update deployment.yaml
Fixed a typo, the here the config sub path is for appdaemon and not vscode
* Update README.md
Added the new variables to the table
* Update README.md
Removed the git configSubPath because is the same as configSubPath. Same mount definition as the hass config. Also moved the configSubPath setting under persistence which makes more sense
* Update deployment.yaml
Changed configSubPath to be under persistence. Unified the git.configSubPath with the persistence one as they are the same.
* Update values.yaml
Added configSubPath to the values.yaml with a comment.
* Update Chart.yaml
Version bump
* Update values.yaml
trailing space... come on github editor you failed me
* Update values.yaml
Added the subpath setting under appDaemon
* Update values.yaml
trailing spaces... github editor needs an update
* Update values.yaml
grrr trailing spaces
Co-authored-by: Jeff Billimek <jeff@billimek.com>
* mass-rename of chart repo
* update all Chart.yaml files to replace references from old repo to new
repo
* update all Chart.yaml files to set apiVersion to v2 where necessary
* update all README.md files to replace references from old repo to new
repo
* fix teslamate dependencies for v2
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* enable dependent chart support for mariadb and postgres
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* forgot to include the values.yaml file in commit
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* default postgres persistence to disabled
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* bump chart version to 1.2.1
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* add commented out storageClass designations for both postgres and mariadb
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* bump chart version
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* bump chart, rename to full postgresql
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* bump chart
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* nested the postgres wrong, bumped chart version
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* revert to v1.2.0 for PR
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* fix name for postgresql in readme
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
Co-authored-by: Jeff Billimek <jeff@billimek.com>
* add esphome dependency to home-assistant
* bump chart apiVersion to v2
* We need to upgrade the Chart apiVersion to v2
Co-authored-by: Jeff Billimek <jeff@billimek.com>