diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 214ea7d..484d815 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -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 @@ -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 diff --git a/charts/home-assistant/README.md b/charts/home-assistant/README.md index 99ad780..ce539cd 100644 --- a/charts/home-assistant/README.md +++ b/charts/home-assistant/README.md @@ -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 diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index 4b41c1b..0f5db2f 100644 --- a/charts/node-red/Chart.yaml +++ b/charts/node-red/Chart.yaml @@ -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 @@ -21,4 +21,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Fix notes \ No newline at end of file + description: Update node red to 3.1.9 \ No newline at end of file diff --git a/charts/node-red/README.md b/charts/node-red/README.md index 1bd3878..7cedf36 100644 --- a/charts/node-red/README.md +++ b/charts/node-red/README.md @@ -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 diff --git a/charts/teslamate/Chart.yaml b/charts/teslamate/Chart.yaml index 975523b..1784aed 100644 --- a/charts/teslamate/Chart.yaml +++ b/charts/teslamate/Chart.yaml @@ -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 @@ -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 diff --git a/charts/teslamate/README.md b/charts/teslamate/README.md index c69b3b2..43c766d 100644 --- a/charts/teslamate/README.md +++ b/charts/teslamate/README.md @@ -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 🚘 @@ -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 }}"` | | diff --git a/charts/teslamate/values.yaml b/charts/teslamate/values.yaml index 1505429..ff4f0f1 100644 --- a/charts/teslamate/values.yaml +++ b/charts/teslamate/values.yaml @@ -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 }}"