Skip to content

Commit

Permalink
Update teslamateapi to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
egeback committed Dec 20, 2024
1 parent 495e1da commit b631f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/teslamate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ maintainers:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update teslamate to 1.32.0
description: Update teslamateapi to 1.20.1
2 changes: 1 addition & 1 deletion charts/teslamate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ A self-hosted data logger for your Tesla 🚘
| controllers.main.containers.teslamateapi.env.MQTT_HOST | string | `"{{ .Values.controllers.main.containers.main.MQTT_HOST }}"` | |
| controllers.main.containers.teslamateapi.env.TZ | string | `"{{ .Values.controllers.main.containers.main.env.TZ }}"` | MQTT password MQTT_PASSWORD: |
| controllers.main.containers.teslamateapi.image.repository | string | `"tobiasehlert/teslamateapi"` | |
| controllers.main.containers.teslamateapi.image.tag | string | `"1.18.3"` | |
| controllers.main.containers.teslamateapi.image.tag | string | `"1.20.1"` | |
| controllers.main.containers.teslamateapi.name | string | `"teslamateapi"` | |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| ingress.teslamate-api.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/teslamate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ controllers:
name: teslamateapi
image:
repository: tobiasehlert/teslamateapi
tag: 1.18.3
tag: 1.20.1
env:
ENCRYPTION_KEY: "{{ .Values.controllers.main.containers.main.env.ENCRYPTION_KEY }}"
DATABASE_USER: "{{ .Values.postgresql.auth.username }}"
Expand Down

0 comments on commit b631f6b

Please sign in to comment.