Skip to content

Commit d40ca74

Browse files
committed
chore: add ingressClassName for demo values
Signed-off-by: Daniel S <[email protected]>
1 parent 9562008 commit d40ca74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/charts/webshell/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: webshell
33
description: A Helm chart to deploy a webshell environment
44
type: application
5-
version: 0.5.17
6-
appVersion: "0.5.17"
5+
version: 0.5.18
6+
appVersion: "0.5.18"

deploy/charts/webshell/values-demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ theia:
1919

2020
ingress:
2121
enabled: true
22-
className: ""
22+
className: "nginx"
2323
annotations:
2424
nginx.ingress.kubernetes.io/ssl-redirect: "true"
2525
nginx.ingress.kubernetes.io/auth-type: "basic"

0 commit comments

Comments
 (0)