[homebridge] switch image to oznu's new ghcr repo (#1120)

This commit is contained in:
j_r0dd 2021-08-16 08:40:18 -04:00 committed by GitHub
parent 1ab2028a14
commit 52afc309db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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