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