Skip to content

Commit

Permalink
Merge pull request #246 from mrueg/nc-24
Browse files Browse the repository at this point in the history
Bump to 24.0.2 / update dependencies
  • Loading branch information
tvories authored Jun 27, 2022
2 parents 21ab410 + 3fd1373 commit 9c3d70a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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: 11.1.17
version: 11.6.8
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 10.4.5
version: 11.0.13
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.8.4
digest: sha256:be6be24b908b54408848dfc850aa63cf4c1991874dedecc456150c2632a3fa03
generated: "2022-04-07T12:45:17.645748481+02:00"
version: 16.12.3
digest: sha256:8cc335886c01001771b7fdf976f765672cef485a6ea6201749a834bf0b79ccf6
generated: "2022-06-23T09:42:44.000503683+02:00"
10 changes: 5 additions & 5 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.14.6
appVersion: 23.0.3
version: 3.0.0
appVersion: 24.0.2
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: 11.1.*
version: 11.6.*
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
version: 10.4.*
version: 11.0.*
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: redis
version: 16.8.*
version: 16.12.*
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

0 comments on commit 9c3d70a

Please sign in to comment.