From 9313fadc1c29a1cb34aeba4e97e0479eb878517d Mon Sep 17 00:00:00 2001 From: jessebot Date: Thu, 6 Jul 2023 15:32:18 +0200 Subject: [PATCH] upgrade appVersion to latest, and remove weight from job-db-migrate --- charts/mastodon/Chart.yaml | 4 ++-- charts/mastodon/templates/job-db-migrate.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index d49c3a7..cdc0a9e 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -15,12 +15,12 @@ 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.3 +version: 4.0.4 # 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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: v4.0.2 +appVersion: v4.1.3 dependencies: - name: postgresql diff --git a/charts/mastodon/templates/job-db-migrate.yaml b/charts/mastodon/templates/job-db-migrate.yaml index 41324fb..8ea3a7e 100644 --- a/charts/mastodon/templates/job-db-migrate.yaml +++ b/charts/mastodon/templates/job-db-migrate.yaml @@ -7,7 +7,6 @@ metadata: annotations: "helm.sh/hook": post-install,pre-upgrade "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded - "helm.sh/hook-weight": "-2" spec: template: metadata: