From 08124e3e31b3bf35ea8b9a584bd7f53ecd692522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:56:40 +0900 Subject: [PATCH] build(deps): update mastodon docker containers (#943) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- k8s/base/mastodon-streaming/deployment.yaml | 2 +- k8s/base/mastodon-web/deployment.yaml | 2 +- k8s/base/mastodon-worker/deployment.yaml | 2 +- k8s/jobs/migrate.yaml | 2 +- k8s/overlays/development/jobs/init-db.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/k8s/base/mastodon-streaming/deployment.yaml b/k8s/base/mastodon-streaming/deployment.yaml index 077f5d99..db1f18f5 100644 --- a/k8s/base/mastodon-streaming/deployment.yaml +++ b/k8s/base/mastodon-streaming/deployment.yaml @@ -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 diff --git a/k8s/base/mastodon-web/deployment.yaml b/k8s/base/mastodon-web/deployment.yaml index cb1b648c..fea1b4c8 100644 --- a/k8s/base/mastodon-web/deployment.yaml +++ b/k8s/base/mastodon-web/deployment.yaml @@ -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 diff --git a/k8s/base/mastodon-worker/deployment.yaml b/k8s/base/mastodon-worker/deployment.yaml index 5b419ebc..c0db9455 100644 --- a/k8s/base/mastodon-worker/deployment.yaml +++ b/k8s/base/mastodon-worker/deployment.yaml @@ -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 diff --git a/k8s/jobs/migrate.yaml b/k8s/jobs/migrate.yaml index 2b860263..fabe5bd8 100644 --- a/k8s/jobs/migrate.yaml +++ b/k8s/jobs/migrate.yaml @@ -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: diff --git a/k8s/overlays/development/jobs/init-db.yaml b/k8s/overlays/development/jobs/init-db.yaml index 7ff82ab9..88d0efbc 100644 --- a/k8s/overlays/development/jobs/init-db.yaml +++ b/k8s/overlays/development/jobs/init-db.yaml @@ -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