fix(mongodb): set advertised hostname (#2555)

* fix(mongodb): set advertised hostname

* first update mongo

* force set primary host
This commit is contained in:
Stavros Kois
2022-04-24 19:11:58 +00:00
committed by GitHub
parent 44087767f5
commit 268a808c7e
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 0.1.2
version: 0.1.3
annotations:
truecharts.org/catagories: |
- database
+4
View File
@@ -123,3 +123,7 @@ 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_PORT_NUMBER: "27017"
MONGODB_INITIAL_PRIMARY_HOST: "{{ .Release.Name }}-mongodb"
MONGODB_INITIAL_PRIMARY_PORT_NUMBER: "27017"
+1 -1
View File
@@ -23,7 +23,7 @@ name: wekan
sources:
- https://github.com/wekan/wekan
- https://wekan.github.io/
version: 2.0.0
version: 2.0.1
annotations:
truecharts.org/catagories: |
- productivity
+2 -2
View File
@@ -132,7 +132,7 @@ questions:
type: int
default: 90
- variable: passwordnabled
label: "Logout/Login Settings"
label: "Password Brute Force Protection Settings"
schema:
type: boolean
default: false
@@ -340,7 +340,7 @@ questions:
type: string
default: "*"
- variable: matomoenabled
label: "CORS Settings"
label: "Matomo Settings"
schema:
type: boolean
default: false
+1 -1
View File
@@ -6,7 +6,7 @@ image:
env:
WRITABLE_PATH: "/data"
# User Defined
ROOT_URL: "http://localhost"
ROOT_URL: "http://localhost:8080"
envValueFrom:
MONGO_URL: