Skip to content

Commit

Permalink
Update home-ass, node-red and telsamate
Browse files Browse the repository at this point in the history
  • Loading branch information
egeback committed Apr 30, 2024
1 parent 1ff08db commit 2ecd0bb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
6 changes: 3 additions & 3 deletions charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 2024.4.3
appVersion: 2024.4.4
description: Home Assistant helm package
name: home-assistant
version: 1.1.4
version: 1.1.5
kubeVersion: ">=1.16.0-0"
keywords:
- home-assistant
Expand Down Expand Up @@ -32,5 +32,5 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Update to home-assistant version 2024.4.3
description: Update to home-assistant version 2024.4.4
2 changes: 1 addition & 1 deletion charts/home-assistant/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# home-assistant

![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![AppVersion: 2024.4.3](https://img.shields.io/badge/AppVersion-2024.4.3-informational?style=flat-square)
![Version: 1.1.5](https://img.shields.io/badge/Version-1.1.5-informational?style=flat-square) ![AppVersion: 2024.4.4](https://img.shields.io/badge/AppVersion-2024.4.4-informational?style=flat-square)

Home Assistant helm package

Expand Down
6 changes: 3 additions & 3 deletions charts/node-red/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 3.1.8
appVersion: 3.1.9
description: Node-RED is low-code programming for event-driven applications
name: node-red
version: 1.1.1
version: 1.1.2
kubeVersion: ">=1.16.0-0"
keywords:
- node-red
Expand All @@ -21,4 +21,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Fix notes
description: Update node red to 3.1.9
2 changes: 1 addition & 1 deletion charts/node-red/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: 3.1.8](https://img.shields.io/badge/AppVersion-3.1.8-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 3.1.9](https://img.shields.io/badge/AppVersion-3.1.9-informational?style=flat-square)

Node-RED is low-code programming for event-driven applications

Expand Down
6 changes: 2 additions & 4 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.28.5
description: "A self-hosted data logger for your Tesla \U0001F698"
name: teslamate
version: 1.0.20
version: 1.0.21
keywords:
- teslamate
- tesla
Expand All @@ -26,6 +26,4 @@ maintainers:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update base chart to 3.0.4
- kind: changed
description: Update teslamateapi to 1.17.2
description: Update base chart to teslamate-agile to v1.14.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.20](https://img.shields.io/badge/Version-1.0.20-informational?style=flat-square) ![AppVersion: 1.28.5](https://img.shields.io/badge/AppVersion-1.28.5-informational?style=flat-square)
![Version: 1.0.21](https://img.shields.io/badge/Version-1.0.21-informational?style=flat-square) ![AppVersion: 1.28.5](https://img.shields.io/badge/AppVersion-1.28.5-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.13.0"` | |
| controllers.main.containers.teslamateagile.image.tag | string | `"v1.14.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.13.0
tag: v1.14.0
env:
DATABASE_USER: "{{ .Values.postgresql.auth.username }}"
DATABASE_PASS: "{{ .Values.postgresql.auth.postgresPassword }}"
Expand Down

0 comments on commit 2ecd0bb

Please sign in to comment.