older version

This commit is contained in:
Michael Thomson
2023-12-05 14:22:41 -05:00
parent 822ba6e4aa
commit 14b3b51528
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ spec:
# -- Image pull policy # -- Image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Image tag (if not specified, defaults to the chart's appVersion) # -- Image tag (if not specified, defaults to the chart's appVersion)
tag: "5.2" tag: "4.3.2"
# -- Image pull secrets # -- Image pull secrets
imagePullSecrets: [] imagePullSecrets: []

View File

@@ -157,7 +157,7 @@ spec:
## Serve application over HTTP without TLS ## Serve application over HTTP without TLS
## ##
## Note: If set to true, you may want to add --enable-insecure-login to extraArgs ## Note: If set to true, you may want to add --enable-insecure-login to extraArgs
protocolHttp: true protocolHttp: false
service: service:
type: ClusterIP type: ClusterIP