diff --git a/stable/kasm/3.2.3/app-changelog.md b/stable/kasm/3.2.3/app-changelog.md deleted file mode 100644 index 593f9a64b4..0000000000 --- a/stable/kasm/3.2.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [kasm-3.2.3](https://github.com/truecharts/charts/compare/kasm-3.2.2...kasm-3.2.3) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/stable/kasm/3.2.3/CHANGELOG.md b/stable/kasm/3.2.4/CHANGELOG.md similarity index 89% rename from stable/kasm/3.2.3/CHANGELOG.md rename to stable/kasm/3.2.4/CHANGELOG.md index 47b5cc0f9c..77c2b379ee 100644 --- a/stable/kasm/3.2.3/CHANGELOG.md +++ b/stable/kasm/3.2.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [kasm-3.2.4](https://github.com/truecharts/charts/compare/kasm-3.2.3...kasm-3.2.4) (2023-02-02) + +### Chore + +- Add basic Kasm installation information ([#6819](https://github.com/truecharts/charts/issues/6819)) + + + + ## [kasm-3.2.3](https://github.com/truecharts/charts/compare/kasm-3.2.2...kasm-3.2.3) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ ## [kasm-3.1.1](https://github.com/truecharts/charts/compare/kasm-3.1.0...kasm-3.1.1) (2022-11-30) - - - - -## [kasm-3.1.1](https://github.com/truecharts/charts/compare/kasm-3.1.0...kasm-3.1.1) (2022-11-30) - - - - diff --git a/stable/kasm/3.2.3/Chart.yaml b/stable/kasm/3.2.4/Chart.yaml similarity index 93% rename from stable/kasm/3.2.3/Chart.yaml rename to stable/kasm/3.2.4/Chart.yaml index 49271472e1..12a1e4ba15 100644 --- a/stable/kasm/3.2.3/Chart.yaml +++ b/stable/kasm/3.2.4/Chart.yaml @@ -23,8 +23,9 @@ maintainers: name: kasm sources: - https://github.com/truecharts/charts/tree/master/charts/stable/kasm + - https://hub.docker.com/kasmweb/workspaces - https://www.kasmweb.com/ - https://github.com/orgs/linuxserver/packages/container/package/kasm - https://github.com/linuxserver/docker-kasm#readme type: application -version: 3.2.3 +version: 3.2.4 diff --git a/stable/kasm/3.2.3/README.md b/stable/kasm/3.2.4/README.md similarity index 100% rename from stable/kasm/3.2.3/README.md rename to stable/kasm/3.2.4/README.md diff --git a/stable/kasm/3.2.4/app-changelog.md b/stable/kasm/3.2.4/app-changelog.md new file mode 100644 index 0000000000..2a126caef2 --- /dev/null +++ b/stable/kasm/3.2.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [kasm-3.2.4](https://github.com/truecharts/charts/compare/kasm-3.2.3...kasm-3.2.4) (2023-02-02) + +### Chore + +- Add basic Kasm installation information ([#6819](https://github.com/truecharts/charts/issues/6819)) + + \ No newline at end of file diff --git a/stable/kasm/3.2.3/app-readme.md b/stable/kasm/3.2.4/app-readme.md similarity index 73% rename from stable/kasm/3.2.3/app-readme.md rename to stable/kasm/3.2.4/app-readme.md index b19d6c7852..423555a757 100644 --- a/stable/kasm/3.2.3/app-readme.md +++ b/stable/kasm/3.2.4/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/kasm/3.2.3/charts/common-11.1.2.tgz b/stable/kasm/3.2.4/charts/common-11.1.2.tgz similarity index 100% rename from stable/kasm/3.2.3/charts/common-11.1.2.tgz rename to stable/kasm/3.2.4/charts/common-11.1.2.tgz diff --git a/stable/kasm/3.2.3/ix_values.yaml b/stable/kasm/3.2.4/ix_values.yaml similarity index 100% rename from stable/kasm/3.2.3/ix_values.yaml rename to stable/kasm/3.2.4/ix_values.yaml diff --git a/stable/kasm/3.2.3/questions.yaml b/stable/kasm/3.2.4/questions.yaml similarity index 95% rename from stable/kasm/3.2.3/questions.yaml rename to stable/kasm/3.2.4/questions.yaml index 9ad010b096..2771ebd40a 100644 --- a/stable/kasm/3.2.3/questions.yaml +++ b/stable/kasm/3.2.4/questions.yaml @@ -722,10 +722,17 @@ questions: type: string required: true default: Prefix + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list + show_if: [["clusterIssuer", "=", ""]] default: [] items: - variable: tlsEntry @@ -746,12 +753,26 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + + - variable: clusterIssuer + 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: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: string + default: "" - variable: entrypoint label: (Advanced) Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -863,11 +884,18 @@ questions: label: Service Port schema: type: int + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list default: [] + show_if: [["clusterIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -887,12 +915,25 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + - variable: clusterIssuer + 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: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -1119,58 +1160,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/stable/kasm/3.2.3/templates/_hostPathMounts.tpl b/stable/kasm/3.2.4/templates/_hostPathMounts.tpl similarity index 100% rename from stable/kasm/3.2.3/templates/_hostPathMounts.tpl rename to stable/kasm/3.2.4/templates/_hostPathMounts.tpl diff --git a/stable/kasm/3.2.3/templates/common.yaml b/stable/kasm/3.2.4/templates/common.yaml similarity index 100% rename from stable/kasm/3.2.3/templates/common.yaml rename to stable/kasm/3.2.4/templates/common.yaml diff --git a/stable/kasm/3.2.3/values.yaml b/stable/kasm/3.2.4/values.yaml similarity index 100% rename from stable/kasm/3.2.3/values.yaml rename to stable/kasm/3.2.4/values.yaml