Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b273ba3091
commit
ad2d9081e2
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [domoticz-4.0.18](https://github.com/truecharts/charts/compare/domoticz-4.0.17...domoticz-4.0.18) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [domoticz-4.0.19](https://github.com/truecharts/charts/compare/domoticz-4.0.18...domoticz-4.0.19) (2023-02-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/domoticz to v2023.1.20230214
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [domoticz-4.0.18](https://github.com/truecharts/charts/compare/domoticz-4.0.17...domoticz-4.0.18) (2023-02-10)
|
## [domoticz-4.0.18](https://github.com/truecharts/charts/compare/domoticz-4.0.17...domoticz-4.0.18) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [domoticz-4.0.9](https://github.com/truecharts/charts/compare/domoticz-4.0.8...domoticz-4.0.9) (2022-12-19)
|
## [domoticz-4.0.9](https://github.com/truecharts/charts/compare/domoticz-4.0.8...domoticz-4.0.9) (2022-12-19)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [domoticz-4.0.8](https://github.com/truecharts/charts/compare/domoticz-4.0.7...domoticz-4.0.8) (2022-12-15)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: domoticz
|
name: domoticz
|
||||||
version: 4.0.18
|
version: 4.0.19
|
||||||
appVersion: "2022.2.202"
|
appVersion: "2023.1.202"
|
||||||
description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more."
|
description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more."
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [domoticz-4.0.19](https://github.com/truecharts/charts/compare/domoticz-4.0.18...domoticz-4.0.19) (2023-02-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/domoticz to v2023.1.20230214
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/domoticz
|
repository: tccr.io/truecharts/domoticz
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2022.2.20230202@sha256:0c2869b385a1bdbc3225db8fb212de47170b4014505770e5836ab32ce9d50eb7
|
tag: 2023.1.20230214@sha256:1523e0a5e63521c91947a67da6294b748868b37edcc2db7016171f2163c943df
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
Loading…
Reference in New Issue