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 : 2.0.0
25+ version : 2.0.1
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 148148 },
149149 "password" : {
150150 "type" : " string" ,
151- "title" : " Password " ,
151+ "title" : " User password " ,
152152 "default" : " changeme" ,
153153 "x-form" : {
154154 "value" : " {{project.password}}"
159159 },
160160 "postgresPassword" : {
161161 "type" : " string" ,
162- "title" : " Password " ,
162+ "title" : " Postgres password " ,
163163 "default" : " changeme" ,
164164 "x-form" : {
165165 "value" : " {{project.password}}"
You can’t perform that action at this time.
0 commit comments