diff --git a/charts/commento/Chart.lock b/charts/commento/Chart.lock index 30a7601f0a12a0d5e7c86f8baae9eb8a729bd8e3..4a488cdd7f896d1a63e72a55e194d1acb4f76185 100644 --- a/charts/commento/Chart.lock +++ b/charts/commento/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgres repository: https://groundhog2k.github.io/helm-charts - version: 0.2.19 -digest: sha256:ee4d29d7b5f2d4afcac73da4e775035b2c1de63f3506476ca5e7b8f51b5f7cfe -generated: "2022-03-19T20:47:29.51020566+01:00" + version: 0.2.20 +digest: sha256:2fd7ba64492c171e554a64a04cb97c6d460785cf72646b1855951ed0270946d5 +generated: "2022-05-21T10:19:12.9183875+02:00" diff --git a/charts/commento/Chart.yaml b/charts/commento/Chart.yaml index 222b1fd66fb0163f802f40b495305dc6e35146d9..dd7bea60a538e289d180b509c656202b320fc0a0 100644 --- a/charts/commento/Chart.yaml +++ b/charts/commento/Chart.yaml @@ -7,12 +7,12 @@ type: application maintainers: - name: groundhog2k -version: 0.1.26 +version: 0.1.27 appVersion: "v1.8.0" dependencies: - name: postgres - version: 0.2.19 + version: 0.2.20 repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled diff --git a/charts/commento/README.md b/charts/commento/README.md index 2eadada7aeced6959f2f4b97e9952366a805c0f9..f36511472b16b9e96cceb3062f0bc5b7f10c6f7d 100644 --- a/charts/commento/README.md +++ b/charts/commento/README.md @@ -1,6 +1,6 @@ # Commento -   +   ## Changelog @@ -49,7 +49,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | postgres | 0.2.19 | +| @groundhog2k | postgres | 0.2.20 | ## Common parameters diff --git a/charts/commento/RELEASENOTES.md b/charts/commento/RELEASENOTES.md index 9eaa0e892f52b0920952c99a2ed9331b7cdd1bfa..f35f6ce3a7f9302138411b0b398b749c16499fda 100644 --- a/charts/commento/RELEASENOTES.md +++ b/charts/commento/RELEASENOTES.md @@ -8,4 +8,5 @@ | 0.1.24 | v1.8.0 | Updated chart dependencies (postgres 0.2.16) | | 0.1.25 | v1.8.0 | Updated chart dependencies (postgres 0.2.17) | | 0.1.26 | v1.8.0 | Updated chart dependencies (postgres 0.2.19) | +| 0.1.27 | v1.8.0 | Updated chart dependencies (postgres 0.2.20) | | | | | diff --git a/charts/commento/charts/postgres-0.2.19.tgz b/charts/commento/charts/postgres-0.2.19.tgz deleted file mode 100644 index 183ce194582fba3e4020a200d47829d1ae548686..0000000000000000000000000000000000000000 Binary files a/charts/commento/charts/postgres-0.2.19.tgz and /dev/null differ diff --git a/charts/commento/charts/postgres-0.2.20.tgz b/charts/commento/charts/postgres-0.2.20.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ac73cb810144f527c9ea7fd5d69d262b7bc37341 Binary files /dev/null and b/charts/commento/charts/postgres-0.2.20.tgz differ diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock index 738719f76ba65046e3c1cce26ab256b2404e1a0e..c43bcfc9786af2a0e00669965f0ff5893ee90a0f 100644 --- a/charts/gitea/Chart.lock +++ b/charts/gitea/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 0.2.20 - name: postgres repository: https://groundhog2k.github.io/helm-charts - version: 0.2.19 + version: 0.2.20 - name: redis repository: https://groundhog2k.github.io/helm-charts - version: 0.4.11 -digest: sha256:910a3454b2a06c16a9acff3df29eda266ede2f56bb93e3096dfb4ac808fd3daa -generated: "2022-03-19T20:57:11.825841185+01:00" + version: 0.5.0 +digest: sha256:0d8dcd212d99745acfe0946af1e8b62be598b180b4f55b91896796a9b8eddb18 +generated: "2022-05-21T10:19:19.1026884+02:00" diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 97e01f863d0972858d6ba6d89e5150f7b3d2d165..1e51b0b286d615e92922e5f32a78c2b3586d4843 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.10 +version: 0.5.11 # This is the version number of the application being deployed. appVersion: "1.16.8" @@ -19,10 +19,10 @@ dependencies: repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: postgres - version: 0.2.19 + version: 0.2.20 repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis - version: 0.4.11 + version: 0.5.0 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/gitea/README.md b/charts/gitea/README.md index d3f6e4bfe891fe9f410ad3274a7b3784b9e6ef7a..346b5cae2742669b148786d226b5c349d10fceba 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -1,6 +1,6 @@ # Gitea -   +   ## Changelog @@ -48,8 +48,8 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| | @groundhog2k | mariadb | 0.2.20 | -| @groundhog2k | postgres | 0.2.19 | -| @groundhog2k | redis | 0.4.11 | +| @groundhog2k | postgres | 0.2.20 | +| @groundhog2k | redis | 0.5.0 | ## Common parameters diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md index 252436b5b53c3491bf3dc77ceeb1cd2c4ca84516..8ea7f2379fc9314fe7529fdd1590e25c6abdb62f 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -15,4 +15,5 @@ | 0.5.8 | 1.16.6 | Updated to Gitea 1.16.6 | | 0.5.9 | 1.16.7 | Updated to Gitea 1.16.7 | | 0.5.10 | 1.16.8 | Updated to Gitea 1.16.8 | +| 0.5.11 | 1.16.8 | Updated chart dependencies (postgres 0.2.20 / redis 0.5.0) | | | | | diff --git a/charts/gitea/charts/postgres-0.2.19.tgz b/charts/gitea/charts/postgres-0.2.19.tgz deleted file mode 100644 index 183ce194582fba3e4020a200d47829d1ae548686..0000000000000000000000000000000000000000 Binary files a/charts/gitea/charts/postgres-0.2.19.tgz and /dev/null differ diff --git a/charts/gitea/charts/postgres-0.2.20.tgz b/charts/gitea/charts/postgres-0.2.20.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ac73cb810144f527c9ea7fd5d69d262b7bc37341 Binary files /dev/null and b/charts/gitea/charts/postgres-0.2.20.tgz differ diff --git a/charts/gitea/charts/redis-0.4.11.tgz b/charts/gitea/charts/redis-0.4.11.tgz deleted file mode 100644 index 7789bcb55c6d6606e90fa3f491be344c406526b8..0000000000000000000000000000000000000000 Binary files a/charts/gitea/charts/redis-0.4.11.tgz and /dev/null differ diff --git a/charts/gitea/charts/redis-0.5.0.tgz b/charts/gitea/charts/redis-0.5.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ee2521815490bfe9183ccc51b347e8579539e231 Binary files /dev/null and b/charts/gitea/charts/redis-0.5.0.tgz differ diff --git a/charts/graylog/Chart.lock b/charts/graylog/Chart.lock index 58a54b2033eb53095ee7c17c2a0bd3da75e924f8..b0970814d9d1342ee517e6b6aa0d65509d3058e1 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.13 + version: 0.3.14 - name: elasticsearch repository: https://groundhog2k.github.io/helm-charts version: 0.1.106 -digest: sha256:4a0000cafab306a494af082c59e6bc696f316ea5cad68d35c45576f0582fe70d -generated: "2022-03-19T20:41:02.856138452+01:00" +digest: sha256:068c4c5b75b82502f5d4f5d85995b19550cf8f1dccee567a6044f1a96e4cea28 +generated: "2022-05-21T10:19:24.7242212+02:00" diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index cc27848c4c9d0cc251a88f325f85ecf3a66fe85b..727ed16ec22db7c1e53c4b6fc3bee92fe9a5f359 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,13 +7,13 @@ type: application maintainers: - name: groundhog2k -version: 0.4.0 +version: 0.4.1 appVersion: "4.3.0-jre11" dependencies: - name: mongodb - version: 0.3.13 + version: 0.3.14 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 7b92aee635a6f0da694558603d2be93c81d451ed..04802ac358c25d7563e9cccacc52a49c357c2f1c 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.13 | +| @groundhog2k | mongodb | 0.3.14 | | @groundhog2k | elasticsearch | 0.1.106 | ## Common parameters diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md index 3cd5eb398a101ed0111487068e7e437cab0d0ef0..1e20a9a6279f3be6597153541ee8c87dcfaec25a 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -13,4 +13,5 @@ | 0.3.16 | 4.2.8-jre11 | Updated chart for Graylog 4.2.8 | | 0.3.17 | 4.2.9-jre11 | Updated chart for Graylog 4.2.9 | | 0.4.0 | 4.3.0-jre11 | Updated chart for Graylog 4.3.0 | +| 0.4.1 | 4.3.0-jre11 | Updated chart dependencies (mongodb 0.3.14) | | | | | diff --git a/charts/graylog/charts/mongodb-0.3.13.tgz b/charts/graylog/charts/mongodb-0.3.13.tgz deleted file mode 100644 index 21f9cd7c55bffeaf3479e97bc34147595ebe9f07..0000000000000000000000000000000000000000 Binary files a/charts/graylog/charts/mongodb-0.3.13.tgz and /dev/null differ diff --git a/charts/graylog/charts/mongodb-0.3.14.tgz b/charts/graylog/charts/mongodb-0.3.14.tgz new file mode 100644 index 0000000000000000000000000000000000000000..479241c3f580c64f15b0aaf5a961cda00a638fde Binary files /dev/null and b/charts/graylog/charts/mongodb-0.3.14.tgz differ diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index 625d4248de81c8b3c5ec98addda8bc9e836b43a7..5abd711979d447d318c9de82c1a9724a662cdd64 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 0.2.20 - name: postgres repository: https://groundhog2k.github.io/helm-charts - version: 0.2.19 + version: 0.2.20 - name: redis repository: https://groundhog2k.github.io/helm-charts - version: 0.4.11 -digest: sha256:910a3454b2a06c16a9acff3df29eda266ede2f56bb93e3096dfb4ac808fd3daa -generated: "2022-03-19T20:57:03.412380861+01:00" + version: 0.5.0 +digest: sha256:0d8dcd212d99745acfe0946af1e8b62be598b180b4f55b91896796a9b8eddb18 +generated: "2022-05-21T10:19:30.2557773+02:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 8a760e8b08b8c41c9e8152b65d221a09cebadbc8..7e9789402430dfb6b4d30a81c25898b7d2c5096c 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.1 +version: 0.11.2 # This is the version number of the application being deployed. appVersion: "24.0.1-apache" @@ -19,10 +19,10 @@ dependencies: repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: postgres - version: 0.2.19 + version: 0.2.20 repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis - version: 0.4.11 + version: 0.5.0 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index c23bf32c191205864daed7ee550b5618593ff23e..8f8907e1c6a7599c61e3fead9620d69054a02dc2 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   ## Changelog @@ -83,8 +83,8 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| | @groundhog2k | mariadb | 0.2.20 | -| @groundhog2k | postgres | 0.2.19 | -| @groundhog2k | redis | 0.4.11 | +| @groundhog2k | postgres | 0.2.20 | +| @groundhog2k | redis | 0.5.0 | ## Common parameters diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md index b23ff5b4bc30ad95175597909a4a5fa959d49303..dbb4d35fec627734c2a7bc957adbac747aea8f69 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -12,4 +12,5 @@ | 0.10.9 | 23.0.4-apache | Upgraded to Nextcloud 23.0.4 | | 0.11.0 | 24.0.0-apache | Upgraded to Nextcloud 24.0.0 | | 0.11.1 | 24.0.1-apache | Upgraded to Nextcloud 24.0.1 | +| 0.11.2 | 24.0.1-apache | Updated chart dependencies (postgres 0.2.20 / redis 0.5.0) | | | | | diff --git a/charts/nextcloud/charts/postgres-0.2.19.tgz b/charts/nextcloud/charts/postgres-0.2.19.tgz deleted file mode 100644 index 183ce194582fba3e4020a200d47829d1ae548686..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/postgres-0.2.19.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/postgres-0.2.20.tgz b/charts/nextcloud/charts/postgres-0.2.20.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ac73cb810144f527c9ea7fd5d69d262b7bc37341 Binary files /dev/null and b/charts/nextcloud/charts/postgres-0.2.20.tgz differ diff --git a/charts/nextcloud/charts/redis-0.4.11.tgz b/charts/nextcloud/charts/redis-0.4.11.tgz deleted file mode 100644 index 7789bcb55c6d6606e90fa3f491be344c406526b8..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/redis-0.4.11.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/redis-0.5.0.tgz b/charts/nextcloud/charts/redis-0.5.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ee2521815490bfe9183ccc51b347e8579539e231 Binary files /dev/null and b/charts/nextcloud/charts/redis-0.5.0.tgz differ diff --git a/charts/remark42/Chart.lock b/charts/remark42/Chart.lock index 73be34331b649196d82bc3015e0444773b790082..2e9bd535c900d6fc09d3126c11ae07e90d968e7e 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.4.11 -digest: sha256:1f2c2ab40b0916a3d361aa3e20f512e11b21f87b39a9fb2853b20f7a65da2329 -generated: "2022-03-19T20:57:18.814943632+01:00" + version: 0.5.0 +digest: sha256:6e46a2c9c749cb608cf5190a5f822bc6890d33dfccf94cb1ae0a23c55db15e74 +generated: "2022-05-21T10:19:36.6931968+02:00" diff --git a/charts/remark42/Chart.yaml b/charts/remark42/Chart.yaml index 03568342d2ea87460b603489057afa678bfa9cd5..c525e76fb7d3309c7258a17d240bffc561f23636 100644 --- a/charts/remark42/Chart.yaml +++ b/charts/remark42/Chart.yaml @@ -7,12 +7,12 @@ type: application maintainers: - name: groundhog2k -version: 0.3.5 +version: 0.3.6 appVersion: "v1.9.0" dependencies: - name: redis - version: 0.4.11 + version: 0.5.0 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/remark42/README.md b/charts/remark42/README.md index dcdbd1efaa33e90dfb7cb326b84d5ebc59de03d2..ab6b1fe95ba8fbf997b1e298a41381d6241890bc 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.4.11 | +| @groundhog2k | redis | 0.5.0 | ## Common parameters diff --git a/charts/remark42/RELEASENOTES.md b/charts/remark42/RELEASENOTES.md index 1c9d07ac736a1b51753aa721515b389e4e2ec57c..a6ef8fae8de4e98306801ff6e1e7e5075628d96d 100644 --- a/charts/remark42/RELEASENOTES.md +++ b/charts/remark42/RELEASENOTES.md @@ -6,4 +6,5 @@ | 0.3.3 | v1.9.0 | Updated chart dependencies | | 0.3.4 | v1.9.0 | Fixed auth. configuration | | 0.3.5 | v1.9.0 | Updated chart dependencies (redis 0.4.11) | +| 0.3.6 | v1.9.0 | Updated chart dependencies (redis 0.5.0) | | | | | diff --git a/charts/remark42/charts/redis-0.4.11.tgz b/charts/remark42/charts/redis-0.4.11.tgz deleted file mode 100644 index 7789bcb55c6d6606e90fa3f491be344c406526b8..0000000000000000000000000000000000000000 Binary files a/charts/remark42/charts/redis-0.4.11.tgz and /dev/null differ diff --git a/charts/remark42/charts/redis-0.5.0.tgz b/charts/remark42/charts/redis-0.5.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ee2521815490bfe9183ccc51b347e8579539e231 Binary files /dev/null and b/charts/remark42/charts/redis-0.5.0.tgz differ