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 #929

Merged
merged 1 commit into from
Feb 15, 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:37b243b69b6176bbe47d65414ce1ab1f6c87ea5ee953aeffc165d23b4dcd3413
image: ghcr.io/mastodon/mastodon-streaming:nightly@sha256:517f9d6099c67673d35846ad014824de337d193bfedc47f1181f03433879c3c4
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:be1f621d90c6b4127994bf06e402972865884a00d4c6dbc5f3da71363085b37c
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:be1f621d90c6b4127994bf06e402972865884a00d4c6dbc5f3da71363085b37c
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:be1f621d90c6b4127994bf06e402972865884a00d4c6dbc5f3da71363085b37c
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:be1f621d90c6b4127994bf06e402972865884a00d4c6dbc5f3da71363085b37c
command: ["./bin/rails", "db:reset"]
env:
- name: SAFETY_ASSURED
Expand Down