chore(apps): Sync questions and values env's (#2916)
* chore(apps): Sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * chore(apps): sync questions and values env's * remove disabled ingress from values * remove required: false from questions * whoops * some cleanup * more cleanup * clean * commented * some fixes
This commit is contained in:
@@ -22,7 +22,7 @@ name: commento-plusplus
|
||||
sources:
|
||||
- https://github.com/souramoo/commentoplusplus
|
||||
- https://hub.docker.com/r/caroga/commentoplusplus
|
||||
version: 3.0.3
|
||||
version: 3.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -11,6 +11,12 @@ env:
|
||||
COMMENTO_ORIGIN: "http://localhost:8080"
|
||||
COMMENTO_ENABLE_WILDCARDS: true
|
||||
COMMENTO_ENABLE_LOGGING: false
|
||||
SMTP_SKIP_HOST_VERIFY: false
|
||||
COMMENTO_SMTP_USERNAME: ""
|
||||
COMMENTO_SMTP_PASSWORD: ""
|
||||
COMMENTO_SMTP_HOST: ""
|
||||
COMMENTO_SMTP_FROM_ADDRESS: ""
|
||||
COMMENTO_SMTP_PORT: 587
|
||||
COMMENTO_POSTGRES:
|
||||
secretKeyRef:
|
||||
name: dbcreds
|
||||
|
||||
Reference in New Issue
Block a user