Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-04-24 21:00:40 +00:00
parent e3444c8425
commit 1a0fd77d0e
15 changed files with 12 additions and 14 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="mongodb-0.1.4"></a>
### [mongodb-0.1.4](https://github.com/truecharts/apps/compare/mongodb-0.1.3...mongodb-0.1.4) (2022-04-24)
#### Fix
* dont set initial primary host ([#2557](https://github.com/truecharts/apps/issues/2557))
<a name="mongodb-0.1.3"></a>
### [mongodb-0.1.3](https://github.com/truecharts/apps/compare/mongodb-0.1.2...mongodb-0.1.3) (2022-04-24)
@ -88,12 +97,3 @@
#### Chore
* update docker general non-major
<a name="mongodb-0.0.25"></a>
### [mongodb-0.0.25](https://github.com/truecharts/apps/compare/mongodb-0.0.24...mongodb-0.0.25) (2022-04-12)
#### Chore

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 9.3.1
digest: sha256:ac4b624a60adbe5e11e1e743c3c3075a577bc8d615f0217efc9d73c88951ee96
generated: "2022-04-24T19:13:43.910489304Z"
generated: "2022-04-24T20:52:46.583674242Z"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 0.1.3
version: 0.1.4
annotations:
truecharts.org/catagories: |
- database

View File

@ -123,7 +123,5 @@ env:
MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
MONGODB_REPLICA_SET_MODE: "{{ .Values.mongodbReplicasetMode }}"
MONGODB_REPLICA_SET_NAME: "{{ .Values.mongodbReplicasetName }}"
MONGODB_ADVERTISED_HOSTNAME: "{{ .Release.Name }}-mongodb"
MONGODB_ADVERTISED_HOSTNAME: "localhost"
MONGODB_ADVERTISED_PORT_NUMBER: "27017"
MONGODB_INITIAL_PRIMARY_HOST: "{{ .Release.Name }}-mongodb"
MONGODB_INITIAL_PRIMARY_PORT_NUMBER: "27017"