From eb17f5b148bc5b47bc0bdd1c40c8f28796db349a Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 10 Jan 2020 16:34:09 -0500 Subject: [PATCH] teslamate chart migration (#134) Signed-off-by: Jeff Billimek --- charts/teslamate/Chart.yaml | 6 +++--- charts/teslamate/README.md | 2 +- charts/teslamate/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/teslamate/Chart.yaml b/charts/teslamate/Chart.yaml index efa8bd50..b2230b5d 100644 --- a/charts/teslamate/Chart.yaml +++ b/charts/teslamate/Chart.yaml @@ -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 diff --git a/charts/teslamate/README.md b/charts/teslamate/README.md index c6802662..eec54891 100644 --- a/charts/teslamate/README.md +++ b/charts/teslamate/README.md @@ -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, diff --git a/charts/teslamate/values.yaml b/charts/teslamate/values.yaml index adb24ba1..26c495e7 100644 --- a/charts/teslamate/values.yaml +++ b/charts/teslamate/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: teslamate/teslamate - tag: 1.13.2 + tag: 1.14.3 pullPolicy: IfNotPresent nameOverride: ""