Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-04-11 15:31:57 +00:00
parent 08a3e17e2f
commit 799af18409
12 changed files with 25 additions and 25 deletions

View File

@ -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))

View File

@ -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

View File

@ -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

View File

@ -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))

View File

@ -10,7 +10,7 @@ service:
externalIP: "1.1.1.1"
ports:
main:
Type: HTTPS
protocol: https
port: 10003
targetPort: 443

View File

@ -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"