charts/charts/stable/teslamate
renovate[bot] e853c19868
chore(deps): update helm chart common to v2.2.0 (#763)
* chore(deps): update helm chart common to v2.2.0

* Remove node taints

* [CI] Remove taints

* docs: update helm-docs

* Update README.md

* fix: bump non-common charts by patch

* fix: update whoogle to new common version

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
Co-authored-by: Devin Buhl <devin.kray@gmail.com>
2021-04-07 16:24:08 -04:00
..
templates [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
.helmignore [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
Chart.yaml chore(deps): update helm chart common to v2.2.0 (#763) 2021-04-07 16:24:08 -04:00
README_CHANGELOG.md.gotmpl [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
README_CONFIG.md.gotmpl [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
README.md chore(deps): update helm chart common to v2.2.0 (#763) 2021-04-07 16:24:08 -04:00
README.md.gotmpl chore(docs): update helm-docs [ci-skip] (#694) 2021-03-19 08:30:40 +01:00
values.yaml bump teslamate default image to 1.22.0 (#727) 2021-03-26 13:44:27 -04:00

teslamate

Version: 3.6.5 AppVersion: v1.22.0

A self-hosted data logger for your Tesla 🚘

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Dependencies

Repository Name Version
https://charts.bitnami.com/bitnami postgresql 10.3.15

TL;DR

helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install teslamate k8s-at-home/teslamate

Installing the Chart

To install the chart with the release name teslamate

helm install teslamate k8s-at-home/teslamate

Uninstalling the Chart

To uninstall the teslamate deployment

helm uninstall teslamate

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install teslamate \
  --set env.TZ="America/New York" \
    k8s-at-home/teslamate

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install teslamate k8s-at-home/teslamate -f values.yaml

Custom configuration

N/A

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
affinity object {}
checkOrigin bool false
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "teslamate/teslamate"
image.tag string "1.22.0"
ingress.annotations object {}
ingress.enabled bool false
ingress.hosts[0] string "chart-example.local"
ingress.path string "/"
ingress.tls list []
locale string "en"
mqtt.enabled bool false
mqtt.host string nil
mqtt.password string nil
mqtt.tls string nil
mqtt.tlsAcceptInvalid string nil
mqtt.username string nil
nameOverride string ""
nodeSelector object {}
postgresql.enabled bool true
postgresql.image.repository string "postgres"
postgresql.image.tag float 12.1
postgresql.persistence.accessModes[0] string "ReadWriteOnce"
postgresql.persistence.enabled bool true
postgresql.persistence.mountPath string "/data/"
postgresql.persistence.size string "8Gi"
postgresql.persistence.storageClass string nil
postgresql.postgresqlDataDir string "/data/pgdata"
postgresql.postgresqlDatabase string "teslamate"
postgresql.postgresqlPassword string "teslamate"
postgresql.postgresqlUsername string "teslamate"
probes.liveness.failureThreshold int 15
probes.liveness.periodSeconds int 10
probes.readiness.failureThreshold int 15
probes.readiness.periodSeconds int 10
probes.startup.failureThreshold int 30
probes.startup.initialDelaySeconds int 15
probes.startup.periodSeconds int 10
replicaCount int 1
resources object {}
service.port int 4000
service.type string "ClusterIP"
timeZone string "UTC"
tolerations list []
virtualHost string nil

Changelog

All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.6.1

Added

  • N/A

Changed

  • use helm-docs

Removed

  • N/A

Support


Autogenerated from chart metadata using helm-docs v1.5.0