Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-29 11:43:17 +00:00
parent c158908522
commit aa22eea1b2
12 changed files with 93 additions and 82 deletions

View File

@ -1,9 +0,0 @@
## [crafty-4-3.0.18](https://github.com/truecharts/charts/compare/crafty-4-3.0.17...crafty-4-3.0.18) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [crafty-4-3.0.19](https://github.com/truecharts/charts/compare/crafty-4-3.0.18...crafty-4-3.0.19) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/crafty-4 to v4.1.1 ([#9263](https://github.com/truecharts/charts/issues/9263))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [crafty-4-3.0.18](https://github.com/truecharts/charts/compare/crafty-4-3.0.17...crafty-4-3.0.18) (2023-05-27) ## [crafty-4-3.0.18](https://github.com/truecharts/charts/compare/crafty-4-3.0.17...crafty-4-3.0.18) (2023-05-27)
### Chore ### Chore
@ -84,16 +97,3 @@
## [crafty-4-3.0.9](https://github.com/truecharts/charts/compare/crafty-4-3.0.8...crafty-4-3.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
## [crafty-4-3.0.8](https://github.com/truecharts/charts/compare/crafty-4-3.0.7...crafty-4-3.0.8) (2023-04-25)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "4.0.22" appVersion: "4.1.1"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -23,7 +23,7 @@ sources:
- https://craftycontrol.com/ - https://craftycontrol.com/
- https://gitlab.com/crafty-controller/crafty-4 - https://gitlab.com/crafty-controller/crafty-4
type: application type: application
version: 3.0.18 version: 3.0.19
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers

View File

@ -0,0 +1,13 @@
## [crafty-4-3.0.19](https://github.com/truecharts/charts/compare/crafty-4-3.0.18...crafty-4-3.0.19) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/crafty-4 to v4.1.1 ([#9263](https://github.com/truecharts/charts/issues/9263))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,7 +1,7 @@
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/crafty-4 repository: tccr.io/truecharts/crafty-4
tag: 4.0.22@sha256:de9cc6d768ca5fb3e73c8c22607f5d364ab9c3c4e81d5343d3b621900d970f03 tag: v4.1.1@sha256:89747d4a0df306f0d49f7a247cd279132a828fb190b2fbae231ef2725e8d7e4b
securityContext: securityContext:
container: container:

View File

@ -1166,63 +1166,6 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares - variable: middlewares
label: Traefik Middlewares label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress description: Add previously created Traefik Middlewares to this Ingress
@ -1236,6 +1179,70 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList - variable: ingressList
label: Add Manual Custom Ingresses label: Add Manual Custom Ingresses
group: Ingress group: Ingress