Skip to content

Commit

Permalink
build(deps): update mastodon docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 8645288 commit 08e1e24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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:b5c216c7360b926a7a8bcd9d301a844faff8454171224fe93f61efb3734357ad
image: ghcr.io/mastodon/mastodon-streaming:nightly@sha256:2bfdb54367faf8272bed0739f6723a393147aec5c1506168b77407dcb236e29d
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:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
image: ghcr.io/mastodon/mastodon:nightly@sha256:73daa4209c5341d2f791fa5a061ead9a265482d5c909cc0ec185c40b39925ab5
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:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
image: ghcr.io/mastodon/mastodon:nightly@sha256:73daa4209c5341d2f791fa5a061ead9a265482d5c909cc0ec185c40b39925ab5
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:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
image: ghcr.io/mastodon/mastodon:nightly@sha256:73daa4209c5341d2f791fa5a061ead9a265482d5c909cc0ec185c40b39925ab5
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:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
image: ghcr.io/mastodon/mastodon:nightly@sha256:73daa4209c5341d2f791fa5a061ead9a265482d5c909cc0ec185c40b39925ab5
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:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
image: ghcr.io/mastodon/mastodon:nightly@sha256:73daa4209c5341d2f791fa5a061ead9a265482d5c909cc0ec185c40b39925ab5
command: ["./bin/rails", "db:reset"]
env:
- name: SAFETY_ASSURED
Expand Down

0 comments on commit 08e1e24

Please sign in to comment.