diff --git a/kubernetes/main/apps/mastodon/mastodon/app/mastodon-values.yaml b/kubernetes/main/apps/mastodon/mastodon/app/mastodon-values.yaml index 3ef52cdf..a4be4ad7 100644 --- a/kubernetes/main/apps/mastodon/mastodon/app/mastodon-values.yaml +++ b/kubernetes/main/apps/mastodon/mastodon/app/mastodon-values.yaml @@ -7,7 +7,7 @@ image: # built from the most recent commit # # tag: latest - tag: "v4.1.9" + tag: "v4.2.0" # use `Always` when using `latest` tag pullPolicy: IfNotPresent diff --git a/kubernetes/main/apps/mastodon/mastodon/utils/cronjob.yaml b/kubernetes/main/apps/mastodon/mastodon/utils/cronjob.yaml index a66d5c05..f55a39fb 100644 --- a/kubernetes/main/apps/mastodon/mastodon/utils/cronjob.yaml +++ b/kubernetes/main/apps/mastodon/mastodon/utils/cronjob.yaml @@ -30,7 +30,7 @@ spec: name: toot-mastodon-env - secretRef: name: toot-mastodon - image: ghcr.io/mastodon/mastodon:v4.1.9 + image: ghcr.io/mastodon/mastodon:v4.2.0 imagePullPolicy: IfNotPresent name: mastodon volumeMounts: