diff --git a/charts/frigate/Chart.yaml b/charts/frigate/Chart.yaml index a0fe289d..061487d7 100644 --- a/charts/frigate/Chart.yaml +++ b/charts/frigate/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "0.5.2" +appVersion: "0.6.0" description: Realtime object detection on RTSP cameras with the Google Coral name: frigate -version: 4.0.0 +version: 4.0.1 keywords: - tensorflow - coral diff --git a/charts/frigate/values.yaml b/charts/frigate/values.yaml index 370faea9..875f6a50 100644 --- a/charts/frigate/values.yaml +++ b/charts/frigate/values.yaml @@ -9,7 +9,7 @@ strategyType: Recreate image: repository: blakeblackshear/frigate - tag: 0.5.2 + tag: 0.6.0 pullPolicy: IfNotPresent rtspPassword: password diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 7cff6eb5..7253d83e 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.115.2 +appVersion: 0.116.1 description: Home Assistant name: home-assistant -version: 2.5.0 +version: 2.5.1 keywords: - home-assistant - hass diff --git a/charts/home-assistant/values.yaml b/charts/home-assistant/values.yaml index 6899ae6a..97bea448 100644 --- a/charts/home-assistant/values.yaml +++ b/charts/home-assistant/values.yaml @@ -4,7 +4,7 @@ image: repository: homeassistant/home-assistant - tag: 0.115.2 + tag: 0.116.1 pullPolicy: IfNotPresent pullSecrets: [] diff --git a/charts/plex/Chart.yaml b/charts/plex/Chart.yaml index c2bf4795..cc76a565 100644 --- a/charts/plex/Chart.yaml +++ b/charts/plex/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.20.1.3252 +appVersion: 1.20.2.3402 description: Plex Media Server name: plex -version: 2.0.3 +version: 2.0.4 keywords: - plex home: https://plex.tv/ diff --git a/charts/plex/values.yaml b/charts/plex/values.yaml index 0e808af4..58986be4 100644 --- a/charts/plex/values.yaml +++ b/charts/plex/values.yaml @@ -6,7 +6,7 @@ image: repository: plexinc/pms-docker - tag: 1.20.1.3252-a78fef9a9 + tag: 1.20.2.3402-0fec14d92 pullPolicy: IfNotPresent ##### START --> Official PLEX container environment variables diff --git a/charts/teslamate/Chart.yaml b/charts/teslamate/Chart.yaml index 5b8f5a64..77b11c5e 100644 --- a/charts/teslamate/Chart.yaml +++ b/charts/teslamate/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v1.19.3 +appVersion: v1.20.0 description: A self-hosted data logger for your Tesla 🚘 name: teslamate -version: 3.0.1 +version: 3.0.2 keywords: - teslamate - tesla @@ -12,8 +12,8 @@ sources: - https://github.com/adriankumpf/teslamate dependencies: - name: postgresql - version: 8.1.0 - repository: https://kubernetes-charts.storage.googleapis.com/ + version: 9.1.2 + repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled maintainers: - name: billimek diff --git a/charts/teslamate/values.yaml b/charts/teslamate/values.yaml index 84987a49..bc533ea4 100644 --- a/charts/teslamate/values.yaml +++ b/charts/teslamate/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: teslamate/teslamate - tag: 1.19.3 + tag: 1.20.0 pullPolicy: IfNotPresent nameOverride: "" @@ -81,54 +81,21 @@ tolerations: [] affinity: {} -## Configuration values for the postgresql dependency. -## Ref: https://github.com/helm/charts/blob/master/stable/postgresql/README.md +# Configuration values for the postgresql dependency. +# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql postgresql: + enabled: true + postgresqlUsername: teslamate + postgresqlPassword: teslamate + postgresqlDatabase: teslamate image: repository: postgres tag: 12.1 postgresqlDataDir: "/data/pgdata" - - ### PostgreSQL User to create. - ## - postgresqlUsername: teslamate - - ## PostgreSQL Password for the new user. - ## If not set, a random 10 characters password will be used. - ## - postgresqlPassword: teslamate - - ## PostgreSQL Database to create. - ## - postgresqlDatabase: teslamate - - ## Persistent Volume Storage configuration for PostgreSQL. - ## - ## Ref: https://kubernetes.io/docs/user-guide/persistent-volumes - ## persistence: - ## Enable PostgreSQL persistence using Persistent Volume Claims. - ## enabled: true - - ## Persistent Volume Storage Class to be used by PersistentVolumes created - ## for PostgreSQL. - ## - ## If defined, storageClassName: - ## If set to "-", storageClassName: "", which disables dynamic provisioning - ## If undefined (the default) or set to null, no storageClassName spec is - ## set, choosing the default provisioner. (gp2 on AWS, standard on - ## GKE, AWS & OpenStack) - ## storageClass: - - ## Persistent Volume Access Mode. - ## accessModes: - ReadWriteOnce - - ## Persistent Volume Storage Size. - ## size: 8Gi - mountPath: "/data/"