[Common] Cert and Storage rework (#191)

* Add IX-Cert to Common
and:
- split storage
- merge custom into common chart

* Integrate most of the Bitnami Common Chart into ours
This commit is contained in:
Kjeld Schouten-Lebbing
2021-02-28 16:53:33 +01:00
committed by kjeld Schouten-Lebbing
parent 14c9d393b5
commit 236ec00b2d
43 changed files with 211 additions and 178 deletions

View File

@@ -22,5 +22,13 @@
"definitions/nodeIP": {
"stable": {"min": "20.12-ALPHA"},
"nightlies": {"min": "20.12-MASTER"}
},
"definitions/certificate": {
"stable": {"min": "21.02-ALPHA"},
"nightlies": {"min": "21.02-MASTER"}
},
"definitions/certificateAuthority": {
"stable": {"min": "21.02-ALPHA"},
"nightlies": {"min": "21.02-MASTER"}
}
}