File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 0.1.6
25+ version : 0.1.7
2626
2727# This is the version number of the application being deployed. This version number should be
2828# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 3131 "type" : " string" ,
3232 "description" : " Password" ,
3333 "default" : " changeme" ,
34+ "render" : " password" ,
3435 "x-form" : {
3536 "value" : " {{project.password}}"
3637 },
3738 "x-onyxia" : {
3839 "overwriteDefaultWith" : " {{project.password}}"
3940 }
40- }
41+ }
4142 }
4243 }
4344 }
8990 "hidden" : true ,
9091 "overwriteDefaultWith" : " {{k8s.ingressClassName}}"
9192 }
92- }
93+ }
9394 }
9495 },
9596 "userPreferences" : {
116117 }
117118 }
118119 }
119- }
120+ }
120121
121122}
You can’t perform that action at this time.
0 commit comments