Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit b0cb259

Browse files
committed
mariadb xonyxia
1 parent 8164581 commit b0cb259

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

charts/mariadb/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type: application
2626
# This is the chart version. This version number should be incremented each time you make changes
2727
# to the chart and its templates, including the app version.
2828
# Versions are expected to follow Semantic Versioning (https://semver.org/)
29-
version: 0.1.0
29+
version: 0.1.1
3030

3131
# This is the version number of the application being deployed. This version number should be
3232
# incremented each time you make changes to the application. Versions are not expected to

charts/mariadb/values.schema.json

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"default": "changeme",
2222
"x-form": {
2323
"value": "{{project.password}}"
24+
},
25+
"x-onyxia": {
26+
"overwriteDefaultWith": "{{project.password}}"
2427
}
2528
},
2629
"database": {
@@ -36,6 +39,9 @@
3639
"default": "admin",
3740
"x-form": {
3841
"value": "{{project.id}}"
42+
},
43+
"x-onyxia": {
44+
"overwriteDefaultWith": "{{project.id}}"
3945
}
4046
},
4147
"password": {
@@ -44,6 +50,9 @@
4450
"description": "Defaults to a random 10-character alphanumeric string if not set",
4551
"x-form": {
4652
"value": "{{project.password}}"
53+
},
54+
"x-onyxia": {
55+
"overwriteDefaultWith": "{{project.password}}"
4756
}
4857
}
4958
}

0 commit comments

Comments
 (0)