Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-04-24 22:07:46 +00:00
parent 1a0fd77d0e
commit 63a4cd7c9e
15 changed files with 13 additions and 12 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="mongodb-0.1.5"></a>
### [mongodb-0.1.5](https://github.com/truecharts/apps/compare/mongodb-0.1.4...mongodb-0.1.5) (2022-04-24)
#### Fix
* make advertisedhostname configurable ([#2559](https://github.com/truecharts/apps/issues/2559))
<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)
@ -88,12 +97,3 @@
#### Chore
* update docker general non-major ([#2494](https://github.com/truecharts/apps/issues/2494))
<a name="mongodb-0.0.26"></a>
### [mongodb-0.0.26](https://github.com/truecharts/apps/compare/mongodb-0.0.25...mongodb-0.0.26) (2022-04-13)
#### Chore

View File

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

View File

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

View File

@ -102,6 +102,7 @@ mongodbRootPassword: "testroot"
mongodbReplicasetMode: "primary"
mongodbReplicasetName: "rs0"
mongodbReplicasetKey: "testreplicasetkey"
mongodbAdvertisedHostname: "localhost"
existingSecret: ""
envValueFrom:
@ -123,5 +124,5 @@ env:
MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}"
MONGODB_REPLICA_SET_MODE: "{{ .Values.mongodbReplicasetMode }}"
MONGODB_REPLICA_SET_NAME: "{{ .Values.mongodbReplicasetName }}"
MONGODB_ADVERTISED_HOSTNAME: "localhost"
MONGODB_ADVERTISED_HOSTNAME: "{{ .Values.mongodbAdvertisedHostname }}"
MONGODB_ADVERTISED_PORT_NUMBER: "27017"