Skip to content

Commit ae8be29

Browse files
committed
Bump mastodon to 4.2.5
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
1 parent a7c0d9e commit ae8be29

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

manifests/mastodon/mastodon.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
runAsUser: 991
9393
containers:
9494
- name: mastodon
95-
image: "ghcr.io/mastodon/mastodon:v4.2.4"
95+
image: "ghcr.io/mastodon/mastodon:v4.2.5"
9696
imagePullPolicy: IfNotPresent
9797
command:
9898
- bundle
@@ -168,7 +168,7 @@ spec:
168168
runAsUser: 991
169169
containers:
170170
- name: mastodon
171-
image: "ghcr.io/mastodon/mastodon:v4.2.4"
171+
image: "ghcr.io/mastodon/mastodon:v4.2.5"
172172
imagePullPolicy: IfNotPresent
173173
command:
174174
- node
@@ -256,7 +256,7 @@ spec:
256256
runAsUser: 991
257257
containers:
258258
- name: mastodon
259-
image: "ghcr.io/mastodon/mastodon:v4.2.4"
259+
image: "ghcr.io/mastodon/mastodon:v4.2.5"
260260
imagePullPolicy: IfNotPresent
261261
command:
262262
- bundle

manifests/mastodon/utils.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: OnFailure
2424
containers:
2525
- name: mastodon-media-remove
26-
image: "ghcr.io/mastodon/mastodon:v4.2.4"
26+
image: "ghcr.io/mastodon/mastodon:v4.2.5"
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- bash
@@ -69,7 +69,7 @@ spec:
6969
restartPolicy: OnFailure
7070
containers:
7171
- name: mastodon-assets-precompile
72-
image: "ghcr.io/mastodon/mastodon:v4.2.4"
72+
image: "ghcr.io/mastodon/mastodon:v4.2.5"
7373
imagePullPolicy: IfNotPresent
7474
command:
7575
- bash
@@ -112,7 +112,7 @@ spec:
112112
restartPolicy: OnFailure
113113
containers:
114114
- name: mastodon-db-migrate
115-
image: "ghcr.io/mastodon/mastodon:v4.2.4"
115+
image: "ghcr.io/mastodon/mastodon:v4.2.5"
116116
imagePullPolicy: IfNotPresent
117117
command:
118118
- bundle
@@ -156,7 +156,7 @@ spec:
156156
restartPolicy: Never
157157
containers:
158158
- name: mastodon-db-migrate
159-
image: "ghcr.io/mastodon/mastodon:v4.2.4"
159+
image: "ghcr.io/mastodon/mastodon:v4.2.5"
160160
imagePullPolicy: IfNotPresent
161161
command:
162162
- bash

0 commit comments

Comments
 (0)