Skip to content

Commit

Permalink
Merge pull request #137 from mrueg/nc-21
Browse files Browse the repository at this point in the history
Update to nextcloud 21 and dependency charts
  • Loading branch information
tvories authored Aug 18, 2021
2 parents 2dae3ea + 9d0728a commit 3b29057
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions charts/nextcloud/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 10.5.3
version: 10.9.2
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 7.10.4
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 11.3.4
digest: sha256:7141d51e71932e7f417e7132af078de09737e40a100b0fb431c842600fad4196
generated: "2021-08-04T15:10:09.617017404+02:00"
version: 13.0.1
digest: sha256:24de887f3499d4335cfe50486d5daf9181f4dd0bd7c60bfc31145a4080e805ba
generated: "2021-08-17T23:54:39.157565996+02:00"
8 changes: 4 additions & 4 deletions charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: nextcloud
version: 2.7.3
appVersion: 20.0.11
version: 2.8.0
appVersion: 21.0.4
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
- nextcloud
Expand All @@ -23,14 +23,14 @@ maintainers:
email: [email protected]
dependencies:
- name: postgresql
version: 10.5.*
version: 10.9.*
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
version: 7.10.*
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: redis
version: 11.3.*
version: 13.0.*
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
2 changes: 1 addition & 1 deletion charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
image:
repository: nextcloud
tag: 20.0.11-apache
tag: 21.0.4-apache
pullPolicy: IfNotPresent
# pullSecrets:
# - myRegistrKeySecretName
Expand Down

0 comments on commit 3b29057

Please sign in to comment.