mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
teslamate chart migration (#134)
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
This commit is contained in:
parent
b1762aa3a0
commit
eb17f5b148
@ -1,12 +1,12 @@
|
||||
apiVersion: v1
|
||||
appVersion: "v1.13.2"
|
||||
appVersion: "v1.14.3"
|
||||
description: A self-hosted data logger for your Tesla 🚘
|
||||
name: teslamate
|
||||
version: 1.0.0
|
||||
version: 2.0.0
|
||||
keywords:
|
||||
- teslamate
|
||||
- tesla
|
||||
home: https://github.com/billimek/billimek-charts/tree/master/teslamate
|
||||
home: https://github.com/billimek/billimek-charts/tree/master/charts/teslamate
|
||||
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Tesla_Motors.svg/793px-Tesla_Motors.svg.png
|
||||
sources:
|
||||
- https://github.com/adriankumpf/teslamate
|
||||
|
@ -31,7 +31,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
## Configuration
|
||||
|
||||
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/teslamate/values.yaml) file. It has several commented out suggested values.
|
||||
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/teslamate/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,
|
||||
|
||||
|
@ -2,7 +2,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: teslamate/teslamate
|
||||
tag: 1.13.2
|
||||
tag: 1.14.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
Loading…
Reference in New Issue
Block a user