diff --git a/incubator/sshwifty/0.0.8/app-changelog.md b/incubator/sshwifty/0.0.8/app-changelog.md deleted file mode 100644 index 54bcf4a13ac..00000000000 --- a/incubator/sshwifty/0.0.8/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/incubator/sshwifty/0.0.8/CHANGELOG.md b/incubator/sshwifty/0.0.9/CHANGELOG.md similarity index 87% rename from incubator/sshwifty/0.0.8/CHANGELOG.md rename to incubator/sshwifty/0.0.9/CHANGELOG.md index eb1e5d8c271..1be40dab078 100644 --- a/incubator/sshwifty/0.0.8/CHANGELOG.md +++ b/incubator/sshwifty/0.0.9/CHANGELOG.md @@ -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) ### Chore diff --git a/incubator/sshwifty/0.0.8/Chart.yaml b/incubator/sshwifty/0.0.9/Chart.yaml similarity index 98% rename from incubator/sshwifty/0.0.8/Chart.yaml rename to incubator/sshwifty/0.0.9/Chart.yaml index 3017fce2bb9..7cc8d921b3c 100644 --- a/incubator/sshwifty/0.0.8/Chart.yaml +++ b/incubator/sshwifty/0.0.9/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/sshwifty - https://github.com/niruix/sshwifty type: application -version: 0.0.8 +version: 0.0.9 annotations: truecharts.org/catagories: | - ssh diff --git a/incubator/sshwifty/0.0.8/README.md b/incubator/sshwifty/0.0.9/README.md similarity index 100% rename from incubator/sshwifty/0.0.8/README.md rename to incubator/sshwifty/0.0.9/README.md diff --git a/incubator/sshwifty/0.0.9/app-changelog.md b/incubator/sshwifty/0.0.9/app-changelog.md new file mode 100644 index 00000000000..ea068c893d9 --- /dev/null +++ b/incubator/sshwifty/0.0.9/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/incubator/sshwifty/0.0.8/app-readme.md b/incubator/sshwifty/0.0.9/app-readme.md similarity index 100% rename from incubator/sshwifty/0.0.8/app-readme.md rename to incubator/sshwifty/0.0.9/app-readme.md diff --git a/incubator/sshwifty/0.0.8/charts/common-12.10.4.tgz b/incubator/sshwifty/0.0.9/charts/common-12.10.4.tgz similarity index 100% rename from incubator/sshwifty/0.0.8/charts/common-12.10.4.tgz rename to incubator/sshwifty/0.0.9/charts/common-12.10.4.tgz diff --git a/incubator/sshwifty/0.0.8/ix_values.yaml b/incubator/sshwifty/0.0.9/ix_values.yaml similarity index 87% rename from incubator/sshwifty/0.0.8/ix_values.yaml rename to incubator/sshwifty/0.0.9/ix_values.yaml index f7fdfb43853..9235d9c6c76 100644 --- a/incubator/sshwifty/0.0.8/ix_values.yaml +++ b/incubator/sshwifty/0.0.9/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/sshwifty pullPolicy: IfNotPresent - tag: latest@sha256:3f4f3c44825a1bf3b1320194077b9e1fda44b5ad30f9070c4db2a638512bbf10 + tag: vlatest@sha256:6e3b1db5e973f4177039fcca867f4a799ad71a691a9912a1110c1ded7165266e securityContext: container: @@ -42,7 +42,8 @@ workload: # SSHWIFTY_TLSCERTIFICATEFILE: "" # SSHWIFTY_TLSCERTIFICATEKEYFILE: "" # 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: main: diff --git a/incubator/sshwifty/0.0.8/questions.yaml b/incubator/sshwifty/0.0.9/questions.yaml similarity index 96% rename from incubator/sshwifty/0.0.8/questions.yaml rename to incubator/sshwifty/0.0.9/questions.yaml index ab7a508dca0..cf6289b6900 100644 --- a/incubator/sshwifty/0.0.8/questions.yaml +++ b/incubator/sshwifty/0.0.9/questions.yaml @@ -193,12 +193,6 @@ questions: schema: type: int 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 label: Extra Environment Variables @@ -690,63 +684,6 @@ questions: schema: type: string 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 label: Traefik Middlewares description: Add previously created Traefik Middlewares to this Ingress @@ -760,6 +697,70 @@ questions: 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 + 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 label: Add Manual Custom Ingresses group: Ingress diff --git a/incubator/sshwifty/0.0.8/templates/NOTES.txt b/incubator/sshwifty/0.0.9/templates/NOTES.txt similarity index 100% rename from incubator/sshwifty/0.0.8/templates/NOTES.txt rename to incubator/sshwifty/0.0.9/templates/NOTES.txt diff --git a/incubator/sshwifty/0.0.8/templates/common.yaml b/incubator/sshwifty/0.0.9/templates/common.yaml similarity index 100% rename from incubator/sshwifty/0.0.8/templates/common.yaml rename to incubator/sshwifty/0.0.9/templates/common.yaml diff --git a/incubator/sshwifty/0.0.8/values.yaml b/incubator/sshwifty/0.0.9/values.yaml similarity index 100% rename from incubator/sshwifty/0.0.8/values.yaml rename to incubator/sshwifty/0.0.9/values.yaml