Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-23 09:10:40 +00:00
parent 17636331a3
commit 4d79aea998
12 changed files with 30 additions and 30 deletions

View File

@ -2,6 +2,15 @@
## [guacamole-client-4.0.33](https://github.com/truecharts/charts/compare/guacamole-client-4.0.32...guacamole-client-4.0.33) (2022-08-23)
### Fix
- booleans don't work the same with `with` ([#3549](https://github.com/truecharts/charts/issues/3549))
## [guacamole-client-4.0.32](https://github.com/truecharts/charts/compare/guacamole-client-4.0.31...guacamole-client-4.0.32) (2022-08-22)
### Fix
@ -88,12 +97,3 @@
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [guacamole-client-4.0.24](https://github.com/truecharts/apps/compare/guacamole-client-4.0.23...guacamole-client-4.0.24) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 8.0.56
digest: sha256:097eb1bdd62beead090a77b403231f4722578ef6f4e8cd6238749d5657208181
generated: "2022-08-22T18:09:15.363727151Z"
generated: "2022-08-23T09:03:51.110627212Z"

View File

@ -26,7 +26,7 @@ sources:
- https://hub.docker.com/r/guacamole/guacamole
- http://guacamole.incubator.apache.org/doc/gug/introduction.html
type: application
version: 4.0.32
version: 4.0.33
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -1,6 +1,6 @@
# guacamole-client
![Version: 4.0.32](https://img.shields.io/badge/Version-4.0.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square)
![Version: 4.0.33](https://img.shields.io/badge/Version-4.0.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.4.0](https://img.shields.io/badge/AppVersion-1.4.0-informational?style=flat-square)
Apache Guacamole is a clientless remote desktop gateway.

View File

@ -15,8 +15,8 @@ data:
API_SESSION_TIMEOUT: {{ . | quote }}
{{- end }}
{{/* TOTP */}}
{{- with .Values.totp.TOTP_ENABLED }}
TOTP_ENABLED: {{ . | quote }}
{{- if .Values.totp.TOTP_ENABLED }}
TOTP_ENABLED: {{ .Values.totp.TOTP_ENABLED | quote }}
{{- with .Values.totp.TOTP_ISSUER }}
TOTP_ISSUER: {{ . | quote }}
{{- end }}
@ -31,8 +31,8 @@ data:
{{- end }}
{{- end }}
{{/* HEADER */}}
{{- with .Values.header.HEADER_ENABLED }}
HEADER_ENABLED: {{ . | quote }}
{{- if .Values.header.HEADER_ENABLED }}
HEADER_ENABLED: {{ .Values.header.HEADER_ENABLED | quote }}
{{- with .Values.header.HTTP_AUTH_HEADER }}
HTTP_AUTH_HEADER: {{ . | quote }}
{{- end }}
@ -118,8 +118,8 @@ data:
{{- with .Values.radius.RADIUS_CA_PASSWORD }}
RADIUS_CA_PASSWORD: {{ . | quote }}
{{- end }}
{{- with .Values.radius.RADIUS_TRUST_ALL }}
RADIUS_TRUST_ALL: {{ . | quote }}
{{- if .Values.radius.RADIUS_TRUST_ALL }}
RADIUS_TRUST_ALL: {{ .Values.radius.RADIUS_TRUST_ALL | quote }}
{{- end }}
{{- with .Values.radius.RADIUS_RETRIES }}
RADIUS_RETRIES: {{ . | quote }}
@ -180,8 +180,8 @@ data:
{{- with .Values.ldap.LDAP_DEREFERENCE_ALIASES }}
LDAP_DEREFERENCE_ALIASES: {{ . | quote }}
{{- end }}
{{- with .Values.ldap.LDAP_FOLLOW_REFERRALS }}
LDAP_FOLLOW_REFERRALS: {{ . | quote }}
{{- if .Values.ldap.LDAP_FOLLOW_REFERRALS }}
LDAP_FOLLOW_REFERRALS: {{ .Values.ldap.LDAP_FOLLOW_REFERRALS | quote }}
{{- with .Values.ldap.LDAP_MAX_REFERRAL_HOPS }}
LDAP_MAX_REFERRAL_HOPS: {{ . | quote }}
{{- end }}
@ -204,25 +204,25 @@ data:
{{- with .Values.saml.SAML_IDP_URL }}
SAML_IDP_URL: {{ . | quote }}
{{- end }}
{{- with .Values.saml.SAML_STRICT }}
SAML_STRICT: {{ . | quote }}
{{- if .Values.saml.SAML_STRICT }}
SAML_STRICT: {{ .Values.saml.SAML_STRICT | quote }}
{{- end }}
{{- with .Values.saml.SAML_DEBUG }}
SAML_DEBUG: {{ . | quote }}
{{- if .Values.saml.SAML_DEBUG }}
SAML_DEBUG: {{ .Values.saml.SAML_DEBUG | quote }}
{{- end }}
{{- with .Values.saml.SAML_COMPRESS_REQUEST }}
SAML_COMPRESS_REQUEST: {{ . | quote }}
{{- if .Values.saml.SAML_COMPRESS_REQUEST }}
SAML_COMPRESS_REQUEST: {{ .Values.saml.SAML_COMPRESS_REQUEST | quote }}
{{- end }}
{{- with .Values.saml.SAML_COMPRESS_RESPONSE }}
SAML_COMPRESS_RESPONSE: {{ . | quote }}
{{- if .Values.saml.SAML_COMPRESS_RESPONSE }}
SAML_COMPRESS_RESPONSE: {{ .alues.saml.SAML_COMPRESS_RESPONSE | quote }}
{{- end }}
{{- with .Values.saml.SAML_GROUP_ATTRIBUTE }}
SAML_GROUP_ATTRIBUTE: {{ . | quote }}
{{- end }}
{{- end }}
{{/* PROXY */}}
{{- with .Values.proxy.REMOTE_IP_VALVE_ENABLED }}
REMOTE_IP_VALVE_ENABLED: {{ . | quote }}
{{- if .Values.proxy.REMOTE_IP_VALVE_ENABLED }}
REMOTE_IP_VALVE_ENABLED: {{ .Values.proxy.REMOTE_IP_VALVE_ENABLED | quote }}
{{- with .Values.proxy.PROXY_BY_HEADER }}
PROXY_BY_HEADER: {{ . | quote }}
{{- end }}