This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Commit b0cb259 1 parent 8164581 commit b0cb259 Copy full SHA for b0cb259
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ type: application
26
26
# This is the chart version. This version number should be incremented each time you make changes
27
27
# to the chart and its templates, including the app version.
28
28
# Versions are expected to follow Semantic Versioning (https://semver.org/)
29
- version : 0.1.0
29
+ version : 0.1.1
30
30
31
31
# This is the version number of the application being deployed. This version number should be
32
32
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 21
21
"default" : " changeme" ,
22
22
"x-form" : {
23
23
"value" : " {{project.password}}"
24
+ },
25
+ "x-onyxia" : {
26
+ "overwriteDefaultWith" : " {{project.password}}"
24
27
}
25
28
},
26
29
"database" : {
36
39
"default" : " admin" ,
37
40
"x-form" : {
38
41
"value" : " {{project.id}}"
42
+ },
43
+ "x-onyxia" : {
44
+ "overwriteDefaultWith" : " {{project.id}}"
39
45
}
40
46
},
41
47
"password" : {
44
50
"description" : " Defaults to a random 10-character alphanumeric string if not set" ,
45
51
"x-form" : {
46
52
"value" : " {{project.password}}"
53
+ },
54
+ "x-onyxia" : {
55
+ "overwriteDefaultWith" : " {{project.password}}"
47
56
}
48
57
}
49
58
}
You can’t perform that action at this time.
0 commit comments