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