diff --git a/stable/guacamole-client/7.0.21/app-changelog.md b/stable/guacamole-client/7.0.21/app-changelog.md deleted file mode 100644 index 8fcfec2a2ee..00000000000 --- a/stable/guacamole-client/7.0.21/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [guacamole-client-7.0.21](https://github.com/truecharts/charts/compare/guacamole-client-7.0.20...guacamole-client-7.0.21) (2023-02-10) - -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - \ No newline at end of file diff --git a/stable/guacamole-client/7.0.21/CHANGELOG.md b/stable/guacamole-client/7.0.22/CHANGELOG.md similarity index 91% rename from stable/guacamole-client/7.0.21/CHANGELOG.md rename to stable/guacamole-client/7.0.22/CHANGELOG.md index 2feba08e7fe..f7a3a33ca55 100644 --- a/stable/guacamole-client/7.0.21/CHANGELOG.md +++ b/stable/guacamole-client/7.0.22/CHANGELOG.md @@ -4,6 +4,15 @@ +## [guacamole-client-7.0.22](https://github.com/truecharts/charts/compare/guacamole-client-7.0.21...guacamole-client-7.0.22) (2023-02-19) + +### Chore + +- remove temp hack ([#7376](https://github.com/truecharts/charts/issues/7376)) + + + + ## [guacamole-client-7.0.21](https://github.com/truecharts/charts/compare/guacamole-client-7.0.20...guacamole-client-7.0.21) (2023-02-10) ### Fix @@ -88,12 +97,3 @@ ## [guacamole-client-7.0.12](https://github.com/truecharts/charts/compare/guacamole-client-7.0.11...guacamole-client-7.0.12) (2022-12-19) ### Chore - -- update helm general non-major - - - - -## [guacamole-client-7.0.11](https://github.com/truecharts/charts/compare/guacamole-client-7.0.10...guacamole-client-7.0.11) (2022-12-18) - -### Chore diff --git a/stable/guacamole-client/7.0.21/Chart.yaml b/stable/guacamole-client/7.0.22/Chart.yaml similarity index 98% rename from stable/guacamole-client/7.0.21/Chart.yaml rename to stable/guacamole-client/7.0.22/Chart.yaml index 7de3b2b9e3e..4f525e8955c 100644 --- a/stable/guacamole-client/7.0.21/Chart.yaml +++ b/stable/guacamole-client/7.0.22/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/apache/guacamole-client - http://guacamole.incubator.apache.org/doc/gug/introduction.html type: application -version: 7.0.21 +version: 7.0.22 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/guacamole-client/7.0.21/README.md b/stable/guacamole-client/7.0.22/README.md similarity index 100% rename from stable/guacamole-client/7.0.21/README.md rename to stable/guacamole-client/7.0.22/README.md diff --git a/stable/guacamole-client/7.0.22/app-changelog.md b/stable/guacamole-client/7.0.22/app-changelog.md new file mode 100644 index 00000000000..e4d6a044310 --- /dev/null +++ b/stable/guacamole-client/7.0.22/app-changelog.md @@ -0,0 +1,9 @@ + + +## [guacamole-client-7.0.22](https://github.com/truecharts/charts/compare/guacamole-client-7.0.21...guacamole-client-7.0.22) (2023-02-19) + +### Chore + +- remove temp hack ([#7376](https://github.com/truecharts/charts/issues/7376)) + + \ No newline at end of file diff --git a/stable/guacamole-client/7.0.21/app-readme.md b/stable/guacamole-client/7.0.22/app-readme.md similarity index 100% rename from stable/guacamole-client/7.0.21/app-readme.md rename to stable/guacamole-client/7.0.22/app-readme.md diff --git a/stable/guacamole-client/7.0.21/charts/common-11.1.2.tgz b/stable/guacamole-client/7.0.22/charts/common-11.1.2.tgz similarity index 100% rename from stable/guacamole-client/7.0.21/charts/common-11.1.2.tgz rename to stable/guacamole-client/7.0.22/charts/common-11.1.2.tgz diff --git a/stable/guacamole-client/7.0.21/charts/postgresql-11.0.22.tgz b/stable/guacamole-client/7.0.22/charts/postgresql-11.0.22.tgz similarity index 100% rename from stable/guacamole-client/7.0.21/charts/postgresql-11.0.22.tgz rename to stable/guacamole-client/7.0.22/charts/postgresql-11.0.22.tgz diff --git a/stable/guacamole-client/7.0.21/ix_values.yaml b/stable/guacamole-client/7.0.22/ix_values.yaml similarity index 67% rename from stable/guacamole-client/7.0.21/ix_values.yaml rename to stable/guacamole-client/7.0.22/ix_values.yaml index db9b45771f3..5b4fd84610a 100644 --- a/stable/guacamole-client/7.0.21/ix_values.yaml +++ b/stable/guacamole-client/7.0.22/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/guacamole-client pullPolicy: IfNotPresent - tag: v1.4.0@sha256:ee47f0bfa10658683f46cd08316dac56dfb78a0a71a579db0efecd59466adfee + tag: v1.5.0@sha256:d4903a81d902753a8ca5f7ff2ac76ed620002b530fff45be3ac335cb8d58d1ad podSecurityContext: runAsUser: 1001 @@ -178,16 +178,10 @@ probes: persistence: initdbdata: enabled: true + type: emptyDir mountPath: "/initdbdata" - # Both temphack and temphackalso will be removed on the next image release - temphack: - enabled: true - mountPath: "/opt/guacamole/postgresql-hack" - temphackalso: - enabled: true - mountPath: "/opt/guacamole/postgresql" -initContainers: +installContainers: 1-creat-initdb-file: image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" volumeMounts: @@ -246,68 +240,5 @@ initContainers: fi fi - # Until they release an image with the updated driver, we need to manually replace it. - # https://issues.apache.org/jira/browse/GUACAMOLE-1433 - # https://github.com/apache/guacamole-client/pull/655 - # Both 3-temp-hach and 4-temp-hack will be removed on the next image release - 3-temp-hack: - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" - securityContext: - runAsUser: 1001 - runAsGroup: 1001 - volumeMounts: - - name: temphack - mountPath: "/opt/guacamole/postgresql-hack" - command: ["/bin/sh", "-c"] - args: - - |- - echo "Checking postgresql driver version..." - if [ -e /opt/guacamole/postgresql/postgresql-42.2.24.jre7.jar ]; then - echo "Version found is correct." - exit 0 - else - echo "Old version found. Will try to download a known-to-work version." - echo "Downloading (postgresql-42.2.24.jre7.jar)..." - curl -L "https://jdbc.postgresql.org/download/postgresql-42.2.24.jre7.jar" >"/opt/guacamole/postgresql-hack/postgresql-42.2.24.jre7.jar" - if [ -e /opt/guacamole/postgresql-hack/postgresql-42.2.24.jre7.jar ]; then - echo "Downloaded successfully!" - cp -r /opt/guacamole/postgresql/* /opt/guacamole/postgresql-hack/ - if [ -e /opt/guacamole/postgresql-hack/postgresql-9.4-1201.jdbc41.jar ]; then - echo "Removing old version... (postgresql-9.4-1201.jdbc41.jar)" - rm "/opt/guacamole/postgresql-hack/postgresql-9.4-1201.jdbc41.jar" - if [ $? -eq 0 ]; then - echo "Removed successfully!" - else - echo "Failed to remove." - exit 1 - fi - fi - else - echo "Failed to download." - exit 1 - fi - fi - - 4-temp-hack: - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" - securityContext: - runAsUser: 1001 - runAsGroup: 1001 - volumeMounts: - - name: temphack - mountPath: "/opt/guacamole/postgresql-hack" - - name: temphackalso - mountPath: "/opt/guacamole/postgresql" - command: ["/bin/sh", "-c"] - args: - - |- - echo "Copying postgres driver into the final destination." - cp -r /opt/guacamole/postgresql-hack/* /opt/guacamole/postgresql/ - if [ -e /opt/guacamole/postgresql/postgresql-42.2.24.jre7.jar ]; then - echo "Driver copied successfully!" - else - echo "Failed to copy the driver" - fi - portal: enabled: true diff --git a/stable/guacamole-client/7.0.21/questions.yaml b/stable/guacamole-client/7.0.22/questions.yaml similarity index 100% rename from stable/guacamole-client/7.0.21/questions.yaml rename to stable/guacamole-client/7.0.22/questions.yaml diff --git a/stable/guacamole-client/7.0.21/templates/_configmap.tpl b/stable/guacamole-client/7.0.22/templates/_configmap.tpl similarity index 100% rename from stable/guacamole-client/7.0.21/templates/_configmap.tpl rename to stable/guacamole-client/7.0.22/templates/_configmap.tpl diff --git a/stable/guacamole-client/7.0.21/templates/common.yaml b/stable/guacamole-client/7.0.22/templates/common.yaml similarity index 100% rename from stable/guacamole-client/7.0.21/templates/common.yaml rename to stable/guacamole-client/7.0.22/templates/common.yaml diff --git a/stable/guacamole-client/7.0.21/values.yaml b/stable/guacamole-client/7.0.22/values.yaml similarity index 100% rename from stable/guacamole-client/7.0.21/values.yaml rename to stable/guacamole-client/7.0.22/values.yaml