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