diff --git a/stable/guacamole-client/1.0.0/CHANGELOG.md b/stable/guacamole-client/1.0.1/CHANGELOG.md similarity index 72% rename from stable/guacamole-client/1.0.0/CHANGELOG.md rename to stable/guacamole-client/1.0.1/CHANGELOG.md index c77dc73b390..18c37ea04aa 100644 --- a/stable/guacamole-client/1.0.0/CHANGELOG.md +++ b/stable/guacamole-client/1.0.1/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [guacamole-client-1.0.1](https://github.com/truecharts/apps/compare/guacamole-client-1.0.0...guacamole-client-1.0.1) (2022-01-17) + +#### Fix + +* fix default readFS on questions ([#1727](https://github.com/truecharts/apps/issues/1727)) + + + ### [guacamole-client-1.0.0](https://github.com/truecharts/apps/compare/guacamole-client-0.0.2...guacamole-client-1.0.0) (2022-01-16) diff --git a/stable/guacamole-client/1.0.0/CONFIG.md b/stable/guacamole-client/1.0.1/CONFIG.md similarity index 100% rename from stable/guacamole-client/1.0.0/CONFIG.md rename to stable/guacamole-client/1.0.1/CONFIG.md diff --git a/stable/guacamole-client/1.0.0/Chart.lock b/stable/guacamole-client/1.0.1/Chart.lock similarity index 84% rename from stable/guacamole-client/1.0.0/Chart.lock rename to stable/guacamole-client/1.0.1/Chart.lock index e13d3edd97b..a1c4f2c8844 100644 --- a/stable/guacamole-client/1.0.0/Chart.lock +++ b/stable/guacamole-client/1.0.1/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 6.0.49 digest: sha256:24fc5f3fc25204765db5bb393a58d69caac9c342f538a0586a8f8b5b0a4bc60c -generated: "2022-01-16T10:57:38.721205086Z" +generated: "2022-01-17T08:33:58.379747749Z" diff --git a/stable/guacamole-client/1.0.0/Chart.yaml b/stable/guacamole-client/1.0.1/Chart.yaml similarity index 98% rename from stable/guacamole-client/1.0.0/Chart.yaml rename to stable/guacamole-client/1.0.1/Chart.yaml index f07e39722e0..d3e7e6387f7 100644 --- a/stable/guacamole-client/1.0.0/Chart.yaml +++ b/stable/guacamole-client/1.0.1/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://hub.docker.com/r/guacamole/guacamole - http://guacamole.incubator.apache.org/doc/gug/introduction.html type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/guacamole-client/1.0.0/README.md b/stable/guacamole-client/1.0.1/README.md similarity index 100% rename from stable/guacamole-client/1.0.0/README.md rename to stable/guacamole-client/1.0.1/README.md diff --git a/stable/guacamole-client/1.0.0/app-readme.md b/stable/guacamole-client/1.0.1/app-readme.md similarity index 100% rename from stable/guacamole-client/1.0.0/app-readme.md rename to stable/guacamole-client/1.0.1/app-readme.md diff --git a/stable/guacamole-client/1.0.0/charts/common-8.13.0.tgz b/stable/guacamole-client/1.0.1/charts/common-8.13.0.tgz similarity index 100% rename from stable/guacamole-client/1.0.0/charts/common-8.13.0.tgz rename to stable/guacamole-client/1.0.1/charts/common-8.13.0.tgz diff --git a/stable/guacamole-client/1.0.0/charts/postgresql-6.0.49.tgz b/stable/guacamole-client/1.0.1/charts/postgresql-6.0.49.tgz similarity index 100% rename from stable/guacamole-client/1.0.0/charts/postgresql-6.0.49.tgz rename to stable/guacamole-client/1.0.1/charts/postgresql-6.0.49.tgz diff --git a/stable/guacamole-client/1.0.0/helm-values.md b/stable/guacamole-client/1.0.1/helm-values.md similarity index 100% rename from stable/guacamole-client/1.0.0/helm-values.md rename to stable/guacamole-client/1.0.1/helm-values.md diff --git a/stable/guacamole-client/1.0.0/ix_values.yaml b/stable/guacamole-client/1.0.1/ix_values.yaml similarity index 100% rename from stable/guacamole-client/1.0.0/ix_values.yaml rename to stable/guacamole-client/1.0.1/ix_values.yaml diff --git a/stable/guacamole-client/1.0.0/questions.yaml b/stable/guacamole-client/1.0.1/questions.yaml similarity index 99% rename from stable/guacamole-client/1.0.0/questions.yaml rename to stable/guacamole-client/1.0.1/questions.yaml index a85e180aa81..8a3df57c0d9 100644 --- a/stable/guacamole-client/1.0.0/questions.yaml +++ b/stable/guacamole-client/1.0.1/questions.yaml @@ -1783,7 +1783,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: diff --git a/stable/guacamole-client/1.0.0/security.md b/stable/guacamole-client/1.0.1/security.md similarity index 100% rename from stable/guacamole-client/1.0.0/security.md rename to stable/guacamole-client/1.0.1/security.md diff --git a/stable/guacamole-client/1.0.0/templates/_configmap.tpl b/stable/guacamole-client/1.0.1/templates/_configmap.tpl similarity index 100% rename from stable/guacamole-client/1.0.0/templates/_configmap.tpl rename to stable/guacamole-client/1.0.1/templates/_configmap.tpl diff --git a/stable/guacamole-client/1.0.0/templates/common.yaml b/stable/guacamole-client/1.0.1/templates/common.yaml similarity index 100% rename from stable/guacamole-client/1.0.0/templates/common.yaml rename to stable/guacamole-client/1.0.1/templates/common.yaml diff --git a/stable/guacamole-client/1.0.0/values.yaml b/stable/guacamole-client/1.0.1/values.yaml similarity index 100% rename from stable/guacamole-client/1.0.0/values.yaml rename to stable/guacamole-client/1.0.1/values.yaml