diff --git a/k8s/base/mastodon-streaming/deployment.yaml b/k8s/base/mastodon-streaming/deployment.yaml index 36dafed6..037e4b11 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:394f49e507a6b8b6a64f141e653890b9c368152ed093efe2ffdabd4b97f46f6d + image: ghcr.io/mastodon/mastodon-streaming:nightly@sha256:d0475299458bd06e3747c50400379b391948f33468c4f4d771d242193881cb9f command: ["node", "./streaming/index.js"] envFrom: - configMapRef: diff --git a/k8s/base/mastodon-web/deployment.yaml b/k8s/base/mastodon-web/deployment.yaml index 4fad93bd..2f555306 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:f08d784919e075a941f3ba02eebc88bc55b59e653331a4fdce9d6f6418b77e38 + image: ghcr.io/mastodon/mastodon:nightly@sha256:c02f53cc47e46c02e348fc847fe25aa302e71121be8bcaacff69a687859d2de8 command: ["bundle", "exec", "puma", "-C", "config/puma.rb"] envFrom: - configMapRef: diff --git a/k8s/base/mastodon-worker/deployment.yaml b/k8s/base/mastodon-worker/deployment.yaml index 97ed6b6b..88d579b5 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:f08d784919e075a941f3ba02eebc88bc55b59e653331a4fdce9d6f6418b77e38 + image: ghcr.io/mastodon/mastodon:nightly@sha256:c02f53cc47e46c02e348fc847fe25aa302e71121be8bcaacff69a687859d2de8 command: ["bundle", "exec", "sidekiq", "-c", "15"] envFrom: - configMapRef: diff --git a/k8s/jobs/migrate.yaml b/k8s/jobs/migrate.yaml index 954aabcb..4ed14acc 100644 --- a/k8s/jobs/migrate.yaml +++ b/k8s/jobs/migrate.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: mastodon - image: ghcr.io/mastodon/mastodon:nightly@sha256:f08d784919e075a941f3ba02eebc88bc55b59e653331a4fdce9d6f6418b77e38 + image: ghcr.io/mastodon/mastodon:nightly@sha256:c02f53cc47e46c02e348fc847fe25aa302e71121be8bcaacff69a687859d2de8 envFrom: - configMapRef: name: mastodon-env diff --git a/k8s/jobs/search-deploy.yaml b/k8s/jobs/search-deploy.yaml index 7b228041..3f1bd6d8 100644 --- a/k8s/jobs/search-deploy.yaml +++ b/k8s/jobs/search-deploy.yaml @@ -7,7 +7,7 @@ spec: spec: containers: - name: mastodon - image: ghcr.io/mastodon/mastodon:nightly@sha256:f08d784919e075a941f3ba02eebc88bc55b59e653331a4fdce9d6f6418b77e38 + image: ghcr.io/mastodon/mastodon:nightly@sha256:c02f53cc47e46c02e348fc847fe25aa302e71121be8bcaacff69a687859d2de8 envFrom: - configMapRef: name: mastodon-env diff --git a/k8s/overlays/development/jobs/init-db.yaml b/k8s/overlays/development/jobs/init-db.yaml index 66848ff8..9f1c2ac6 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:f08d784919e075a941f3ba02eebc88bc55b59e653331a4fdce9d6f6418b77e38 + image: ghcr.io/mastodon/mastodon:nightly@sha256:c02f53cc47e46c02e348fc847fe25aa302e71121be8bcaacff69a687859d2de8 command: ["./bin/rails", "db:reset"] env: - name: SAFETY_ASSURED