From 1728fbaa35999d03647d712bbae91821ce408dee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Jul 2023 08:07:57 +0000 Subject: [PATCH 1/3] Update elasticsearch Docker tag to v19.10.6 --- charts/mastodon/Chart.lock | 6 +++--- charts/mastodon/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mastodon/Chart.lock b/charts/mastodon/Chart.lock index 492b0a8..0f2cceb 100644 --- a/charts/mastodon/Chart.lock +++ b/charts/mastodon/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 12.6.0 - name: elasticsearch repository: oci://registry-1.docker.io/bitnamicharts - version: 19.10.1 + version: 19.10.6 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 17.11.6 -digest: sha256:6969e0aaa14e4f21e59c0b1c5e9d5a723f321d75703065a6c1a540026f4f8646 -generated: "2023-07-02T12:00:33.427253+02:00" +digest: sha256:7e8f43054d7a82be728a77702c9bcf577b55037a94b6bf05598fde2549dc8e8e +generated: "2023-07-31T08:07:55.049559427Z" diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index 87b29a2..b5c4ad4 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -28,7 +28,7 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: elasticsearch - version: 19.10.1 + version: 19.10.6 repository: oci://registry-1.docker.io/bitnamicharts condition: elasticsearch.enabled - name: redis From d54fef0351eb29bf0a7c5eb0e2be4606a3b90f48 Mon Sep 17 00:00:00 2001 From: jessebot Date: Wed, 9 Aug 2023 08:24:52 +0200 Subject: [PATCH 2/3] bump chart version --- charts/mastodon/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index b5c4ad4..66f740b 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.1.0 +version: 4.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 959e57cc966315b2984433f2c710e17ff4e9c575 Mon Sep 17 00:00:00 2001 From: jessebot Date: Wed, 9 Aug 2023 08:25:13 +0200 Subject: [PATCH 3/3] update readme --- charts/mastodon/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mastodon/README.md b/charts/mastodon/README.md index 77bf4e1..b1d6deb 100644 --- a/charts/mastodon/README.md +++ b/charts/mastodon/README.md @@ -1,6 +1,6 @@ # mastodon -![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.4](https://img.shields.io/badge/AppVersion-v4.1.4-informational?style=flat-square) +![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.1.4](https://img.shields.io/badge/AppVersion-v4.1.4-informational?style=flat-square) Mastodon is a free, open-source social network server based on ActivityPub. @@ -8,7 +8,7 @@ Mastodon is a free, open-source social network server based on ActivityPub. | Repository | Name | Version | |------------|------|---------| -| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 19.10.1 | +| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 19.10.6 | | oci://registry-1.docker.io/bitnamicharts | postgresql | 12.6.0 | | oci://registry-1.docker.io/bitnamicharts | redis | 17.11.6 |