Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0edc438338
commit
3222150957
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [sshwifty-0.0.8](https://github.com/truecharts/charts/compare/sshwifty-0.0.7...sshwifty-0.0.8) (2023-05-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [sshwifty-0.0.9](https://github.com/truecharts/charts/compare/sshwifty-0.0.8...sshwifty-0.0.9) (2023-05-30)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [sshwifty-0.0.8](https://github.com/truecharts/charts/compare/sshwifty-0.0.7...sshwifty-0.0.8) (2023-05-27)
|
## [sshwifty-0.0.8](https://github.com/truecharts/charts/compare/sshwifty-0.0.7...sshwifty-0.0.8) (2023-05-27)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -20,7 +20,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/sshwifty
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/sshwifty
|
||||||
- https://github.com/niruix/sshwifty
|
- https://github.com/niruix/sshwifty
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.8
|
version: 0.0.9
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- ssh
|
- ssh
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [sshwifty-0.0.9](https://github.com/truecharts/charts/compare/sshwifty-0.0.8...sshwifty-0.0.9) (2023-05-30)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/sshwifty
|
repository: tccr.io/truecharts/sshwifty
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:3f4f3c44825a1bf3b1320194077b9e1fda44b5ad30f9070c4db2a638512bbf10
|
tag: vlatest@sha256:6e3b1db5e973f4177039fcca867f4a799ad71a691a9912a1110c1ded7165266e
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
|
@ -42,7 +42,8 @@ workload:
|
||||||
# SSHWIFTY_TLSCERTIFICATEFILE: ""
|
# SSHWIFTY_TLSCERTIFICATEFILE: ""
|
||||||
# SSHWIFTY_TLSCERTIFICATEKEYFILE: ""
|
# SSHWIFTY_TLSCERTIFICATEKEYFILE: ""
|
||||||
# SSHWIFTY_PRESETS: [] json obj array https://github.com/nirui/sshwifty#configuration-file | preset section.
|
# SSHWIFTY_PRESETS: [] json obj array https://github.com/nirui/sshwifty#configuration-file | preset section.
|
||||||
SSHWIFTY_ONLYALLOWPRESETREMOTES: false
|
# Can not set this variable, only functional via config file.
|
||||||
|
# SSHWIFTY_ONLYALLOWPRESETREMOTES:
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -193,12 +193,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10
|
default: 10
|
||||||
- variable: SSHWIFTY_ONLYALLOWPRESETREMOTES
|
|
||||||
label: Only Allow Preset Remotes
|
|
||||||
description: Allow the Preset Remotes only, and refuse to connect to any other remote host.
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
|
|
||||||
- variable: envList
|
- variable: envList
|
||||||
label: Extra Environment Variables
|
label: Extra Environment Variables
|
||||||
|
@ -690,11 +684,43 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: middlewares
|
||||||
|
label: Traefik Middlewares
|
||||||
|
description: Add previously created Traefik Middlewares to this Ingress
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -735,31 +761,6 @@ questions:
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
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
|
|
||||||
label: Traefik Middlewares
|
|
||||||
description: Add previously created Traefik Middlewares to this Ingress
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: name
|
|
||||||
label: Name
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
- variable: ingressList
|
- variable: ingressList
|
||||||
label: Add Manual Custom Ingresses
|
label: Add Manual Custom Ingresses
|
||||||
group: Ingress
|
group: Ingress
|
Loading…
Reference in New Issue