diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index f5b6975facaf2efb524ea63cec82e6454f47c7ba..93504d216c348f4570dfd278288d782c4def9a2c 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 0.2.23 - name: redis repository: https://groundhog2k.github.io/helm-charts - version: 0.6.0 -digest: sha256:73194f9d8c6f105520fd6854cf1b1d52d1fd89d3ffc3d53ad33643d6de266754 -generated: "2023-01-01T11:35:26.953881228+01:00" + version: 0.6.1 +digest: sha256:173d83514d49b55d0592a1080d97ca22da4d931dc2894c2f0155fa213bd3bd67 +generated: "2023-01-18T16:42:27.056647273+01:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index af36a1665922a9235450a7968ad68315cc01ed5e..09ed28331132073c3f5da69cc96e5807fbce4653 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -8,10 +8,10 @@ maintainers: - name: groundhog2k # This is the chart version. -version: 0.12.6 +version: 0.12.7 # This is the version number of the application being deployed. -appVersion: "25.0.2-apache" +appVersion: "25.0.3-apache" dependencies: - name: mariadb @@ -23,6 +23,6 @@ dependencies: repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis - version: 0.6.0 + version: 0.6.1 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index c8bbab487e1db3eb73edb07ab23ece46515380fa..c9cf4feea6d171b45d0e226662321fdecacb6327 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   ## Changelog @@ -84,7 +84,7 @@ helm uninstall my-release |------------|------|---------| | @groundhog2k | mariadb | 0.2.24 | | @groundhog2k | postgres | 0.2.23 | -| @groundhog2k | redis | 0.6.0 | +| @groundhog2k | redis | 0.6.1 | ## Common parameters diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md index b59f3bd3f64ecf545cb28fb5822ab5ca145193c4..530fef2fedd133aa8ada20e2ec9011b96ec0684f 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -33,4 +33,5 @@ | 0.12.4 | 25.0.2-apache | Upgraded to Nextcloud 25.0.2 | | 0.12.5 | 25.0.2-apache | Updated chart dependencies (redis 0.6.0) | | 0.12.6 | 25.0.2-apache | Fixed valued documentation - thx @generalovmaksim | +| 0.12.7 | 25.0.3-apache | Upgraded to Nextcloud 25.0.3 and dependencies (redis 0.6.1) | | | | | diff --git a/charts/nextcloud/charts/redis-0.6.0.tgz b/charts/nextcloud/charts/redis-0.6.0.tgz deleted file mode 100644 index 5e0d8de970a97d6bdd000bc99dead3259083e4ce..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/redis-0.6.0.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/redis-0.6.1.tgz b/charts/nextcloud/charts/redis-0.6.1.tgz new file mode 100644 index 0000000000000000000000000000000000000000..d9206c24e12d73eb971ac07d889bdd3abd3872ea Binary files /dev/null and b/charts/nextcloud/charts/redis-0.6.1.tgz differ