Skip to content

Commit

Permalink
build(deps): update mastodon docker containers (#1204)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mastodon/mastodon | digest | `8c760b5` -> `7c0b41c` |
| ghcr.io/mastodon/mastodon-streaming | digest | `184d95d` -> `b5c216c`
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ykzts-technology/mastodon-infra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 6e6bee6 commit 8645288
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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:184d95d2119eb79592623a7a7d68d316ddf145252b3b8a106257b2d5c628a62e
image: ghcr.io/mastodon/mastodon-streaming:nightly@sha256:b5c216c7360b926a7a8bcd9d301a844faff8454171224fe93f61efb3734357ad
command: ["node", "./streaming/index.js"]
envFrom:
- configMapRef:
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:8c760b59e3a54b55955ac5f764dcfbf2540a310039b1d6252995e46bdabdadde
image: ghcr.io/mastodon/mastodon:nightly@sha256:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
command: ["bundle", "exec", "puma", "-C", "config/puma.rb"]
envFrom:
- configMapRef:
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:8c760b59e3a54b55955ac5f764dcfbf2540a310039b1d6252995e46bdabdadde
image: ghcr.io/mastodon/mastodon:nightly@sha256:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
command: ["bundle", "exec", "sidekiq", "-c", "15"]
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion k8s/jobs/migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: mastodon
image: ghcr.io/mastodon/mastodon:nightly@sha256:8c760b59e3a54b55955ac5f764dcfbf2540a310039b1d6252995e46bdabdadde
image: ghcr.io/mastodon/mastodon:nightly@sha256:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
envFrom:
- configMapRef:
name: mastodon-env
Expand Down
2 changes: 1 addition & 1 deletion k8s/jobs/search-deploy.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:8c760b59e3a54b55955ac5f764dcfbf2540a310039b1d6252995e46bdabdadde
image: ghcr.io/mastodon/mastodon:nightly@sha256:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
envFrom:
- configMapRef:
name: mastodon-env
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:8c760b59e3a54b55955ac5f764dcfbf2540a310039b1d6252995e46bdabdadde
image: ghcr.io/mastodon/mastodon:nightly@sha256:7c0b41cc52a4386bdd3656f8eb9b16466af4149e6358db69e74e68b227cbc6dc
command: ["./bin/rails", "db:reset"]
env:
- name: SAFETY_ASSURED
Expand Down

0 comments on commit 8645288

Please sign in to comment.