Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1dac585a37
commit
0a1507a113
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mongo-express-0.0.4](https://github.com/truecharts/charts/compare/mongo-express-0.0.3...mongo-express-0.0.4) (2023-05-07)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix persistence question error ([#8821](https://github.com/truecharts/charts/issues/8821))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mongo-express-0.0.5](https://github.com/truecharts/charts/compare/mongo-express-0.0.4...mongo-express-0.0.5) (2023-05-09)
|
||||
|
||||
### Fix
|
||||
|
||||
- Remove required db name ([#8873](https://github.com/truecharts/charts/issues/8873))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongo-express-0.0.4](https://github.com/truecharts/charts/compare/mongo-express-0.0.3...mongo-express-0.0.4) (2023-05-07)
|
||||
|
||||
### Fix
|
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/mongo-express
|
||||
- https://github.com/mongo-express/mongo-express
|
||||
type: application
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mongo-express-0.0.5](https://github.com/truecharts/charts/compare/mongo-express-0.0.4...mongo-express-0.0.5) (2023-05-09)
|
||||
|
||||
### Fix
|
||||
|
||||
- Remove required db name ([#8873](https://github.com/truecharts/charts/issues/8873))
|
||||
|
||||
|
|
@ -127,8 +127,7 @@ questions:
|
|||
description: Database name
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: mongo-express
|
||||
default: ""
|
||||
- variable: ME_CONFIG_MONGODB_AUTH_USERNAME
|
||||
label: MongoDB Database username
|
||||
description: Database username
|
Loading…
Reference in New Issue