From 36a4adc02bd15daed3d86af656a7eab87d2b4aa3 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 22 May 2025 23:12:16 +0200 Subject: [PATCH] chore(version): Bump to 4.3.8 --- manifests/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 3ddd01a..bd89f1f 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -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