Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
08a3e17e2f
commit
799af18409
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [external-service-9.0.0](https://github.com/truecharts/charts/compare/external-service-8.0.12...external-service-9.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [external-service-9.0.1](https://github.com/truecharts/charts/compare/external-service-9.0.0...external-service-9.0.1) (2023-04-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- protocol -> lower ([#7922](https://github.com/truecharts/charts/issues/7922))
|
||||
|
||||
|
||||
|
||||
|
||||
## [external-service-9.0.0](https://github.com/truecharts/charts/compare/external-service-8.0.12...external-service-9.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [external-service-8.0.4](https://github.com/truecharts/charts/compare/external-service-8.0.3...external-service-8.0.4) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [external-service-8.0.3](https://github.com/truecharts/charts/compare/external-service-8.0.2...external-service-8.0.3) (2022-12-13)
|
||||
|
||||
### Chore
|
|
@ -20,7 +20,7 @@ name: external-service
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/external-service
|
||||
type: application
|
||||
version: 9.0.0
|
||||
version: 9.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [external-service-9.0.1](https://github.com/truecharts/charts/compare/external-service-9.0.0...external-service-9.0.1) (2023-04-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- protocol -> lower ([#7922](https://github.com/truecharts/charts/issues/7922))
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ service:
|
|||
externalIP: "1.1.1.1"
|
||||
ports:
|
||||
main:
|
||||
Type: HTTPS
|
||||
protocol: https
|
||||
port: 10003
|
||||
targetPort: 443
|
||||
|
|
@ -106,15 +106,15 @@ questions:
|
|||
label: "Port Type"
|
||||
schema:
|
||||
type: string
|
||||
default: "HTTP"
|
||||
default: "http"
|
||||
enum:
|
||||
- value: HTTP
|
||||
- value: "http"
|
||||
description: "HTTP"
|
||||
- value: "HTTPS"
|
||||
- value: "https"
|
||||
description: "HTTPS"
|
||||
- value: TCP
|
||||
- value: tcp
|
||||
description: "TCP"
|
||||
- value: "UDP"
|
||||
- value: "udp"
|
||||
description: "UDP"
|
||||
- variable: port
|
||||
label: "Service Port"
|
Loading…
Reference in New Issue