diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock index e70c83e0588da8c7e2e682a3e4c7463693cbf15a..a566f3305e791f9b9a4b63a3a89b10b4e533056b 100644 --- a/charts/gitea/Chart.lock +++ b/charts/gitea/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 0.2.20 - name: redis repository: https://groundhog2k.github.io/helm-charts - version: 0.5.1 -digest: sha256:70c4059a4eec64b821c3c459109f2bd03f5441940c7741e75c5e341506188f9c -generated: "2022-06-09T20:11:42.2239837+02:00" + version: 0.5.5 +digest: sha256:2225568446d74e9533b935ffb9e8fd08ca574b9dba5eb19aeb83f5fbf84199d8 +generated: "2022-07-19T18:49:11.423346201+02:00" diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 7eda039b781ac261654869d965721d51629c9ff3..12c7e4e84b2a6ee93aa004b7abd71338df604233 100644 --- a/charts/gitea/Chart.yaml +++ b/charts/gitea/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version -version: 0.5.14 +version: 0.5.15 # This is the version number of the application being deployed. appVersion: "1.16.9" @@ -23,6 +23,6 @@ dependencies: repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis - version: 0.5.1 + version: 0.5.5 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 9b67c86b0fa6c4caba5a506aff48c91c8821b842..fb0a3bec4ab2dde8deccaa1652830f0c776f0bf4 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -1,6 +1,6 @@ # Gitea -   +   ## Changelog @@ -49,7 +49,7 @@ helm uninstall my-release |------------|------|---------| | @groundhog2k | mariadb | 0.2.21 | | @groundhog2k | postgres | 0.2.20 | -| @groundhog2k | redis | 0.5.1 | +| @groundhog2k | redis | 0.5.5 | ## Common parameters diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md index e33707797ca612db6354dadf2ae74bc23f002176..7da4e6135c4bf5deffc52808d2a02d19671afaf3 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -19,4 +19,5 @@ | 0.5.12 | 1.16.8 | Updated chart dependencies (mariadb 0.2.21) | | 0.5.13 | 1.16.8 | Updated chart dependencies (redis 0.5.1) | | 0.5.14 | 1.16.9 | Updated to Gitea 1.16.9 | +| 0.5.15 | 1.16.9 | Updated chart dependencies (redis 0.5.5) | | | | | diff --git a/charts/gitea/charts/redis-0.5.1.tgz b/charts/gitea/charts/redis-0.5.1.tgz deleted file mode 100644 index 31e85d042d3c7d7aadd5aeae3684f325b543a3c1..0000000000000000000000000000000000000000 Binary files a/charts/gitea/charts/redis-0.5.1.tgz and /dev/null differ diff --git a/charts/gitea/charts/redis-0.5.5.tgz b/charts/gitea/charts/redis-0.5.5.tgz new file mode 100644 index 0000000000000000000000000000000000000000..987349c595b641a175a0c234646ad96bc70093ba Binary files /dev/null and b/charts/gitea/charts/redis-0.5.5.tgz differ diff --git a/charts/graylog/Chart.lock b/charts/graylog/Chart.lock index b0970814d9d1342ee517e6b6aa0d65509d3058e1..eba16eb5c0cda00a4ae43431c942dab5fa75dcdb 100644 --- a/charts/graylog/Chart.lock +++ b/charts/graylog/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mongodb repository: https://groundhog2k.github.io/helm-charts - version: 0.3.14 + version: 0.3.15 - name: elasticsearch repository: https://groundhog2k.github.io/helm-charts version: 0.1.106 -digest: sha256:068c4c5b75b82502f5d4f5d85995b19550cf8f1dccee567a6044f1a96e4cea28 -generated: "2022-05-21T10:19:24.7242212+02:00" +digest: sha256:e83c37d52af1ae2b15c63085f4011de2435f8f011a0df9821c25bf41d0d8ff05 +generated: "2022-07-19T18:49:22.727599805+02:00" diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index 475514a065b011ae060dbb6101b9c973bc6242fb..b8286e859ad3f0529173f12d875194f317cfffdc 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,13 +7,13 @@ type: application maintainers: - name: groundhog2k -version: 0.4.4 +version: 0.4.5 appVersion: "4.3.3-jre11" dependencies: - name: mongodb - version: 0.3.14 + version: 0.3.15 repository: "https://groundhog2k.github.io/helm-charts" condition: mongodb.enabled - name: elasticsearch diff --git a/charts/graylog/README.md b/charts/graylog/README.md index b2db585df62b0bb5daea629f771447ea82290d1c..45a154374175d5f00df077043954cbef42b4299e 100644 --- a/charts/graylog/README.md +++ b/charts/graylog/README.md @@ -1,6 +1,6 @@ # Graylog -   +   ## Changelog @@ -45,7 +45,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mongodb | 0.3.14 | +| @groundhog2k | mongodb | 0.3.15 | | @groundhog2k | elasticsearch | 0.1.106 | ## Common parameters diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md index 5b58f56d4254a0f2afa70aa00be2bc926230c377..98f085fb6d66dda92935b026c976092e7f02d4f0 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -17,4 +17,5 @@ | 0.4.2 | 4.3.1-jre11 | Updated chart for Graylog 4.3.1 | | 0.4.3 | 4.3.2-jre11 | Updated chart for Graylog 4.3.2 | | 0.4.4 | 4.3.3-jre11 | Updated chart for Graylog 4.3.3 | +| 0.4.5 | 4.3.3-jre11 | Updated chart dependencies (mongodb 0.3.15) | | | | | diff --git a/charts/graylog/charts/mongodb-0.3.14.tgz b/charts/graylog/charts/mongodb-0.3.14.tgz deleted file mode 100644 index 479241c3f580c64f15b0aaf5a961cda00a638fde..0000000000000000000000000000000000000000 Binary files a/charts/graylog/charts/mongodb-0.3.14.tgz and /dev/null differ diff --git a/charts/graylog/charts/mongodb-0.3.15.tgz b/charts/graylog/charts/mongodb-0.3.15.tgz new file mode 100644 index 0000000000000000000000000000000000000000..57e8c2f0238a9b52a8a08c016c9c02ce9a6f51ca Binary files /dev/null and b/charts/graylog/charts/mongodb-0.3.15.tgz differ diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index c46a5e6c57d79a27cf97aac2f97a2848a82ace1a..613d4a355877fa960600d76224b0ae02831ac264 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 0.2.20 - name: redis repository: https://groundhog2k.github.io/helm-charts - version: 0.5.1 -digest: sha256:70c4059a4eec64b821c3c459109f2bd03f5441940c7741e75c5e341506188f9c -generated: "2022-06-09T20:11:35.1168428+02:00" + version: 0.5.5 +digest: sha256:2225568446d74e9533b935ffb9e8fd08ca574b9dba5eb19aeb83f5fbf84199d8 +generated: "2022-07-19T18:49:29.304482587+02:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index faebeb0ea2b71f3da40e5a8dbb218872fe09d9f7..34c696eac371f786d305b9e9228e3fce75bc70be 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version. -version: 0.11.6 +version: 0.11.7 # This is the version number of the application being deployed. appVersion: "24.0.3-apache" @@ -23,6 +23,6 @@ dependencies: repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis - version: 0.5.1 + version: 0.5.5 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 5cfdf489798d40859373bf206f5420ba7229450f..c2b936d1b5e9af8325258f45904e0f13536dbc03 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.21 | | @groundhog2k | postgres | 0.2.20 | -| @groundhog2k | redis | 0.5.1 | +| @groundhog2k | redis | 0.5.5 | ## Common parameters diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md index 2a2bc1144941d3fe83a13f9666f0ce9c4743f645..dba3174e62d8d8b13bf97cbad1c44a78cd42b24c 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -17,4 +17,5 @@ | 0.11.4 | 24.0.1-apache | Updated chart dependencies (redis 0.5.1) | | 0.11.5 | 24.0.2-apache | Upgraded to Nextcloud 24.0.2 | | 0.11.6 | 24.0.3-apache | Upgraded to Nextcloud 24.0.3 | +| 0.11.7 | 24.0.3-apache | Updated chart dependencies (redis 0.5.5) | | | | | diff --git a/charts/nextcloud/charts/redis-0.5.1.tgz b/charts/nextcloud/charts/redis-0.5.1.tgz deleted file mode 100644 index 31e85d042d3c7d7aadd5aeae3684f325b543a3c1..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/redis-0.5.1.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/redis-0.5.5.tgz b/charts/nextcloud/charts/redis-0.5.5.tgz new file mode 100644 index 0000000000000000000000000000000000000000..987349c595b641a175a0c234646ad96bc70093ba Binary files /dev/null and b/charts/nextcloud/charts/redis-0.5.5.tgz differ diff --git a/charts/remark42/Chart.lock b/charts/remark42/Chart.lock index 8c90d4a1f24d31259907c390cbdaf728c52c07c2..f8752b5df273fb78522b8ef807cc966074087d3a 100644 --- a/charts/remark42/Chart.lock +++ b/charts/remark42/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: redis repository: https://groundhog2k.github.io/helm-charts - version: 0.5.1 -digest: sha256:c30e1b7c4e4b24f88075757481d5c08a8b36f6229423d60cef88020c85358f15 -generated: "2022-06-09T20:11:29.3486882+02:00" + version: 0.5.5 +digest: sha256:99501f7245c46144b1127d9d50cab5c3e47b2308139f24fd285331e844d68e4a +generated: "2022-07-19T18:49:36.702406103+02:00" diff --git a/charts/remark42/Chart.yaml b/charts/remark42/Chart.yaml index 8f4ec5a57690a7a44b42cd2321f2d6d61d3cf675..135e809161aad8bd43b9cb6433dfbb5f8fb080a6 100644 --- a/charts/remark42/Chart.yaml +++ b/charts/remark42/Chart.yaml @@ -7,12 +7,12 @@ type: application maintainers: - name: groundhog2k -version: 0.4.2 +version: 0.4.3 appVersion: "v1.10.1" dependencies: - name: redis - version: 0.5.1 + version: 0.5.5 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/remark42/README.md b/charts/remark42/README.md index a8a07ce88a1ff59770f4e457dcdd5ce14fd917b6..eb0ed1661796b51e2c14a5ec5a7a5bacccd58d8c 100644 --- a/charts/remark42/README.md +++ b/charts/remark42/README.md @@ -1,6 +1,6 @@ # Remark42 -   +   A Helm chart for Remark42 on Kubernetes @@ -45,7 +45,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | redis | 0.5.1 | +| @groundhog2k | redis | 0.5.5 | ## Common parameters diff --git a/charts/remark42/RELEASENOTES.md b/charts/remark42/RELEASENOTES.md index 50847dff5a26495d3cdea88ec2a88c200b0e00c5..4978c9febc7ca9f2195844795e231083f8d4549b 100644 --- a/charts/remark42/RELEASENOTES.md +++ b/charts/remark42/RELEASENOTES.md @@ -10,4 +10,5 @@ | 0.4.0 | v1.10.0 | Upgraded to Remark42 v1.10.0 | | 0.4.1 | v1.10.1 | Upgraded to Remark42 v1.10.1 | | 0.4.2 | v1.10.1 | Updated chart dependencies (redis 0.5.1) | +| 0.4.3 | v1.10.1 | Updated chart dependencies (redis 0.5.5) | | | | | diff --git a/charts/remark42/charts/redis-0.5.1.tgz b/charts/remark42/charts/redis-0.5.1.tgz deleted file mode 100644 index 31e85d042d3c7d7aadd5aeae3684f325b543a3c1..0000000000000000000000000000000000000000 Binary files a/charts/remark42/charts/redis-0.5.1.tgz and /dev/null differ diff --git a/charts/remark42/charts/redis-0.5.5.tgz b/charts/remark42/charts/redis-0.5.5.tgz new file mode 100644 index 0000000000000000000000000000000000000000..987349c595b641a175a0c234646ad96bc70093ba Binary files /dev/null and b/charts/remark42/charts/redis-0.5.5.tgz differ