We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9562008 + d40ca74 commit d38c036Copy full SHA for d38c036
deploy/charts/webshell/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: webshell
3
description: A Helm chart to deploy a webshell environment
4
type: application
5
-version: 0.5.17
6
-appVersion: "0.5.17"
+version: 0.5.18
+appVersion: "0.5.18"
deploy/charts/webshell/values-demo.yaml
@@ -19,7 +19,7 @@ theia:
19
20
ingress:
21
enabled: true
22
- className: ""
+ className: "nginx"
23
annotations:
24
nginx.ingress.kubernetes.io/ssl-redirect: "true"
25
nginx.ingress.kubernetes.io/auth-type: "basic"
0 commit comments