-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nextcloud] initial move to bitnami dependent charts and add postgres (…
…#8) * initial move to bitnami dependent charts and add postgres Signed-off-by: Ryan Holt <[email protected]> * add bitnami repo as a chart location for testing Signed-off-by: Ryan Holt <[email protected]>
- Loading branch information
Showing
6 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v1 | ||
apiVersion: v2 | ||
name: nextcloud | ||
version: 2.0.2 | ||
version: 2.1.0 | ||
appVersion: 17.0.0 | ||
description: A file sharing server that puts the control and security of your own data back into your hands. | ||
keywords: | ||
|
@@ -21,3 +21,16 @@ maintainers: | |
email: [email protected] | ||
- name: billimek | ||
email: [email protected] | ||
dependencies: | ||
- name: postgresql | ||
version: 9.1.2 | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: postgresql.enabled | ||
- name: mariadb | ||
version: 7.7.1 | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: mariadb.enabled | ||
- name: redis | ||
version: 10.7.17 | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: redis.enabled |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters