diff --git a/incubator/mongo-express/0.0.4/app-changelog.md b/incubator/mongo-express/0.0.4/app-changelog.md deleted file mode 100644 index 7b12327881b..00000000000 --- a/incubator/mongo-express/0.0.4/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/incubator/mongo-express/0.0.4/CHANGELOG.md b/incubator/mongo-express/0.0.5/CHANGELOG.md similarity index 80% rename from incubator/mongo-express/0.0.4/CHANGELOG.md rename to incubator/mongo-express/0.0.5/CHANGELOG.md index 440b37a33d3..1729fe37223 100644 --- a/incubator/mongo-express/0.0.4/CHANGELOG.md +++ b/incubator/mongo-express/0.0.5/CHANGELOG.md @@ -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 diff --git a/incubator/mongo-express/0.0.4/Chart.yaml b/incubator/mongo-express/0.0.5/Chart.yaml similarity index 98% rename from incubator/mongo-express/0.0.4/Chart.yaml rename to incubator/mongo-express/0.0.5/Chart.yaml index 42144cc9fa5..f8413dc4c48 100644 --- a/incubator/mongo-express/0.0.4/Chart.yaml +++ b/incubator/mongo-express/0.0.5/Chart.yaml @@ -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 diff --git a/incubator/mongo-express/0.0.4/README.md b/incubator/mongo-express/0.0.5/README.md similarity index 100% rename from incubator/mongo-express/0.0.4/README.md rename to incubator/mongo-express/0.0.5/README.md diff --git a/incubator/mongo-express/0.0.5/app-changelog.md b/incubator/mongo-express/0.0.5/app-changelog.md new file mode 100644 index 00000000000..ffffe8fab32 --- /dev/null +++ b/incubator/mongo-express/0.0.5/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/incubator/mongo-express/0.0.4/app-readme.md b/incubator/mongo-express/0.0.5/app-readme.md similarity index 100% rename from incubator/mongo-express/0.0.4/app-readme.md rename to incubator/mongo-express/0.0.5/app-readme.md diff --git a/incubator/mongo-express/0.0.4/charts/common-12.6.6.tgz b/incubator/mongo-express/0.0.5/charts/common-12.6.6.tgz similarity index 100% rename from incubator/mongo-express/0.0.4/charts/common-12.6.6.tgz rename to incubator/mongo-express/0.0.5/charts/common-12.6.6.tgz diff --git a/incubator/mongo-express/0.0.4/charts/mongodb-6.0.23.tgz b/incubator/mongo-express/0.0.5/charts/mongodb-6.0.23.tgz similarity index 100% rename from incubator/mongo-express/0.0.4/charts/mongodb-6.0.23.tgz rename to incubator/mongo-express/0.0.5/charts/mongodb-6.0.23.tgz diff --git a/incubator/mongo-express/0.0.4/ix_values.yaml b/incubator/mongo-express/0.0.5/ix_values.yaml similarity index 100% rename from incubator/mongo-express/0.0.4/ix_values.yaml rename to incubator/mongo-express/0.0.5/ix_values.yaml diff --git a/incubator/mongo-express/0.0.4/questions.yaml b/incubator/mongo-express/0.0.5/questions.yaml similarity index 99% rename from incubator/mongo-express/0.0.4/questions.yaml rename to incubator/mongo-express/0.0.5/questions.yaml index 8341c8f7a31..4463cec0402 100644 --- a/incubator/mongo-express/0.0.4/questions.yaml +++ b/incubator/mongo-express/0.0.5/questions.yaml @@ -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 diff --git a/incubator/mongo-express/0.0.4/templates/NOTES.txt b/incubator/mongo-express/0.0.5/templates/NOTES.txt similarity index 100% rename from incubator/mongo-express/0.0.4/templates/NOTES.txt rename to incubator/mongo-express/0.0.5/templates/NOTES.txt diff --git a/incubator/mongo-express/0.0.4/templates/common.yaml b/incubator/mongo-express/0.0.5/templates/common.yaml similarity index 100% rename from incubator/mongo-express/0.0.4/templates/common.yaml rename to incubator/mongo-express/0.0.5/templates/common.yaml diff --git a/incubator/mongo-express/0.0.4/values.yaml b/incubator/mongo-express/0.0.5/values.yaml similarity index 100% rename from incubator/mongo-express/0.0.4/values.yaml rename to incubator/mongo-express/0.0.5/values.yaml