Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/monitoring/cadvisor/cadvisor.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: cadvisor
containers:
- name: cadvisor
image: us-docker.pkg.dev/sourcegraph-images/internal/cadvisor:7.1.0@sha256:0412df501bbd981341bad5ebc6e2b84e4e56192c7b3fbd83c72fdc3bc0018635
image: index.docker.io/sourcegraph/cadvisor:7.1.0@sha256:0412df501bbd981341bad5ebc6e2b84e4e56192c7b3fbd83c72fdc3bc0018635
args:
# Kubernetes-specific flags below (other flags are baked into the Docker image)
#
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/grafana/grafana.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: grafana
image: us-docker.pkg.dev/sourcegraph-images/internal/grafana:7.1.0@sha256:a6c5e2c1f8a3517d1d3cfc2f199c030f7be965360cbcc77b34f310d7928dcb1c
image: index.docker.io/sourcegraph/grafana:7.1.0@sha256:a6c5e2c1f8a3517d1d3cfc2f199c030f7be965360cbcc77b34f310d7928dcb1c
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3370
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/jaeger/jaeger.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: jaeger
image: us-docker.pkg.dev/sourcegraph-images/internal/jaeger-all-in-one:7.1.0@sha256:ded1561ddbec8a167ad5a20d183b5426c6adae89892dc3d7f249baebe9ef1806
image: index.docker.io/sourcegraph/jaeger-all-in-one:7.1.0@sha256:ded1561ddbec8a167ad5a20d183b5426c6adae89892dc3d7f249baebe9ef1806
args: ["--config=/etc/jaeger/jaeger-config.yaml"]
ports:
- containerPort: 5778
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/node-exporter/node-exporter.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: node-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/node-exporter:7.1.0@sha256:e0c39f32f468c1c3dbace291bc445f93f2af5b872eed641294abfa4d31a8a3ee
image: index.docker.io/sourcegraph/node-exporter:7.1.0@sha256:e0c39f32f468c1c3dbace291bc445f93f2af5b872eed641294abfa4d31a8a3ee
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/otel-collector/otel-agent.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: otel-agent
image: us-docker.pkg.dev/sourcegraph-images/internal/opentelemetry-collector:7.1.0@sha256:9a0e9c08063d64366e5ce23d8d9bcd44fde75338cb998046d6023351cf765eca
image: index.docker.io/sourcegraph/opentelemetry-collector:7.1.0@sha256:9a0e9c08063d64366e5ce23d8d9bcd44fde75338cb998046d6023351cf765eca
command:
- "/bin/otelcol-sourcegraph"
- "--config=/etc/otel-agent/config.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: otel-collector
image: us-docker.pkg.dev/sourcegraph-images/internal/opentelemetry-collector:7.1.0@sha256:9a0e9c08063d64366e5ce23d8d9bcd44fde75338cb998046d6023351cf765eca
image: index.docker.io/sourcegraph/opentelemetry-collector:7.1.0@sha256:9a0e9c08063d64366e5ce23d8d9bcd44fde75338cb998046d6023351cf765eca
command:
- "/bin/otelcol-sourcegraph"
# To use a custom configuration, edit otel-collector.ConfigMap.yaml
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/prometheus/prometheus.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: prometheus
image: us-docker.pkg.dev/sourcegraph-images/internal/prometheus:7.1.0@sha256:a13644e3f4f34510f5fa61dc167be4577958e8fbc99f2a4faf22bc803a71a2dc
image: index.docker.io/sourcegraph/prometheus:7.1.0@sha256:a13644e3f4f34510f5fa61dc167be4577958e8fbc99f2a4faf22bc803a71a2dc
terminationMessagePolicy: FallbackToLogsOnError
env:
- name: SG_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/blobstore/blobstore.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: blobstore
image: us-docker.pkg.dev/sourcegraph-images/internal/blobstore:7.1.0@sha256:0898d1795fa580df51bde7aaccbb1341f3254ee5dbd57a806c74112ad2343e2e
image: index.docker.io/sourcegraph/blobstore:7.1.0@sha256:0898d1795fa580df51bde7aaccbb1341f3254ee5dbd57a806c74112ad2343e2e
livenessProbe:
httpGet:
path: /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:7.1.0@sha256:1a4e8242e7817cf3fc7b2683f37eef479399d0915a260f294911e624e097e9eb
image: index.docker.io/sourcegraph/alpine-3.14:7.1.0@sha256:1a4e8242e7817cf3fc7b2683f37eef479399d0915a260f294911e624e097e9eb
command: ["sh", "-c", "if [ -d /var/lib/postgresql/data/pgdata ]; then chmod 750 /var/lib/postgresql/data/pgdata; fi"]
volumeMounts:
- mountPath: /var/lib/postgresql/data/
Expand All @@ -45,7 +45,7 @@ spec:
runAsUser: 70
containers:
- name: codeinsights
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16-codeinsights:7.1.0@sha256:187cdb7e2839bec8754dd446617e9f878c06c3a202a08036358d8e6626bbc909
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:7.1.0@sha256:187cdb7e2839bec8754dd446617e9f878c06c3a202a08036358d8e6626bbc909
env:
- name: POSTGRES_DB
value: postgres
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
value: postgres://postgres:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/code_insights_queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:7.1.0@sha256:f75405f05a0c63921182aa4be8255466fb81215e9ec72c2157e25cf236ccc6d3
image: index.docker.io/sourcegraph/postgres_exporter:7.1.0@sha256:f75405f05a0c63921182aa4be8255466fb81215e9ec72c2157e25cf236ccc6d3
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
6 changes: 3 additions & 3 deletions base/sourcegraph/codeintel-db/codeintel-db.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:7.1.0@sha256:1a4e8242e7817cf3fc7b2683f37eef479399d0915a260f294911e624e097e9eb
image: index.docker.io/sourcegraph/alpine-3.14:7.1.0@sha256:1a4e8242e7817cf3fc7b2683f37eef479399d0915a260f294911e624e097e9eb
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
volumeMounts:
- mountPath: /data
Expand All @@ -45,7 +45,7 @@ spec:
memory: "50Mi"
containers:
- name: pgsql
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16:7.1.0@sha256:0217ddc24b70f45cffde5f85e1ea1f0475b9b415f658883b5c081822f1881eef
image: index.docker.io/sourcegraph/postgresql-16:7.1.0@sha256:0217ddc24b70f45cffde5f85e1ea1f0475b9b415f658883b5c081822f1881eef
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
value: postgres://sg:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/code_intel_queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:7.1.0@sha256:f75405f05a0c63921182aa4be8255466fb81215e9ec72c2157e25cf236ccc6d3
image: index.docker.io/sourcegraph/postgres_exporter:7.1.0@sha256:f75405f05a0c63921182aa4be8255466fb81215e9ec72c2157e25cf236ccc6d3
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
initContainers:
- name: migrator
image: us-docker.pkg.dev/sourcegraph-images/internal/migrator:7.1.0@sha256:70f05ce2efb02e056f75fa9e0281c7c623d2bc100c191544eca993f69e9cfa54
image: index.docker.io/sourcegraph/migrator:7.1.0@sha256:70f05ce2efb02e056f75fa9e0281c7c623d2bc100c191544eca993f69e9cfa54
args: ["up"]
resources:
limits:
Expand All @@ -48,7 +48,7 @@ spec:
name: sourcegraph-frontend-env
containers:
- name: frontend
image: us-docker.pkg.dev/sourcegraph-images/internal/frontend:7.1.0@sha256:ee59f3ec34a3680879d11bae8e8ff20b630ceb346ad67a704c2522d541ad4862
image: index.docker.io/sourcegraph/frontend:7.1.0@sha256:ee59f3ec34a3680879d11bae8e8ff20b630ceb346ad67a704c2522d541ad4862
args:
- serve
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/gitserver/gitserver.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/gitserver:7.1.0@sha256:6b1dafce324c0df5c5246efa934edf2f6345d881a875ebfe514770bdeecabc3a
image: index.docker.io/sourcegraph/gitserver:7.1.0@sha256:6b1dafce324c0df5c5246efa934edf2f6345d881a875ebfe514770bdeecabc3a
terminationMessagePolicy: FallbackToLogsOnError
# Temporary: when migrating from repo names to repo IDs on disk,
# gitserver can take a little while to start up. To avoid killing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
value: http://$(OTEL_AGENT_HOST):4317
- name: OPENTELEMETRY_DISABLED
value: "false"
image: us-docker.pkg.dev/sourcegraph-images/internal/indexed-searcher:7.1.0@sha256:1c245fa4fb442afa9e86093f957328994e62edabcde392e1eea8b02a182e3626
image: index.docker.io/sourcegraph/indexed-searcher:7.1.0@sha256:1c245fa4fb442afa9e86093f957328994e62edabcde392e1eea8b02a182e3626
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6070
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
value: http://$(OTEL_AGENT_HOST):4317
- name: OPENTELEMETRY_DISABLED
value: "false"
image: us-docker.pkg.dev/sourcegraph-images/internal/search-indexer:7.1.0@sha256:7018ad54201f10c53b1fe48b2adeac04d0ea39f66984c9464df1790f8c411f06
image: index.docker.io/sourcegraph/search-indexer:7.1.0@sha256:7018ad54201f10c53b1fe48b2adeac04d0ea39f66984c9464df1790f8c411f06
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6072
Expand Down
6 changes: 3 additions & 3 deletions base/sourcegraph/pgsql/pgsql.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:7.1.0@sha256:1a4e8242e7817cf3fc7b2683f37eef479399d0915a260f294911e624e097e9eb
image: index.docker.io/sourcegraph/alpine-3.14:7.1.0@sha256:1a4e8242e7817cf3fc7b2683f37eef479399d0915a260f294911e624e097e9eb
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
volumeMounts:
- mountPath: /data
Expand All @@ -46,7 +46,7 @@ spec:
memory: "50Mi"
containers:
- name: pgsql
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16:7.1.0@sha256:0217ddc24b70f45cffde5f85e1ea1f0475b9b415f658883b5c081822f1881eef
image: index.docker.io/sourcegraph/postgresql-16:7.1.0@sha256:0217ddc24b70f45cffde5f85e1ea1f0475b9b415f658883b5c081822f1881eef
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
value: postgres://sg:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:7.1.0@sha256:f75405f05a0c63921182aa4be8255466fb81215e9ec72c2157e25cf236ccc6d3
image: index.docker.io/sourcegraph/postgres_exporter:7.1.0@sha256:f75405f05a0c63921182aa4be8255466fb81215e9ec72c2157e25cf236ccc6d3
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/precise-code-intel/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/precise-code-intel-worker:7.1.0@sha256:befd6fdcad1940c21c1d42d9857aaf8c050d0e9308585bfb1b4e82f356e54198
image: index.docker.io/sourcegraph/precise-code-intel-worker:7.1.0@sha256:befd6fdcad1940c21c1d42d9857aaf8c050d0e9308585bfb1b4e82f356e54198
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions base/sourcegraph/redis/redis-cache.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: redis-cache
image: us-docker.pkg.dev/sourcegraph-images/internal/redis-cache:7.1.0@sha256:f6adabf83317a2c7b1c14bc17002dc5e7b44b693c02ac6557c973f5b12e255e0
image: index.docker.io/sourcegraph/redis-cache:7.1.0@sha256:f6adabf83317a2c7b1c14bc17002dc5e7b44b693c02ac6557c973f5b12e255e0
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/redis_exporter:7.1.0@sha256:b0441df9064052041f831e082fa506b9154d43912798d5584f0dd4d1f5bb9b70
image: index.docker.io/sourcegraph/redis_exporter:7.1.0@sha256:b0441df9064052041f831e082fa506b9154d43912798d5584f0dd4d1f5bb9b70
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
4 changes: 2 additions & 2 deletions base/sourcegraph/redis/redis-store.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: redis-store
image: us-docker.pkg.dev/sourcegraph-images/internal/redis-store:7.1.0@sha256:0158ad9373f951fa01473937ab685fb03519fc1be587d5c0e639ad23d75d97a8
image: index.docker.io/sourcegraph/redis-store:7.1.0@sha256:0158ad9373f951fa01473937ab685fb03519fc1be587d5c0e639ad23d75d97a8
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/redis_exporter:7.1.0@sha256:b0441df9064052041f831e082fa506b9154d43912798d5584f0dd4d1f5bb9b70
image: index.docker.io/sourcegraph/redis_exporter:7.1.0@sha256:b0441df9064052041f831e082fa506b9154d43912798d5584f0dd4d1f5bb9b70
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/searcher/searcher.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/searcher:7.1.0@sha256:9c80ca39746fc4e5ccd9e109f64b9e0b326f474f22cbebf8010ee624ee680587
image: index.docker.io/sourcegraph/searcher:7.1.0@sha256:9c80ca39746fc4e5ccd9e109f64b9e0b326f474f22cbebf8010ee624ee680587
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3181
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: us-docker.pkg.dev/sourcegraph-images/internal/syntactic-code-intel-worker:7.1.0@sha256:2c1925056f0a8fa8a2dc2b5dd40741d38fba7241f9b461539a6e4b882b01bca4
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:7.1.0@sha256:2c1925056f0a8fa8a2dc2b5dd40741d38fba7241f9b461539a6e4b882b01bca4
terminationMessagePath: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
allowPrivilegeEscalation: false
runAsGroup: 101
runAsUser: 100
image: us-docker.pkg.dev/sourcegraph-images/internal/syntax-highlighter:7.1.0@sha256:2083aa80bfce4496d22632723780148797f41a4eeb3339d1f24c839881be0ef7
image: index.docker.io/sourcegraph/syntax-highlighter:7.1.0@sha256:2083aa80bfce4496d22632723780148797f41a4eeb3339d1f24c839881be0ef7
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/worker/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/worker:7.1.0@sha256:0151caef79dcbd62c499400c33936f33a285516c91e7646db16536841eed8316
image: index.docker.io/sourcegraph/worker:7.1.0@sha256:0151caef79dcbd62c499400c33936f33a285516c91e7646db16536841eed8316
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions components/executors/dind/executor.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: executor
image: us-docker.pkg.dev/sourcegraph-images/internal/executor:7.1.0@sha256:53d809132fc6a46d5ffdf569bbc0930bb07a4448994ac73c586de45f4fda9146
image: index.docker.io/sourcegraph/executor:7.1.0@sha256:53d809132fc6a46d5ffdf569bbc0930bb07a4448994ac73c586de45f4fda9146
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
- mountPath: /scratch
name: executor-scratch
- name: dind
image: us-docker.pkg.dev/sourcegraph-images/internal/dind:7.1.0@sha256:bba56e6e5c8dc409e915e90d487ba68e926f74665fb34967612d9e9e3d96a929
image: index.docker.io/sourcegraph/dind:7.1.0@sha256:bba56e6e5c8dc409e915e90d487ba68e926f74665fb34967612d9e9e3d96a929
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion components/executors/k8s/executor.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: executor
containers:
- name: executor
image: us-docker.pkg.dev/sourcegraph-images/internal/executor-kubernetes:7.1.0@sha256:e739373d2d8705057871cd5a20fb9a5310dce594d9cf1fc9a4d2f23639a17036
image: index.docker.io/sourcegraph/executor-kubernetes:7.1.0@sha256:e739373d2d8705057871cd5a20fb9a5310dce594d9cf1fc9a4d2f23639a17036
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down
2 changes: 1 addition & 1 deletion components/utils/migrator/resources/migrator.Job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: migrator
image: us-docker.pkg.dev/sourcegraph-images/internal/migrator:7.1.0@sha256:70f05ce2efb02e056f75fa9e0281c7c623d2bc100c191544eca993f69e9cfa54
image: index.docker.io/sourcegraph/migrator:7.1.0@sha256:70f05ce2efb02e056f75fa9e0281c7c623d2bc100c191544eca993f69e9cfa54
args: ["up"]
envFrom:
- configMapRef:
Expand Down