Skip to content

Commit 798967b

Browse files
Update Mastodon to v4.5.5 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47e47ce commit 798967b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.5.4"
95+
image: "ghcr.io/mastodon/mastodon:v4.5.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-streaming:v4.5.4"
171+
image: "ghcr.io/mastodon/mastodon-streaming:v4.5.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.5.4"
259+
image: "ghcr.io/mastodon/mastodon:v4.5.5"
260260
imagePullPolicy: IfNotPresent
261261
command:
262262
- bundle

manifests/mastodon/utils.yaml

Lines changed: 5 additions & 5 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.5.4"
26+
image: "ghcr.io/mastodon/mastodon:v4.5.5"
2727
imagePullPolicy: IfNotPresent
2828
command:
2929
- bash
@@ -70,7 +70,7 @@ spec:
7070
restartPolicy: OnFailure
7171
containers:
7272
- name: mastodon-assets-precompile
73-
image: "ghcr.io/mastodon/mastodon:v4.5.4"
73+
image: "ghcr.io/mastodon/mastodon:v4.5.5"
7474
imagePullPolicy: IfNotPresent
7575
command:
7676
- bash
@@ -114,7 +114,7 @@ spec:
114114
restartPolicy: OnFailure
115115
containers:
116116
- name: mastodon-db-migrate
117-
image: "ghcr.io/mastodon/mastodon:v4.5.4"
117+
image: "ghcr.io/mastodon/mastodon:v4.5.5"
118118
imagePullPolicy: IfNotPresent
119119
command:
120120
- bundle
@@ -160,7 +160,7 @@ spec:
160160
restartPolicy: OnFailure
161161
containers:
162162
- name: mastodon-db-migrate
163-
image: "ghcr.io/mastodon/mastodon:v4.5.4"
163+
image: "ghcr.io/mastodon/mastodon:v4.5.5"
164164
imagePullPolicy: IfNotPresent
165165
command:
166166
- bundle
@@ -205,7 +205,7 @@ spec:
205205
restartPolicy: Never
206206
containers:
207207
- name: mastodon-db-migrate
208-
image: "ghcr.io/mastodon/mastodon:v4.5.4"
208+
image: "ghcr.io/mastodon/mastodon:v4.5.5"
209209
imagePullPolicy: IfNotPresent
210210
command:
211211
- bash

0 commit comments

Comments
 (0)