diff --git a/charts/nebulous-gui-controller/Chart.yaml b/charts/nebulous-gui-controller/Chart.yaml index a28092a..f61df34 100644 --- a/charts/nebulous-gui-controller/Chart.yaml +++ b/charts/nebulous-gui-controller/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/nebulous-gui-controller/templates/mongodb.yaml b/charts/nebulous-gui-controller/templates/mongodb.yaml index cfa4493..6e368ba 100644 --- a/charts/nebulous-gui-controller/templates/mongodb.yaml +++ b/charts/nebulous-gui-controller/templates/mongodb.yaml @@ -26,8 +26,6 @@ spec: value: username - name: MONGO_INITDB_ROOT_PASSWORD value: password - - name: MONGO_INITDB_DATABASE - value: nebulous volumeMounts: - name: mongodb-data mountPath: /data/db