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 15, 2024
1 parent 560a928 commit dfa863a
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: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

0 comments on commit dfa863a

Please sign in to comment.