Skip to content

Commit ac3b3e5

Browse files
committed
add default of for externalDatabase.host; update README to be a little more clear
Signed-off-by: jessebot <[email protected]>
1 parent 0565cdb commit ac3b3e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 6.0.1
3+
version: 6.0.2
44
appVersion: 30.0.0
55
description: A file sharing server that puts the control and security of your own data back into your hands.
66
keywords:

charts/nextcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ If you choose to use one of the prepackaged Bitnami helm charts, you must config
220220
| `internalDatabase.database` | Name of the existing database | `nextcloud` |
221221
| `externalDatabase.enabled` | Whether to use external database | `false` |
222222
| `externalDatabase.type` | External database type: `mysql`, `postgresql` | `mysql` |
223-
| `externalDatabase.host` | Host of the external database in form of `host:port` | `nil` |
223+
| `externalDatabase.host` | Host of the external database in form of `host:port`. Example: `"myhost:1234"` | `""` |
224224
| `externalDatabase.database` | Name of the existing database | `nextcloud` |
225225
| `externalDatabase.user` | Existing username in the external db | `nextcloud` |
226226
| `externalDatabase.password` | Password for the above username | `nil` |

charts/nextcloud/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ externalDatabase:
360360
## Supported database engines: mysql or postgresql
361361
type: mysql
362362

363-
## Database host
364-
host:
363+
## Database host. You can optionally include a colon delimited port like "myhost:1234"
364+
host: ""
365365

366366
## Database user
367367
user: nextcloud

0 commit comments

Comments
 (0)