Skip to content

Commit

Permalink
Update teslamateagile to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egeback committed Dec 20, 2024
1 parent b631f6b commit 5bc4234
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/teslamate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.32.0
description: "A self-hosted data logger for your Tesla \U0001F698"
name: teslamate
version: 1.0.34
version: 1.0.35
keywords:
- teslamate
- tesla
Expand All @@ -26,5 +26,5 @@ maintainers:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update teslamateapi to 1.20.1
description: Update teslamateagile to v1.17.0
4 changes: 2 additions & 2 deletions charts/teslamate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# teslamate

![Version: 1.0.34](https://img.shields.io/badge/Version-1.0.34-informational?style=flat-square) ![AppVersion: 1.32.0](https://img.shields.io/badge/AppVersion-1.32.0-informational?style=flat-square)
![Version: 1.0.35](https://img.shields.io/badge/Version-1.0.35-informational?style=flat-square) ![AppVersion: 1.32.0](https://img.shields.io/badge/AppVersion-1.32.0-informational?style=flat-square)

A self-hosted data logger for your Tesla 🚘

Expand Down Expand Up @@ -63,7 +63,7 @@ A self-hosted data logger for your Tesla 🚘
| controllers.main.containers.teslamateagile.env.TeslaMate__UpdateIntervalSeconds | int | `300` | |
| controllers.main.containers.teslamateagile.env.Tibber__AccessToken | string | `"MyAccessToken"` | |
| controllers.main.containers.teslamateagile.image.repository | string | `"mattjeanes/teslamateagile"` | |
| controllers.main.containers.teslamateagile.image.tag | string | `"v1.16.0"` | |
| controllers.main.containers.teslamateagile.image.tag | string | `"v1.17.0"` | |
| controllers.main.containers.teslamateapi.enabled | bool | `false` | |
| controllers.main.containers.teslamateapi.env.DATABASE_HOST | string | `"{{ .Values.controllers.main.containers.main.DATABASE_HOST }}"` | |
| controllers.main.containers.teslamateapi.env.DATABASE_NAME | string | `"{{ .Values.postgresql.auth.database }}"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/teslamate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ controllers:
enabled: false
image:
repository: mattjeanes/teslamateagile
tag: v1.16.0
tag: v1.17.0
env:
DATABASE_USER: "{{ .Values.postgresql.auth.username }}"
DATABASE_PASS: "{{ .Values.postgresql.auth.postgresPassword }}"
Expand Down

0 comments on commit 5bc4234

Please sign in to comment.