Skip to content

Commit

Permalink
update uptime-kuma and home-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
egeback committed Apr 4, 2024
1 parent 5ca05fd commit b128b36
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
14 changes: 5 additions & 9 deletions charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 2024.3.3
appVersion: 2024.4
description: Home Assistant helm package
name: home-assistant
version: 1.1.1
version: 1.1.2
kubeVersion: ">=1.16.0-0"
keywords:
- home-assistant
Expand All @@ -16,7 +16,7 @@ maintainers:
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
version: 3.0.4
version: 3.1.0
- name: postgresql
version: 15.1.4
repository: https://charts.bitnami.com/bitnami
Expand All @@ -32,11 +32,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Update to helm chart base to 3.0.4
description: Update to helm chart base to 3.1.0
- kind: changed
description: Update to postgres chart to 15.1.4
- kind: changed
description: Update to mariadb chart to 17.0.1
- kind: changed
description: Update to influxdb chart to 6.0.3
description: Update to home-assistant version 2024.4
4 changes: 2 additions & 2 deletions charts/home-assistant/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# home-assistant

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

Home Assistant helm package

Expand All @@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://bjw-s.github.io/helm-charts | common | 3.0.4 |
| https://bjw-s.github.io/helm-charts | common | 3.1.0 |
| https://charts.bitnami.com/bitnami | influxdb | 6.0.3 |
| https://charts.bitnami.com/bitnami | mariadb | 17.0.1 |
| https://charts.bitnami.com/bitnami | postgresql | 15.1.4 |
Expand Down
4 changes: 2 additions & 2 deletions charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.23.11-alpine
description: A fancy self-hosted monitoring tool for your websites and applications
name: uptime-kuma
version: 1.1.1
version: 1.1.2
kubeVersion: ">=1.16.0-0"
keywords:
- uptime-kuma
Expand All @@ -17,7 +17,7 @@ sources:
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
version: 3.0.4
version: 3.1.0
maintainers:
- name: egeback
email: marky@egeback.se
Expand Down
17 changes: 9 additions & 8 deletions charts/uptime-kuma/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# uptime-kuma

![Version: 1.0.13](https://img.shields.io/badge/Version-1.0.13-informational?style=flat-square) ![AppVersion: 1.23.11-alpine](https://img.shields.io/badge/AppVersion-1.23.11--alpine-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 1.23.11-alpine](https://img.shields.io/badge/AppVersion-1.23.11--alpine-informational?style=flat-square)

A fancy self-hosted monitoring tool for your websites and applications

Expand All @@ -22,20 +22,21 @@ Kubernetes: `>=1.16.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://bjw-s.github.io/helm-charts | common | 1.5.1 |
| https://bjw-s.github.io/helm-charts | common | 3.1.0 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.TZ | string | `"UTC"` | Set the container timezone |
| env.UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN | int | `0` | Set the frame same-origin policy (int) |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"louislam/uptime-kuma"` | image repository |
| image.tag | string | chart.appVersion | image tag |
| controllers.main.containers.main.env.DATA_DIR | string | `"/data"` | Set the data dir |
| controllers.main.containers.main.env.TZ | string | `"UTC"` | Set the container timezone |
| controllers.main.containers.main.env.UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN | int | `0` | Set the frame same-origin policy (int) |
| controllers.main.containers.main.image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| controllers.main.containers.main.image.repository | string | `"louislam/uptime-kuma"` | image repository |
| controllers.main.containers.main.image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)

0 comments on commit b128b36

Please sign in to comment.