diff --git a/charts/ghost/Chart.lock b/charts/ghost/Chart.lock index 2f3f83dd200c0c7f8d3cba8dfc6ae878e16197e1..e60c151a3bdc6f94c7f8464bc1d40e058967f329 100644 --- a/charts/ghost/Chart.lock +++ b/charts/ghost/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.2.21 + version: 0.2.22 - name: mysql repository: https://groundhog2k.github.io/helm-charts version: 0.1.1 -digest: sha256:2b1092ee873397057bc3889fa74877032e7f88532c29bc8f95ab62bff679f67a -generated: "2022-08-07T13:36:11.79411957+02:00" +digest: sha256:601ac8e98d2e9e0be031492e80446569e152adc8abeee2671f0e4bf297f3d9c7 +generated: "2022-08-28T11:46:37.9651868+02:00" diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index f87f5643afcec909260812bd166b52a643c00eec..29b49f3b60cc929aae2f15eb8689bedb7dcd84ef 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,13 +7,13 @@ type: application maintainers: - name: groundhog2k -version: 0.57.0 +version: 0.57.1 appVersion: "5.12.0" dependencies: - name: mariadb - version: 0.2.21 + version: 0.2.22 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: mysql diff --git a/charts/ghost/README.md b/charts/ghost/README.md index cafcac29303734078bf28d24ee1b9088ef898c74..37ddb5468d8b3a3d5b4af25a9344c3b619d7f386 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # Ghost -   +   ## Changelog @@ -49,7 +49,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.2.21 | +| @groundhog2k | mariadb | 0.2.22 | | @groundhog2k | mysql | 0.1.1 | ## Common parameters diff --git a/charts/ghost/RELEASENOTES.md b/charts/ghost/RELEASENOTES.md index 126538241b5565b9ed09db97cdb425779987fb0f..e88c72038c4ea377d51b8dffb729cfde10373ce1 100644 --- a/charts/ghost/RELEASENOTES.md +++ b/charts/ghost/RELEASENOTES.md @@ -51,4 +51,5 @@ | 0.55.0 | 5.10.1 | Upgraded to Ghost 5.10.1 | | 0.56.0 | 5.11.0 | Upgraded to Ghost 5.11.0 | | 0.57.0 | 5.12.0 | Upgraded to Ghost 5.12.0 | +| 0.57.1 | 5.12.0 | Updated chart dependencies (mariadb 0.2.22) | | | | | diff --git a/charts/ghost/charts/mariadb-0.2.21.tgz b/charts/ghost/charts/mariadb-0.2.21.tgz deleted file mode 100644 index b7236d68b6ff3e8f81a4eae23a21cb9fa2fafbc1..0000000000000000000000000000000000000000 Binary files a/charts/ghost/charts/mariadb-0.2.21.tgz and /dev/null differ diff --git a/charts/ghost/charts/mariadb-0.2.22.tgz b/charts/ghost/charts/mariadb-0.2.22.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8a868ae495e7b159ed35988c6f820455fd31aefa Binary files /dev/null and b/charts/ghost/charts/mariadb-0.2.22.tgz differ diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock index d238ba5c67db8c45b9e5a23cf52b67ea9fc681f9..a38b6145a6b9664484306123f67101dd2789cf4e 100644 --- a/charts/gitea/Chart.lock +++ b/charts/gitea/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.2.21 + version: 0.2.22 - name: postgres repository: https://groundhog2k.github.io/helm-charts version: 0.2.21 - name: redis repository: https://groundhog2k.github.io/helm-charts version: 0.5.5 -digest: sha256:3d5c4f875b0d0b298c8d858a63b6367a7b2c2a9f3b458d0cd19ab226f45efc05 -generated: "2022-08-13T14:52:40.074555181+02:00" +digest: sha256:c6410ba37ec292d0c6b9bbbe3cfc6f49ab00e5f31013f5f4db4d929b6b2641a6 +generated: "2022-08-28T11:46:47.70883+02:00" diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 2d27c42e9f940501e6a523cfdf5d0e31de4d0a34..7b6be0837d5ee72dc87e552358507913cac78fd7 100644 --- a/charts/gitea/Chart.yaml +++ b/charts/gitea/Chart.yaml @@ -8,14 +8,14 @@ maintainers: - name: groundhog2k # This is the chart version -version: 0.6.2 +version: 0.6.3 # This is the version number of the application being deployed. appVersion: "1.17.1" dependencies: - name: mariadb - version: 0.2.21 + version: 0.2.22 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: postgres diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 0feb98a925893725a01cde1c64425ede6ecd7acc..6daf9a5dcf4a2a8072bc35ddb91370ca75d46876 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -1,6 +1,6 @@ # Gitea -   +   ## Changelog @@ -47,7 +47,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.2.21 | +| @groundhog2k | mariadb | 0.2.22 | | @groundhog2k | postgres | 0.2.21 | | @groundhog2k | redis | 0.5.5 | diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md index 004c42aefb33639630c7863d4f6c4ff4f35c2298..68f5919d431544e4981328ee0e0ef1d2404f6622 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -24,5 +24,6 @@ | 0.5.15 | 1.16.9 | Updated chart dependencies (redis 0.5.5) | | 0.6.0 | 1.17.0 | Updated to Gitea 1.17.0 | | 0.6.1 | 1.17.0 | Updated chart dependencies (postgres 0.2.21) | -| 0.6.1 | 1.17.1 | Updated to Gitea 1.17.1 | +| 0.6.2 | 1.17.1 | Updated to Gitea 1.17.1 | +| 0.6.3 | 1.17.1 | Updated chart dependencies (mariadb 0.2.22) | | | | | diff --git a/charts/gitea/charts/mariadb-0.2.21.tgz b/charts/gitea/charts/mariadb-0.2.21.tgz deleted file mode 100644 index b7236d68b6ff3e8f81a4eae23a21cb9fa2fafbc1..0000000000000000000000000000000000000000 Binary files a/charts/gitea/charts/mariadb-0.2.21.tgz and /dev/null differ diff --git a/charts/gitea/charts/mariadb-0.2.22.tgz b/charts/gitea/charts/mariadb-0.2.22.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8a868ae495e7b159ed35988c6f820455fd31aefa Binary files /dev/null and b/charts/gitea/charts/mariadb-0.2.22.tgz differ diff --git a/charts/graylog/Chart.lock b/charts/graylog/Chart.lock index eba16eb5c0cda00a4ae43431c942dab5fa75dcdb..5ef63312f52f03a62f8b5ce597a45f00347704a8 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.15 + version: 0.3.16 - name: elasticsearch repository: https://groundhog2k.github.io/helm-charts version: 0.1.106 -digest: sha256:e83c37d52af1ae2b15c63085f4011de2435f8f011a0df9821c25bf41d0d8ff05 -generated: "2022-07-19T18:49:22.727599805+02:00" +digest: sha256:1f81be9f1d1acc43209fe4058678804c9a998b5fb624dbc3dc4490bb2380f2e6 +generated: "2022-08-28T11:46:53.8108607+02:00" diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index a73299bc0d930d1a82b52a2b819e5fc029add5dc..e3deda770a3c7343c03a7032789f76cbee3164ea 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,13 +7,13 @@ type: application maintainers: - name: groundhog2k -version: 0.4.7 +version: 0.4.8 appVersion: "4.3.5-jre11" dependencies: - name: mongodb - version: 0.3.15 + version: 0.3.16 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 06fae534bfed26883ed1b8f9bffb2d489755b5ed..570a81d8ac71050f6f9f74b8a9ac3e62aa8e1aaf 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.15 | +| @groundhog2k | mongodb | 0.3.16 | | @groundhog2k | elasticsearch | 0.1.106 | ## Common parameters diff --git a/charts/graylog/RELEASENOTES.md b/charts/graylog/RELEASENOTES.md index a95f0d610cd7a0d619ca2402a2dc5b8ec47a814c..0622bfaa7b4b05de9ce13b3b1dfd7ae78c33d6d2 100644 --- a/charts/graylog/RELEASENOTES.md +++ b/charts/graylog/RELEASENOTES.md @@ -20,4 +20,5 @@ | 0.4.5 | 4.3.3-jre11 | Updated chart dependencies (mongodb 0.3.15) | | 0.4.6 | 4.3.4-jre11 | Updated chart for Graylog 4.3.4 | | 0.4.7 | 4.3.5-jre11 | Updated chart for Graylog 4.3.5 | +| 0.4.8 | 4.3.5-jre11 | Updated chart dependencies (mongodb 0.3.16) | | | | | diff --git a/charts/graylog/charts/mongodb-0.3.15.tgz b/charts/graylog/charts/mongodb-0.3.15.tgz deleted file mode 100644 index 57e8c2f0238a9b52a8a08c016c9c02ce9a6f51ca..0000000000000000000000000000000000000000 Binary files a/charts/graylog/charts/mongodb-0.3.15.tgz and /dev/null differ diff --git a/charts/graylog/charts/mongodb-0.3.16.tgz b/charts/graylog/charts/mongodb-0.3.16.tgz new file mode 100644 index 0000000000000000000000000000000000000000..3b017421b53e334f03c5fb746e227ec05f35a209 Binary files /dev/null and b/charts/graylog/charts/mongodb-0.3.16.tgz differ diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index 25fa0c29b76e8df16ea0d998e0d5e9a8ba5f9d7c..de7b6e08c3861da607656b5bebd9cf719cfde296 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.2.21 + version: 0.2.22 - name: postgres repository: https://groundhog2k.github.io/helm-charts version: 0.2.21 - name: redis repository: https://groundhog2k.github.io/helm-charts version: 0.5.5 -digest: sha256:3d5c4f875b0d0b298c8d858a63b6367a7b2c2a9f3b458d0cd19ab226f45efc05 -generated: "2022-08-13T14:52:47.894622819+02:00" +digest: sha256:c6410ba37ec292d0c6b9bbbe3cfc6f49ab00e5f31013f5f4db4d929b6b2641a6 +generated: "2022-08-28T11:47:00.4319323+02:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index ea32dbb70634e411962bfe3d0f6eaaad1c4b399f..1be7d269ffe7690e8fac6323e2fc8549a0acfba2 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -8,14 +8,14 @@ maintainers: - name: groundhog2k # This is the chart version. -version: 0.11.9 +version: 0.11.10 # This is the version number of the application being deployed. appVersion: "24.0.4-apache" dependencies: - name: mariadb - version: 0.2.21 + version: 0.2.22 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: postgres diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 59737c5765706c76d57760d4b57ac62975531935..81a7e4f9b1d85b0bc59f4241e95f91f14b110139 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   ## Changelog @@ -82,7 +82,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.2.21 | +| @groundhog2k | mariadb | 0.2.22 | | @groundhog2k | postgres | 0.2.21 | | @groundhog2k | redis | 0.5.5 | diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md index 5c4023d04e310fbb3c3ae2e9e2f8b8054d19b441..5a23f7d36a9a19e2b9cc4cd5db2e4713ecf23b84 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -20,4 +20,5 @@ | 0.11.7 | 24.0.3-apache | Updated chart dependencies (redis 0.5.5) | | 0.11.8 | 24.0.4-apache | Upgraded to Nextcloud 24.0.4 | | 0.11.9 | 24.0.4-apache | Updated chart dependencies (postgres 0.2.21) | +| 0.11.10 | 24.0.4-apache | Updated chart dependencies (mariadb 0.2.22) | | | | | diff --git a/charts/nextcloud/charts/mariadb-0.2.21.tgz b/charts/nextcloud/charts/mariadb-0.2.21.tgz deleted file mode 100644 index b7236d68b6ff3e8f81a4eae23a21cb9fa2fafbc1..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/mariadb-0.2.21.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/mariadb-0.2.22.tgz b/charts/nextcloud/charts/mariadb-0.2.22.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8a868ae495e7b159ed35988c6f820455fd31aefa Binary files /dev/null and b/charts/nextcloud/charts/mariadb-0.2.22.tgz differ diff --git a/charts/wordpress/Chart.lock b/charts/wordpress/Chart.lock index 34f23018cadc6d4e8cfff3de0a4213d6a8c91c5e..98a81ebc25f21f4f3b152b27a90ecef04b86760b 100644 --- a/charts/wordpress/Chart.lock +++ b/charts/wordpress/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.2.21 -digest: sha256:5b292da6e331162af6e207b3590a7837aa795996bc9506cf4db70edad3061bbd -generated: "2022-06-02T14:38:58.003505044+02:00" + version: 0.2.22 +digest: sha256:f3ae439f72c1e7bd7c63bd31745af06f6adeb4dae1fea76825348937642821c7 +generated: "2022-08-28T11:47:15.46542+02:00" diff --git a/charts/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml index ace17093163b5e9f6823863de54c697189055f23..91dfa70a4627014822a3bafe89a426f7d4f9de89 100644 --- a/charts/wordpress/Chart.yaml +++ b/charts/wordpress/Chart.yaml @@ -8,13 +8,13 @@ maintainers: type: application # This is the chart version. -version: 0.6.2 +version: 0.6.3 # This is the version number of the application being deployed. appVersion: "6.0.1-apache" dependencies: - name: mariadb - version: 0.2.21 + version: 0.2.22 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index 9ca8475dbd0e20f1b68c3f929307495af448c24e..1cf7853fbae023b887ef2a4944a37bf967751167 100644 --- a/charts/wordpress/README.md +++ b/charts/wordpress/README.md @@ -1,6 +1,6 @@ # Wordpress -   +   ## Changelog @@ -47,7 +47,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.2.21 | +| @groundhog2k | mariadb | 0.2.22 | ## Common parameters diff --git a/charts/wordpress/RELEASENOTES.md b/charts/wordpress/RELEASENOTES.md index 01ca815899ffc4a127e11fdd205514b359c79a98..d96e183f468a358937eb58f0e60ceb88b1460bab 100644 --- a/charts/wordpress/RELEASENOTES.md +++ b/charts/wordpress/RELEASENOTES.md @@ -12,4 +12,5 @@ | 0.6.0 | 6.0.0-apache | Upgraded to Wordpress 6.0.0 | | 0.6.1 | 6.0.0-apache | Updated chart dependencies (mariadb 0.2.21) | | 0.6.2 | 6.0.1-apache | Upgraded to Wordpress 6.0.1 | +| 0.6.3 | 6.0.1-apache | Updated chart dependencies (mariadb 0.2.22) | | | | | diff --git a/charts/wordpress/charts/mariadb-0.2.21.tgz b/charts/wordpress/charts/mariadb-0.2.21.tgz deleted file mode 100644 index b7236d68b6ff3e8f81a4eae23a21cb9fa2fafbc1..0000000000000000000000000000000000000000 Binary files a/charts/wordpress/charts/mariadb-0.2.21.tgz and /dev/null differ diff --git a/charts/wordpress/charts/mariadb-0.2.22.tgz b/charts/wordpress/charts/mariadb-0.2.22.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8a868ae495e7b159ed35988c6f820455fd31aefa Binary files /dev/null and b/charts/wordpress/charts/mariadb-0.2.22.tgz differ