Skip to content

Commit

Permalink
build(deps): update mastodon docker containers (#943)
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 | `fa8c0e0` -> `b51a5fd` |
| ghcr.io/mastodon/mastodon-streaming | digest | `07af4ba` -> `3980495`
|

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent b5fddeb commit 08124e3
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:07af4ba2901cedbc055467e3bfcb4d1861db9c3d9ef41b31bcc49f55e6aa2045
image: ghcr.io/mastodon/mastodon-streaming:nightly@sha256:39804958e3dc6b3d476d504f55d6d78aacf7d5463845473a02510243dff04d5c
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:fa8c0e017e2b542dc63e974ffa22e798df6980dd0d86f1186864f27474b385b8
image: ghcr.io/mastodon/mastodon:nightly@sha256:b51a5fd830e9d25b2c8fcbeaf1184c5e0a392501f66ea6e66d997da2f6182c3e
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:fa8c0e017e2b542dc63e974ffa22e798df6980dd0d86f1186864f27474b385b8
image: ghcr.io/mastodon/mastodon:nightly@sha256:b51a5fd830e9d25b2c8fcbeaf1184c5e0a392501f66ea6e66d997da2f6182c3e
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:fa8c0e017e2b542dc63e974ffa22e798df6980dd0d86f1186864f27474b385b8
image: ghcr.io/mastodon/mastodon:nightly@sha256:b51a5fd830e9d25b2c8fcbeaf1184c5e0a392501f66ea6e66d997da2f6182c3e
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:fa8c0e017e2b542dc63e974ffa22e798df6980dd0d86f1186864f27474b385b8
image: ghcr.io/mastodon/mastodon:nightly@sha256:b51a5fd830e9d25b2c8fcbeaf1184c5e0a392501f66ea6e66d997da2f6182c3e
command: ["./bin/rails", "db:reset"]
env:
- name: SAFETY_ASSURED
Expand Down

0 comments on commit 08124e3

Please sign in to comment.