chore(version): Bump to 4.3.8

This commit is contained in:
Tanguy Herbron 2025-05-22 23:12:16 +02:00
parent 71e9378bbd
commit 36a4adc02b

View File

@ -36,7 +36,7 @@ spec:
fsGroupChangePolicy: "OnRootMismatch"
containers:
- name: mastodon-web
image: ghcr.io/mastodon/mastodon:v4.3.7
image: ghcr.io/mastodon/mastodon:v4.3.8
command: ["bundle", "exec", "puma", "-C", "config/puma.rb"]
ports:
- containerPort: 3000
@ -122,7 +122,7 @@ spec:
- mountPath: "/mastodon/public/system"
name: mastodon-data
- name: mastodon-streaming
image: ghcr.io/mastodon/mastodon-streaming:v4.3.7
image: ghcr.io/mastodon/mastodon-streaming:v4.3.8
command: ["node", "./streaming/index.js"]
ports:
- containerPort: 4000
@ -148,7 +148,7 @@ spec:
- name: REDIS_PORT
value: "6379"
- name: mastodon-sidekiq
image: ghcr.io/mastodon/mastodon:v4.3.7
image: ghcr.io/mastodon/mastodon:v4.3.8
command: ["bundle", "exec", "sidekiq"]
ports:
- containerPort: 9395