Skip to content

Commit

Permalink
build(deps): update mastodon docker containers (#929)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mastodon/mastodon | digest | `27b4e5c` -> `be1f621` |
| ghcr.io/mastodon/mastodon-streaming | digest | `37b243b` -> `517f9d6`
|

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ykzts-technology/mastodon-infra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 560a928 commit 382bb0e
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 382bb0e

Please sign in to comment.