diff --git a/stable/guacd/5.0.9/CHANGELOG.md b/stable/guacd/5.0.10/CHANGELOG.md similarity index 85% rename from stable/guacd/5.0.9/CHANGELOG.md rename to stable/guacd/5.0.10/CHANGELOG.md index 595a2185d3..1f9221a494 100644 --- a/stable/guacd/5.0.9/CHANGELOG.md +++ b/stable/guacd/5.0.10/CHANGELOG.md @@ -4,6 +4,19 @@ +## [guacd-5.0.10](https://github.com/truecharts/charts/compare/guacd-5.0.9...guacd-5.0.10) (2023-05-28) + +### Chore + +- update container image tccr.io/truecharts/guacamole-server to v1.5.2 ([#9236](https://github.com/truecharts/charts/issues/9236)) + + ### Feat + +- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) + + + + ## [guacd-5.0.9](https://github.com/truecharts/charts/compare/guacd-5.0.8...guacd-5.0.9) (2023-05-27) ### Chore @@ -84,16 +97,3 @@ - -## [guacd-5.0.0](https://github.com/truecharts/charts/compare/guacd-4.0.9...guacd-5.0.0) (2023-04-29) - -### Feat - -- BREAKING CHANGE migrate to new common part 3 ([#8151](https://github.com/truecharts/charts/issues/8151)) - - - - -## [guacd-4.0.9](https://github.com/truecharts/charts/compare/guacd-4.0.8...guacd-4.0.9) (2023-02-20) - -### Chore diff --git a/stable/guacd/5.0.9/Chart.yaml b/stable/guacd/5.0.10/Chart.yaml similarity index 95% rename from stable/guacd/5.0.9/Chart.yaml rename to stable/guacd/5.0.10/Chart.yaml index b7090b7507..267950f87e 100644 --- a/stable/guacd/5.0.9/Chart.yaml +++ b/stable/guacd/5.0.10/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: guacd -version: 5.0.9 -appVersion: "1.5.1" +version: 5.0.10 +appVersion: "1.5.2" description: Guacd - Apache Guacamole is a clientless remote desktop gateway. type: application deprecated: false diff --git a/stable/guacd/5.0.9/README.md b/stable/guacd/5.0.10/README.md similarity index 100% rename from stable/guacd/5.0.9/README.md rename to stable/guacd/5.0.10/README.md diff --git a/stable/guacd/5.0.10/app-changelog.md b/stable/guacd/5.0.10/app-changelog.md new file mode 100644 index 0000000000..62e141c81e --- /dev/null +++ b/stable/guacd/5.0.10/app-changelog.md @@ -0,0 +1,13 @@ + + +## [guacd-5.0.10](https://github.com/truecharts/charts/compare/guacd-5.0.9...guacd-5.0.10) (2023-05-28) + +### Chore + +- update container image tccr.io/truecharts/guacamole-server to v1.5.2 ([#9236](https://github.com/truecharts/charts/issues/9236)) + + ### Feat + +- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) + + \ No newline at end of file diff --git a/stable/guacd/5.0.9/app-readme.md b/stable/guacd/5.0.10/app-readme.md similarity index 100% rename from stable/guacd/5.0.9/app-readme.md rename to stable/guacd/5.0.10/app-readme.md diff --git a/stable/guacd/5.0.9/charts/common-12.10.4.tgz b/stable/guacd/5.0.10/charts/common-12.10.4.tgz similarity index 100% rename from stable/guacd/5.0.9/charts/common-12.10.4.tgz rename to stable/guacd/5.0.10/charts/common-12.10.4.tgz diff --git a/stable/guacd/5.0.9/ix_values.yaml b/stable/guacd/5.0.10/ix_values.yaml similarity index 85% rename from stable/guacd/5.0.9/ix_values.yaml rename to stable/guacd/5.0.10/ix_values.yaml index 88cc3f6c91..dbab575aad 100644 --- a/stable/guacd/5.0.9/ix_values.yaml +++ b/stable/guacd/5.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/guacamole-server pullPolicy: IfNotPresent - tag: 1.5.1@sha256:d21e5defe00997811dd6822983fbe601e712520dc4a0425c65d13b224ca60b0d + tag: v1.5.2@sha256:f7f62adecb244a91c974ac0bab7376335304145789fb43baeff75c1e2c88c630 service: main: ports: diff --git a/stable/guacd/5.0.9/questions.yaml b/stable/guacd/5.0.10/questions.yaml similarity index 96% rename from stable/guacd/5.0.9/questions.yaml rename to stable/guacd/5.0.10/questions.yaml index b51f424c5f..5cfbb36443 100644 --- a/stable/guacd/5.0.9/questions.yaml +++ b/stable/guacd/5.0.10/questions.yaml @@ -651,63 +651,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 @@ -721,6 +664,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/stable/guacd/5.0.9/templates/NOTES.txt b/stable/guacd/5.0.10/templates/NOTES.txt similarity index 100% rename from stable/guacd/5.0.9/templates/NOTES.txt rename to stable/guacd/5.0.10/templates/NOTES.txt diff --git a/stable/guacd/5.0.9/templates/common.yaml b/stable/guacd/5.0.10/templates/common.yaml similarity index 100% rename from stable/guacd/5.0.9/templates/common.yaml rename to stable/guacd/5.0.10/templates/common.yaml diff --git a/stable/guacd/5.0.9/values.yaml b/stable/guacd/5.0.10/values.yaml similarity index 100% rename from stable/guacd/5.0.9/values.yaml rename to stable/guacd/5.0.10/values.yaml diff --git a/stable/guacd/5.0.9/app-changelog.md b/stable/guacd/5.0.9/app-changelog.md deleted file mode 100644 index 553205652a..0000000000 --- a/stable/guacd/5.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [guacd-5.0.9](https://github.com/truecharts/charts/compare/guacd-5.0.8...guacd-5.0.9) (2023-05-27) - -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - \ No newline at end of file