Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
c85a856e64
commit
900aeb91a9
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [custom-app-8.0.3](https://github.com/truecharts/charts/compare/custom-app-8.0.2...custom-app-8.0.3) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [custom-app-8.0.4](https://github.com/truecharts/charts/compare/custom-app-8.0.3...custom-app-8.0.4) (2023-05-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- allow service to be disabled
|
||||
|
||||
|
||||
|
||||
|
||||
## [custom-app-8.0.3](https://github.com/truecharts/charts/compare/custom-app-8.0.2...custom-app-8.0.3) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [custom-app-7.0.18](https://github.com/truecharts/charts/compare/custom-app-7.0.17...custom-app-7.0.18) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ name: custom-app
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
|
||||
type: application
|
||||
version: 8.0.3
|
||||
version: 8.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- custom
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [custom-app-8.0.4](https://github.com/truecharts/charts/compare/custom-app-8.0.3...custom-app-8.0.4) (2023-05-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- allow service to be disabled
|
||||
|
||||
|
|
@ -411,7 +411,6 @@ questions:
|
|||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: protocol
|
||||
label: "Port Type"
|
||||
schema:
|
Loading…
Reference in New Issue