Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update mastodon docker containers #1197

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k8s/base/mastodon-streaming/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: mastodon
image: ghcr.io/mastodon/mastodon-streaming:nightly@sha256:0ccb4f848dd72c8561650cea4c928ca0f9403c2f2c7cbbbca8dc3b000adbedfd
image: ghcr.io/mastodon/mastodon-streaming:nightly@sha256:6857bd7dbaa96faa4ac5c3296ba94f5141b9c42fa695b05a6695e4df313c3a12
command: ["node", "./streaming/index.js"]
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion k8s/base/mastodon-web/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: mastodon
image: ghcr.io/mastodon/mastodon:nightly@sha256:ff4301546a7105cea76c89488566b36ff4a09597444d1e57c41f492279dd693c
image: ghcr.io/mastodon/mastodon:nightly@sha256:aaa6a576bf48e18d7fc96860900b312ce84829106f06f4955b9a98a1868ca28f
command: ["bundle", "exec", "puma", "-C", "config/puma.rb"]
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion k8s/base/mastodon-worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: mastodon
image: ghcr.io/mastodon/mastodon:nightly@sha256:ff4301546a7105cea76c89488566b36ff4a09597444d1e57c41f492279dd693c
image: ghcr.io/mastodon/mastodon:nightly@sha256:aaa6a576bf48e18d7fc96860900b312ce84829106f06f4955b9a98a1868ca28f
command: ["bundle", "exec", "sidekiq", "-c", "15"]
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion k8s/jobs/migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: mastodon
image: ghcr.io/mastodon/mastodon:nightly@sha256:ff4301546a7105cea76c89488566b36ff4a09597444d1e57c41f492279dd693c
image: ghcr.io/mastodon/mastodon:nightly@sha256:aaa6a576bf48e18d7fc96860900b312ce84829106f06f4955b9a98a1868ca28f
envFrom:
- configMapRef:
name: mastodon-env
Expand Down
2 changes: 1 addition & 1 deletion k8s/jobs/search-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: mastodon
image: ghcr.io/mastodon/mastodon:nightly@sha256:ff4301546a7105cea76c89488566b36ff4a09597444d1e57c41f492279dd693c
image: ghcr.io/mastodon/mastodon:nightly@sha256:aaa6a576bf48e18d7fc96860900b312ce84829106f06f4955b9a98a1868ca28f
envFrom:
- configMapRef:
name: mastodon-env
Expand Down
2 changes: 1 addition & 1 deletion k8s/overlays/development/jobs/init-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
command: ["sh", "-c", "until pg_isready -h postgres -p 5432; do sleep 3; done"]
containers:
- name: mastodon
image: ghcr.io/mastodon/mastodon:nightly@sha256:ff4301546a7105cea76c89488566b36ff4a09597444d1e57c41f492279dd693c
image: ghcr.io/mastodon/mastodon:nightly@sha256:aaa6a576bf48e18d7fc96860900b312ce84829106f06f4955b9a98a1868ca28f
command: ["./bin/rails", "db:reset"]
env:
- name: SAFETY_ASSURED
Expand Down