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 Feb 14, 2024
1 parent 560a928 commit ccd51fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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:37b243b69b6176bbe47d65414ce1ab1f6c87ea5ee953aeffc165d23b4dcd3413
image: ghcr.io/mastodon/mastodon-streaming:nightly@sha256:cf1a2a27e55f7c36c13efb4f1145dcec96fada89c88194b4de209a3fa08854c3
command: ["yarn", "start"]
env:
- name: DEFAULT_LOCALE
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:27b4e5c4119988c6da47538ccaf350c15b0477b25c28be9bec89572e92094152
image: ghcr.io/mastodon/mastodon:nightly@sha256:584c44d332c52b23d29277e0abd9569fc7a710b10ddb7c0ac8872251ef89a649
command: ["bundle", "exec", "rails", "s", "-p", "3000"]
env:
- name: LOCAL_DOMAIN
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:27b4e5c4119988c6da47538ccaf350c15b0477b25c28be9bec89572e92094152
image: ghcr.io/mastodon/mastodon:nightly@sha256:584c44d332c52b23d29277e0abd9569fc7a710b10ddb7c0ac8872251ef89a649
command: ["bundle", "exec", "sidekiq", "-c", "15"]
env:
- name: DB_POOL
Expand Down
2 changes: 1 addition & 1 deletion k8s/jobs/migrate.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:27b4e5c4119988c6da47538ccaf350c15b0477b25c28be9bec89572e92094152
image: ghcr.io/mastodon/mastodon:nightly@sha256:584c44d332c52b23d29277e0abd9569fc7a710b10ddb7c0ac8872251ef89a649
env:
- name: REDIS_HOST
valueFrom:
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:27b4e5c4119988c6da47538ccaf350c15b0477b25c28be9bec89572e92094152
image: ghcr.io/mastodon/mastodon:nightly@sha256:584c44d332c52b23d29277e0abd9569fc7a710b10ddb7c0ac8872251ef89a649
command: ["./bin/rails", "db:reset"]
env:
- name: SAFETY_ASSURED
Expand Down

0 comments on commit ccd51fe

Please sign in to comment.