File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type: application
2121# This is the chart version. This version number should be incremented each time you make changes
2222# to the chart and its templates, including the app version.
2323# Versions are expected to follow Semantic Versioning (https://semver.org/)
24- version : 0.1.0
24+ version : 0.1.1
2525dependencies :
2626 - name : windmill
2727 version : 4.0.82
Original file line number Diff line number Diff line change 3737 }
3838 }
3939 },
40- "ingress" : {},
40+ "ingress" : {
41+ "title" : " Ingress Details" ,
42+ "type" : " object" ,
43+ "properties" : {
44+ "enabled" : {
45+ "description" : " Enable Ingress" ,
46+ "type" : " boolean" ,
47+ "default" : true ,
48+ "x-onyxia" : {
49+ "hidden" : true ,
50+ "overwriteDefaultWith" : " k8s.ingress"
51+ }
52+ },
53+ "className" : {
54+ "type" : " string" ,
55+ "default" : " " ,
56+ "x-onyxia" : {
57+ "hidden" : true ,
58+ "overwriteDefaultWith" : " {{k8s.ingressClassName}}"
59+ }
60+ },
61+ }
62+ },
4163 "postgresql" : {
4264 "type" : " object" ,
4365 "properties" : {
You can’t perform that action at this time.
0 commit comments