diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ad15b8..367ece2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Add dependency chart repos run: | - helm repo add bitnami https://charts.bitnami.com/bitnami + helm dep update charts/mastodon - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 diff --git a/charts/mastodon/Chart.lock b/charts/mastodon/Chart.lock index 961e4fa..41ec5f1 100644 --- a/charts/mastodon/Chart.lock +++ b/charts/mastodon/Chart.lock @@ -8,5 +8,5 @@ dependencies: - name: redis repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami version: 16.13.2 -digest: sha256:17ea58a3264aa22faff18215c4269f47dabae956d0df273c684972f356416193 -generated: "2022-08-08T21:44:18.0195364+02:00" +digest: sha256:8be2c8069d65f295d0079bdda67c45691370f7bef73393c2e80eedbdd748b9af +generated: "2023-07-02T11:39:02.492465+02:00" diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index 1ebc973..d0ba84a 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.0.0 +version: 4.0.1 # 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 diff --git a/charts/mastodon/charts/elasticsearch-19.0.1.tgz b/charts/mastodon/charts/elasticsearch-19.0.1.tgz new file mode 100644 index 0000000..7818f6c Binary files /dev/null and b/charts/mastodon/charts/elasticsearch-19.0.1.tgz differ diff --git a/charts/mastodon/charts/postgresql-11.1.3.tgz b/charts/mastodon/charts/postgresql-11.1.3.tgz new file mode 100644 index 0000000..193ac29 Binary files /dev/null and b/charts/mastodon/charts/postgresql-11.1.3.tgz differ diff --git a/charts/mastodon/charts/redis-16.13.2.tgz b/charts/mastodon/charts/redis-16.13.2.tgz new file mode 100644 index 0000000..33b5e96 Binary files /dev/null and b/charts/mastodon/charts/redis-16.13.2.tgz differ