Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a77d69834f
commit
d68f283ad9
|
@ -1,3 +0,0 @@
|
|||
|
||||
|
||||
## [blocky-14.0.5](https://github.com/truecharts/charts/compare/blocky-14.0.4...blocky-14.0.5) (2024-03-06)
|
Binary file not shown.
|
@ -8,6 +8,36 @@ title: Changelog
|
|||
**Important:**
|
||||
|
||||
|
||||
## [teamspeak3-10.2.4](https://github.com/truecharts/charts/compare/teamspeak3-10.2.3...teamspeak3-10.2.4) (2024-03-06)
|
||||
|
||||
|
||||
## [teamspeak3-10.2.3](https://github.com/truecharts/charts/compare/teamspeak3-10.2.2...teamspeak3-10.2.3) (2024-03-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump everything to force helm release again
|
||||
|
||||
|
||||
## [teamspeak3-10.2.2](https://github.com/truecharts/charts/compare/teamspeak3-10.2.0...teamspeak3-10.2.2) (2024-03-05)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force rereleases
|
||||
|
||||
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- Add SSH Query Port to Chart and Questions.yaml ([#18942](https://github.com/truecharts/charts/issues/18942))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -67,34 +97,3 @@ title: Changelog
|
|||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [teamspeak3-9.1.6](https://github.com/truecharts/charts/compare/teamspeak3-9.1.5...teamspeak3-9.1.6) (2024-01-09)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
|
||||
|
||||
|
||||
## [teamspeak3-9.1.5](https://github.com/truecharts/charts/compare/teamspeak3-9.1.4...teamspeak3-9.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [teamspeak3-9.1.4](https://github.com/truecharts/charts/compare/teamspeak3-9.1.3...teamspeak3-9.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
|
@ -10,7 +10,7 @@ apiVersion: v2
|
|||
appVersion: 3.13.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.3
|
||||
version: 18.1.6
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3
|
||||
- https://hub.docker.com/_/teamspeak
|
||||
type: application
|
||||
version: 10.1.3
|
||||
version: 10.2.4
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
## [teamspeak3-10.2.4](https://github.com/truecharts/charts/compare/teamspeak3-10.2.3...teamspeak3-10.2.4) (2024-03-06)
|
Binary file not shown.
|
@ -28,6 +28,13 @@ service:
|
|||
main:
|
||||
port: 10011
|
||||
targetPort: 10011
|
||||
query:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 10022
|
||||
targetPort: 10022
|
||||
voice:
|
||||
enabled: true
|
||||
ports:
|
|
@ -289,8 +289,8 @@ questions:
|
|||
attrs:
|
||||
|
||||
- variable: main
|
||||
label: "Server Query Service"
|
||||
description: "The server query service of teamspeak3"
|
||||
label: "Server Query Service RAW"
|
||||
description: "The server query (RAW) service of teamspeak3"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -328,7 +328,7 @@ questions:
|
|||
attrs:
|
||||
|
||||
- variable: main
|
||||
label: "Server Query Service Port Configuration"
|
||||
label: "Server Query (RAW) Service Port Configuration"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -340,6 +340,59 @@ questions:
|
|||
type: int
|
||||
default: 10011
|
||||
required: true
|
||||
- variable: query
|
||||
label: "Server Query Service SSH"
|
||||
description: "The server query (SSH) service of teamspeak3"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Enable the Service
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: type
|
||||
label: Service Type
|
||||
description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer"
|
||||
schema:
|
||||
type: string
|
||||
default: LoadBalancer
|
||||
enum:
|
||||
- value: LoadBalancer
|
||||
description: LoadBalancer (Expose Ports)
|
||||
- value: ClusterIP
|
||||
description: ClusterIP (Do Not Expose Ports)
|
||||
|
||||
- variable: loadBalancerIP
|
||||
label: LoadBalancer IP
|
||||
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
|
||||
schema:
|
||||
show_if: [["type", "=", "LoadBalancer"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ports
|
||||
label: "Service's Port(s) Configuration"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
- variable: query
|
||||
label: "Server Query (SSH) Service Port Configuration"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: port
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10022
|
||||
required: true
|
||||
|
||||
- variable: voice
|
||||
label: "Voice Service"
|
||||
description: "The voice service of teamspeak3"
|
Loading…
Reference in New Issue