Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-04-30 08:42:35 +00:00
parent d1ecb7a6d2
commit 9c2f104c13
13 changed files with 22 additions and 22 deletions

View File

@@ -4,6 +4,15 @@
## [zigbee2mqtt-7.0.10](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.9...zigbee2mqtt-7.0.10) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/zigbee2mqtt to v1.30.3 ([#8539](https://github.com/truecharts/charts/issues/8539))
## [zigbee2mqtt-7.0.9](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.8...zigbee2mqtt-7.0.9) (2023-04-25)
### Chore
@@ -88,12 +97,3 @@
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
## [zigbee2mqtt-6.0.15](https://github.com/truecharts/charts/compare/zigbee2mqtt-6.0.14...zigbee2mqtt-6.0.15) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.30.1"
appVersion: "1.30.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -20,7 +20,7 @@ name: zigbee2mqtt
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
- https://github.com/Koenkk/zigbee2mqtt
version: 7.0.9
version: 7.0.10
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [zigbee2mqtt-7.0.10](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.9...zigbee2mqtt-7.0.10) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/zigbee2mqtt to v1.30.3 ([#8539](https://github.com/truecharts/charts/issues/8539))

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/zigbee2mqtt
tag: 1.30.1@sha256:173e86807c6fe7ceef3c0716a539dee66d87bbf84303105d860a15a46b5df94f
tag: 1.30.3@sha256:85ab45363937b754843355cbeb6a8498dc44a66037288d34e8ab044f2a0d89fe
pullPolicy: IfNotPresent
service:
main:

View File

@@ -999,7 +999,7 @@ questions:
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
schema:
type: int
show_if: [["runAsUser", "=", "0"]]
show_if: [["runAsUser", "=", 0]]
default: 568
- variable: UMASK
label: UMASK

View File

@@ -1,9 +0,0 @@
## [zigbee2mqtt-7.0.9](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.8...zigbee2mqtt-7.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))