diff --git a/charts/commento/Chart.lock b/charts/commento/Chart.lock index 2fd7d3e7fc4d52702704ad2ca29b405c14a35f47..573ab81ddcb21dda27b50dd035f882def52415b3 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.25 -digest: sha256:c6182b3f60268f78406575e0fe24218a3860a782eaabc8f18a3f4afdeaadf329 -generated: "2023-05-14T17:05:45.262900879+02:00" + version: 0.2.26 +digest: sha256:d69954529ad212d027b476ad929d7d9564a6dec399ea789e4f40b73e6a08effd +generated: "2023-08-15T19:53:43.371833218+02:00" diff --git a/charts/commento/Chart.yaml b/charts/commento/Chart.yaml index 37f26c601a34ddd0ac7363a3782b8f534bfe24cb..69a88d0393609c4bc2be8c1f7525940487664dd9 100644 --- a/charts/commento/Chart.yaml +++ b/charts/commento/Chart.yaml @@ -7,12 +7,12 @@ type: application maintainers: - name: groundhog2k -version: "0.1.34" +version: "0.1.35" appVersion: "v1.8.0" dependencies: - name: postgres - version: "0.2.25" + version: "0.2.26" repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled diff --git a/charts/commento/README.md b/charts/commento/README.md index 91f5b88ab9443347fa42d4e63147120ecb8ba129..7583cb6eb89df5ccd75b2e85d5e3a0a18986f747 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.25 | +| @groundhog2k | postgres | 0.2.26 | ## Common parameters diff --git a/charts/commento/RELEASENOTES.md b/charts/commento/RELEASENOTES.md index 5c56195e9a61539c731f2c1ee869b2fab943b469..f186927edfbc5fea35fdb6ae6d4ee60147ff1800 100644 --- a/charts/commento/RELEASENOTES.md +++ b/charts/commento/RELEASENOTES.md @@ -16,4 +16,5 @@ | 0.1.32 | v1.8.0 | Fixed values documentation - thx @generalovmaksim | | 0.1.33 | v1.8.0 | Updated version detection for pod disruption budget | | 0.1.34 | v1.8.0 | Updated chart dependencies (postgres 0.2.25) | +| 0.1.35 | v1.8.0 | Updated chart dependencies (postgres 0.2.26) | | | | | diff --git a/charts/commento/charts/postgres-0.2.25.tgz b/charts/commento/charts/postgres-0.2.25.tgz deleted file mode 100644 index c096684978df207f07c5840f601c23dcae8acebf..0000000000000000000000000000000000000000 Binary files a/charts/commento/charts/postgres-0.2.25.tgz and /dev/null differ diff --git a/charts/commento/charts/postgres-0.2.26.tgz b/charts/commento/charts/postgres-0.2.26.tgz new file mode 100644 index 0000000000000000000000000000000000000000..61eec98ba92ca9e6eb06ddd00f0418f1c78e6791 Binary files /dev/null and b/charts/commento/charts/postgres-0.2.26.tgz differ diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock index e39ca03b994212b9752f128f51e73afd044eace3..597f7f0ef2dd31a6a08a2f0ee22149f818ba7a48 100644 --- a/charts/gitea/Chart.lock +++ b/charts/gitea/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 0.2.28 - name: postgres repository: https://groundhog2k.github.io/helm-charts - version: 0.2.25 + version: 0.2.26 - name: redis repository: https://groundhog2k.github.io/helm-charts version: 0.6.14 -digest: sha256:cd07e1b9e9f73ec84627a6d34cd6fc22feca240fe5f13a6f572743510827e5cf -generated: "2023-08-15T19:41:42.947505843+02:00" +digest: sha256:7f9a69bf3dfed07780c82bf0e63d12c7f539a664b82879445b43bc80cffa87ce +generated: "2023-08-15T19:53:49.195740185+02:00" diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 5a83eb566bfe23505c5857f1b76bad4e1270563e..4ba234ce40261d356baf7aa48909488e215abc0f 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.9.3" +version: "0.9.4" # This is the version number of the application being deployed. appVersion: "1.20.2" @@ -19,7 +19,7 @@ dependencies: repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: postgres - version: "0.2.25" + version: "0.2.26" repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 953ec0f139e55d1b5fff5394304dcf51c9c185ef..b96a0f9ccf68c5ae8995ea42f807cc305bfeb2e3 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -1,6 +1,6 @@ # Gitea -   +   ## Changelog @@ -48,7 +48,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| | @groundhog2k | mariadb | 0.2.28 | -| @groundhog2k | postgres | 0.2.25 | +| @groundhog2k | postgres | 0.2.26 | | @groundhog2k | redis | 0.6.14 | ## Common parameters diff --git a/charts/gitea/RELEASENOTES.md b/charts/gitea/RELEASENOTES.md index 4894bb2ee68d8d0621f9b5b8ab5afbd4c646cc49..cbb3825065a1b1096326d5043a8aeb2a2914e7e2 100644 --- a/charts/gitea/RELEASENOTES.md +++ b/charts/gitea/RELEASENOTES.md @@ -56,4 +56,5 @@ | 0.9.1 | 1.20.1 | Updated to Gitea 1.20.1 | | 0.9.2 | 1.20.2 | Updated to Gitea 1.20.2 | | 0.9.3 | 1.20.2 | Updated chart dependencies (mariadb 0.2.28) | +| 0.9.4 | 1.20.2 | Updated chart dependencies (postgres 0.2.26) | | | | | diff --git a/charts/gitea/charts/postgres-0.2.25.tgz b/charts/gitea/charts/postgres-0.2.25.tgz deleted file mode 100644 index c096684978df207f07c5840f601c23dcae8acebf..0000000000000000000000000000000000000000 Binary files a/charts/gitea/charts/postgres-0.2.25.tgz and /dev/null differ diff --git a/charts/gitea/charts/postgres-0.2.26.tgz b/charts/gitea/charts/postgres-0.2.26.tgz new file mode 100644 index 0000000000000000000000000000000000000000..61eec98ba92ca9e6eb06ddd00f0418f1c78e6791 Binary files /dev/null and b/charts/gitea/charts/postgres-0.2.26.tgz differ diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index dc9f0d6b1f5e5ca2c0926401d3bab4fd59c45079..dd0fe5a7fb15e125ff7ae15187bf4bed7510da3a 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 0.3.14 - name: postgres repository: https://groundhog2k.github.io/helm-charts - version: 0.4.5 + version: 0.4.6 - name: redis repository: https://groundhog2k.github.io/helm-charts version: 0.6.14 -digest: sha256:08dbdcd8c19ece385dcbf199525ca97995ca922a4df51a8e4bfc93f3750e5380 -generated: "2023-08-15T19:41:50.2361827+02:00" +digest: sha256:8bcd84182ab7fe3e79d45ac8a195cfd9b37a6b68b6ce48b77cbfcb38de792050 +generated: "2023-08-15T19:53:56.285250435+02:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 9493e194647b32453a33eabc991e222eae3a1cc8..4b57c92920e3b7f1cae432a3625c85614a6f7121 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.14.4" +version: "0.14.5" # This is the version number of the application being deployed. appVersion: "27.0.2-apache" @@ -19,7 +19,7 @@ dependencies: repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: postgres - version: "0.4.5" + version: "0.4.6" repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index b9f026e07469c6ef03950b0cd6dee0f1bb4477ef..d109fa39ba9083f884013e37ef0cd8d4cc6511b0 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   ## Changelog @@ -83,7 +83,7 @@ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| | @groundhog2k | mariadb | 0.3.14 | -| @groundhog2k | postgres | 0.4.5 | +| @groundhog2k | postgres | 0.4.6 | | @groundhog2k | redis | 0.6.14 | ## Common parameters diff --git a/charts/nextcloud/RELEASENOTES.md b/charts/nextcloud/RELEASENOTES.md index 28bda0038534b16b78447345fd025c17e2f87cd4..56137b382453cab13eb93e42546472b805d0e6fb 100644 --- a/charts/nextcloud/RELEASENOTES.md +++ b/charts/nextcloud/RELEASENOTES.md @@ -48,4 +48,5 @@ | 0.14.2 | 27.0.1-apache | Upgraded to Nextcloud 27.0.1 | | 0.14.3 | 27.0.2-apache | Upgraded to Nextcloud 27.0.2 | | 0.14.4 | 27.0.2-apache | Updated chart dependencies (mariadb 0.3.14) | +| 0.14.5 | 27.0.2-apache | Updated chart dependencies (postgres 0.4.6) | | | | | diff --git a/charts/nextcloud/charts/postgres-0.4.5.tgz b/charts/nextcloud/charts/postgres-0.4.5.tgz deleted file mode 100644 index d41565791ab9dfa302b1deb0f893c203e7b1e624..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/postgres-0.4.5.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/postgres-0.4.6.tgz b/charts/nextcloud/charts/postgres-0.4.6.tgz new file mode 100644 index 0000000000000000000000000000000000000000..6994be89dc992b7842202a84581a718c42cd5fff Binary files /dev/null and b/charts/nextcloud/charts/postgres-0.4.6.tgz differ