Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b241d9e4f6
commit
58c8adcf1b
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ring-mqtt-4.0.10](https://github.com/truecharts/charts/compare/ring-mqtt-4.0.9...ring-mqtt-4.0.10) (2023-05-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ring-mqtt to v5.2.2 ([#8659](https://github.com/truecharts/charts/issues/8659))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ring-mqtt-4.0.9](https://github.com/truecharts/charts/compare/ring-mqtt-4.0.8...ring-mqtt-4.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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ring-mqtt-3.0.11](https://github.com/truecharts/charts/compare/ring-mqtt-3.0.10...ring-mqtt-3.0.11) (2023-02-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ring-mqtt to v5.1.3
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "5.1.3"
|
||||
appVersion: "5.2.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt
|
||||
- https://github.com/tsightler/ring-mqtt
|
||||
type: application
|
||||
version: 4.0.9
|
||||
version: 4.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- HomeAutomation
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [ring-mqtt-4.0.10](https://github.com/truecharts/charts/compare/ring-mqtt-4.0.9...ring-mqtt-4.0.10) (2023-05-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ring-mqtt to v5.2.2 ([#8659](https://github.com/truecharts/charts/issues/8659))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/ring-mqtt
|
||||
tag: 5.1.3@sha256:2188ec3b1d0ffc38e91bc212e72c52c9c5cebd9a64a1b71d3ee1e3a8089ac083
|
||||
tag: 5.2.2@sha256:d37aaf2b679a976b32278a01c8ed371dc89d32a22b417dcbae04839331371480
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -764,7 +764,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
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ring-mqtt-4.0.9](https://github.com/truecharts/charts/compare/ring-mqtt-4.0.8...ring-mqtt-4.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
Loading…
Reference in New Issue