Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
27e140e067
commit
4ed208c046
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [frigate-8.0.1](https://github.com/truecharts/charts/compare/frigate-8.0.0...frigate-8.0.1) (2023-06-04)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [frigate-8.0.2](https://github.com/truecharts/charts/compare/frigate-8.0.1...frigate-8.0.2) (2023-06-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix questions default value ([#9414](https://github.com/truecharts/charts/issues/9414))
|
||||
|
||||
|
||||
|
||||
|
||||
## [frigate-8.0.1](https://github.com/truecharts/charts/compare/frigate-8.0.0...frigate-8.0.1) (2023-06-04)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [frigate-5.0.11](https://github.com/truecharts/charts/compare/frigate-5.0.10...frigate-5.0.11) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [frigate-5.0.10](https://github.com/truecharts/charts/compare/frigate-5.0.9...frigate-5.0.10) (2022-12-13)
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/frigate
|
||||
- https://github.com/blakeblackshear/frigate
|
||||
type: application
|
||||
version: 8.0.1
|
||||
version: 8.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- nvr
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [frigate-8.0.2](https://github.com/truecharts/charts/compare/frigate-8.0.1...frigate-8.0.2) (2023-06-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix questions default value ([#9414](https://github.com/truecharts/charts/issues/9414))
|
||||
|
||||
|
|
@ -1173,7 +1173,7 @@ questions:
|
|||
type: int
|
||||
min: 1
|
||||
max: 31
|
||||
default: 8
|
||||
"null": true
|
||||
- variable: timestamp_style
|
||||
label: Timestamp Style
|
||||
schema:
|
Loading…
Reference in New Issue