From 5be3454e151feaad81e65453700d7df5c365771b Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 27 May 2022 03:20:44 +0000 Subject: [PATCH] Upgrade mastodon --- manifests/mastodon/mastodon.yaml | 6 +++--- manifests/mastodon/utils.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/mastodon/mastodon.yaml b/manifests/mastodon/mastodon.yaml index e25463e..06923f6 100644 --- a/manifests/mastodon/mastodon.yaml +++ b/manifests/mastodon/mastodon.yaml @@ -88,7 +88,7 @@ spec: runAsUser: 991 containers: - name: mastodon - image: "tootsuite/mastodon:v3.5.2" + image: "tootsuite/mastodon:v3.5.3" imagePullPolicy: IfNotPresent command: - bundle @@ -159,7 +159,7 @@ spec: runAsUser: 991 containers: - name: mastodon - image: "tootsuite/mastodon:v3.5.2" + image: "tootsuite/mastodon:v3.5.3" imagePullPolicy: IfNotPresent command: - node @@ -242,7 +242,7 @@ spec: runAsUser: 991 containers: - name: mastodon - image: "tootsuite/mastodon:v3.5.2" + image: "tootsuite/mastodon:v3.5.3" imagePullPolicy: IfNotPresent command: - bundle diff --git a/manifests/mastodon/utils.yaml b/manifests/mastodon/utils.yaml index 60c84da..7700e34 100644 --- a/manifests/mastodon/utils.yaml +++ b/manifests/mastodon/utils.yaml @@ -23,7 +23,7 @@ spec: restartPolicy: OnFailure containers: - name: mastodon-media-remove - image: "tootsuite/mastodon:v3.5.2" + image: "tootsuite/mastodon:v3.5.3" imagePullPolicy: IfNotPresent command: - bash @@ -68,7 +68,7 @@ spec: restartPolicy: OnFailure containers: - name: mastodon-assets-precompile - image: "tootsuite/mastodon:v3.5.2" + image: "tootsuite/mastodon:v3.5.3" imagePullPolicy: IfNotPresent command: - bash @@ -111,7 +111,7 @@ spec: restartPolicy: OnFailure containers: - name: mastodon-db-migrate - image: "tootsuite/mastodon:v3.5.2" + image: "tootsuite/mastodon:v3.5.3" imagePullPolicy: IfNotPresent command: - bundle