diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml index 14193d35..6ffcb764 100644 --- a/charts/stable/homebridge/Chart.yaml +++ b/charts/stable/homebridge/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.0 description: A lightweight NodeJS server that emulates the iOS HomeKit API name: homebridge -version: 4.0.0 +version: 4.1.0 kubeVersion: ">=1.16.0-0" keywords: - homebridge diff --git a/charts/stable/homebridge/README.md b/charts/stable/homebridge/README.md index 3eccae7e..e55a7882 100644 --- a/charts/stable/homebridge/README.md +++ b/charts/stable/homebridge/README.md @@ -1,6 +1,6 @@ # homebridge -![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square) +![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square) A lightweight NodeJS server that emulates the iOS HomeKit API @@ -84,8 +84,8 @@ N/A | env.TZ | string | `"UTC"` | Set the container timezone | | hostNetwork | bool | `false` | Enable hostNetwork - needed for discovery to work | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"oznu/homebridge"` | image repository | -| image.tag | string | `"4.0.0"` | image tag | +| image.repository | string | `"ghcr.io/oznu/homebridge"` | image repository | +| image.tag | string | `"latest@sha256:4703dca68510307587361f4312e6bad0e765e85f8986a7517e0f393d8d0e2410"` | 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. | @@ -96,6 +96,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [4.1.0] + +#### Changed + +- Moved image to Oznu's GHCR mirror. + ### [4.0.0] #### Changed @@ -116,6 +122,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - **BREAKING** Migrate to the common library, a lot of configuration has changed. +[4.1.0]: #410 [4.0.0]: #400 [3.0.0]: #300 [2.0.0]: #200 diff --git a/charts/stable/homebridge/README_CHANGELOG.md.gotmpl b/charts/stable/homebridge/README_CHANGELOG.md.gotmpl index 28b7cbd6..09bb47c4 100644 --- a/charts/stable/homebridge/README_CHANGELOG.md.gotmpl +++ b/charts/stable/homebridge/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [4.1.0] + +#### Changed + +- Moved image to Oznu's GHCR mirror. + ### [4.0.0] #### Changed @@ -29,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - **BREAKING** Migrate to the common library, a lot of configuration has changed. +[4.1.0]: #410 [4.0.0]: #400 [3.0.0]: #300 [2.0.0]: #200 diff --git a/charts/stable/homebridge/values.yaml b/charts/stable/homebridge/values.yaml index 33cbd5b1..834e8634 100644 --- a/charts/stable/homebridge/values.yaml +++ b/charts/stable/homebridge/values.yaml @@ -7,9 +7,9 @@ image: # -- image repository - repository: oznu/homebridge + repository: ghcr.io/oznu/homebridge # -- image tag - tag: 4.0.0 + tag: latest@sha256:4703dca68510307587361f4312e6bad0e765e85f8986a7517e0f393d8d0e2410 # -- image pull policy pullPolicy: IfNotPresent