From 77a906f299fa0873d0ffaaf53e285177db47a9d6 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 29 Jul 2023 09:29:44 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/guacamole/9.0.2/app-changelog.md | 9 --------- stable/guacamole/{9.0.2 => 9.0.3}/CHANGELOG.md | 9 +++++++++ stable/guacamole/{9.0.2 => 9.0.3}/Chart.yaml | 2 +- stable/guacamole/{9.0.2 => 9.0.3}/README.md | 0 stable/guacamole/9.0.3/app-changelog.md | 9 +++++++++ stable/guacamole/{9.0.2 => 9.0.3}/app-readme.md | 0 .../{9.0.2 => 9.0.3}/charts/common-13.2.1.tgz | Bin stable/guacamole/{9.0.2 => 9.0.3}/ix_values.yaml | 2 -- stable/guacamole/{9.0.2 => 9.0.3}/questions.yaml | 0 .../{9.0.2 => 9.0.3}/templates/_configmap.tpl | 5 +++++ .../{9.0.2 => 9.0.3}/templates/common.yaml | 0 stable/guacamole/{9.0.2 => 9.0.3}/values.yaml | 0 12 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 stable/guacamole/9.0.2/app-changelog.md rename stable/guacamole/{9.0.2 => 9.0.3}/CHANGELOG.md (74%) rename stable/guacamole/{9.0.2 => 9.0.3}/Chart.yaml (98%) rename stable/guacamole/{9.0.2 => 9.0.3}/README.md (100%) create mode 100644 stable/guacamole/9.0.3/app-changelog.md rename stable/guacamole/{9.0.2 => 9.0.3}/app-readme.md (100%) rename stable/guacamole/{9.0.2 => 9.0.3}/charts/common-13.2.1.tgz (100%) rename stable/guacamole/{9.0.2 => 9.0.3}/ix_values.yaml (99%) rename stable/guacamole/{9.0.2 => 9.0.3}/questions.yaml (100%) rename stable/guacamole/{9.0.2 => 9.0.3}/templates/_configmap.tpl (97%) rename stable/guacamole/{9.0.2 => 9.0.3}/templates/common.yaml (100%) rename stable/guacamole/{9.0.2 => 9.0.3}/values.yaml (100%) diff --git a/stable/guacamole/9.0.2/app-changelog.md b/stable/guacamole/9.0.2/app-changelog.md deleted file mode 100644 index aca44dd395..0000000000 --- a/stable/guacamole/9.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [guacamole-9.0.2](https://github.com/truecharts/charts/compare/guacamole-9.0.1...guacamole-9.0.2) (2023-07-29) - -### Chore - -- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - - \ No newline at end of file diff --git a/stable/guacamole/9.0.2/CHANGELOG.md b/stable/guacamole/9.0.3/CHANGELOG.md similarity index 74% rename from stable/guacamole/9.0.2/CHANGELOG.md rename to stable/guacamole/9.0.3/CHANGELOG.md index 500711fbef..30fee09ce3 100644 --- a/stable/guacamole/9.0.2/CHANGELOG.md +++ b/stable/guacamole/9.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [guacamole-9.0.3](https://github.com/truecharts/charts/compare/guacamole-9.0.2...guacamole-9.0.3) (2023-07-29) + +### Chore + +- set guacamole to listen on `/` ([#10987](https://github.com/truecharts/charts/issues/10987)) + + + + ## [guacamole-9.0.2](https://github.com/truecharts/charts/compare/guacamole-9.0.1...guacamole-9.0.2) (2023-07-29) ### Chore diff --git a/stable/guacamole/9.0.2/Chart.yaml b/stable/guacamole/9.0.3/Chart.yaml similarity index 98% rename from stable/guacamole/9.0.2/Chart.yaml rename to stable/guacamole/9.0.3/Chart.yaml index 127a0de219..8f9563d97a 100644 --- a/stable/guacamole/9.0.2/Chart.yaml +++ b/stable/guacamole/9.0.3/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole - https://github.com/apache/guacamole-client type: application -version: 9.0.2 +version: 9.0.3 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/guacamole/9.0.2/README.md b/stable/guacamole/9.0.3/README.md similarity index 100% rename from stable/guacamole/9.0.2/README.md rename to stable/guacamole/9.0.3/README.md diff --git a/stable/guacamole/9.0.3/app-changelog.md b/stable/guacamole/9.0.3/app-changelog.md new file mode 100644 index 0000000000..b0a2b67d23 --- /dev/null +++ b/stable/guacamole/9.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [guacamole-9.0.3](https://github.com/truecharts/charts/compare/guacamole-9.0.2...guacamole-9.0.3) (2023-07-29) + +### Chore + +- set guacamole to listen on `/` ([#10987](https://github.com/truecharts/charts/issues/10987)) + + \ No newline at end of file diff --git a/stable/guacamole/9.0.2/app-readme.md b/stable/guacamole/9.0.3/app-readme.md similarity index 100% rename from stable/guacamole/9.0.2/app-readme.md rename to stable/guacamole/9.0.3/app-readme.md diff --git a/stable/guacamole/9.0.2/charts/common-13.2.1.tgz b/stable/guacamole/9.0.3/charts/common-13.2.1.tgz similarity index 100% rename from stable/guacamole/9.0.2/charts/common-13.2.1.tgz rename to stable/guacamole/9.0.3/charts/common-13.2.1.tgz diff --git a/stable/guacamole/9.0.2/ix_values.yaml b/stable/guacamole/9.0.3/ix_values.yaml similarity index 99% rename from stable/guacamole/9.0.2/ix_values.yaml rename to stable/guacamole/9.0.3/ix_values.yaml index 8a348a23fb..92ca241c1e 100644 --- a/stable/guacamole/9.0.2/ix_values.yaml +++ b/stable/guacamole/9.0.3/ix_values.yaml @@ -119,11 +119,9 @@ workload: liveness: type: http port: "{{ .Values.service.main.ports.main.targetPort }}" - path: /guacamole readiness: type: http port: "{{ .Values.service.main.ports.main.targetPort }}" - path: /guacamole startup: type: tcp port: "{{ .Values.service.main.ports.main.targetPort }}" diff --git a/stable/guacamole/9.0.2/questions.yaml b/stable/guacamole/9.0.3/questions.yaml similarity index 100% rename from stable/guacamole/9.0.2/questions.yaml rename to stable/guacamole/9.0.3/questions.yaml diff --git a/stable/guacamole/9.0.2/templates/_configmap.tpl b/stable/guacamole/9.0.3/templates/_configmap.tpl similarity index 97% rename from stable/guacamole/9.0.2/templates/_configmap.tpl rename to stable/guacamole/9.0.3/templates/_configmap.tpl index 27b98cc7ca..c1aa878445 100644 --- a/stable/guacamole/9.0.2/templates/_configmap.tpl +++ b/stable/guacamole/9.0.3/templates/_configmap.tpl @@ -7,6 +7,11 @@ guacamole-config: enabled: true data: RECORDING_SEARCH_PATH: /var/lib/guacamole/recordings + {{/* + https://github.com/apache/guacamole-client/blob/bffc5fbdd5e2bb7a777f55c819a1d4d858829cb7/guacamole-docker/bin/start.sh#L1038 + TomCat uses the war name as the context path. ROOT.war is the default and means the context path is /. + */}} + WEBAPP_CONTEXT: ROOT {{/* GuacD */}} GUACD_HOSTNAME: {{ printf "%v-guacd" $fullname }} GUACD_PORT: {{ .Values.service.guacd.ports.guacd.port | quote }} diff --git a/stable/guacamole/9.0.2/templates/common.yaml b/stable/guacamole/9.0.3/templates/common.yaml similarity index 100% rename from stable/guacamole/9.0.2/templates/common.yaml rename to stable/guacamole/9.0.3/templates/common.yaml diff --git a/stable/guacamole/9.0.2/values.yaml b/stable/guacamole/9.0.3/values.yaml similarity index 100% rename from stable/guacamole/9.0.2/values.yaml rename to stable/guacamole/9.0.3/values.yaml