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:6.10.0@sha256:076a5cfddeca10fb2420557926b7842212ee355f6fa5234cd8783f7671a8a30c
image: index.docker.io/sourcegraph/cadvisor:6.10.0@sha256:076a5cfddeca10fb2420557926b7842212ee355f6fa5234cd8783f7671a8a30c
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:6.10.0@sha256:df7ac58878d2626e9fd77c84a10673f87daf7cd0372ae0f1149b6526287ceda7
image: index.docker.io/sourcegraph/grafana:6.10.0@sha256:df7ac58878d2626e9fd77c84a10673f87daf7cd0372ae0f1149b6526287ceda7
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:6.10.0@sha256:8d373ab595ded84f782f545e41f891697dbc2876587af619c3b79763d6b0147a
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.10.0@sha256:8d373ab595ded84f782f545e41f891697dbc2876587af619c3b79763d6b0147a
args: ["--memory.max-traces=20000", "--sampling.strategies-file=/etc/jaeger/sampling_strategies.json", "--collector.otlp.enabled"]
ports:
- containerPort: 5775
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:6.10.0@sha256:5d317c62cd9daf4ffc195c398697842263249c0eb30fc67805d0b143ea192c5a
image: index.docker.io/sourcegraph/node-exporter:6.10.0@sha256:5d317c62cd9daf4ffc195c398697842263249c0eb30fc67805d0b143ea192c5a
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:6.10.0@sha256:9412e29ff468ae3abd1234c5d5ca70373b7bd2eae7cb940cce1da6b487fbdc3d
image: index.docker.io/sourcegraph/opentelemetry-collector:6.10.0@sha256:9412e29ff468ae3abd1234c5d5ca70373b7bd2eae7cb940cce1da6b487fbdc3d
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:6.10.0@sha256:9412e29ff468ae3abd1234c5d5ca70373b7bd2eae7cb940cce1da6b487fbdc3d
image: index.docker.io/sourcegraph/opentelemetry-collector:6.10.0@sha256:9412e29ff468ae3abd1234c5d5ca70373b7bd2eae7cb940cce1da6b487fbdc3d
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:6.10.0@sha256:5a38be50f7c6db6e1b07edcc0772fdb714e842ad740b1a420fd0cadc7b6ef0f5
image: index.docker.io/sourcegraph/prometheus:6.10.0@sha256:5a38be50f7c6db6e1b07edcc0772fdb714e842ad740b1a420fd0cadc7b6ef0f5
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:6.10.0@sha256:256eb351b933fe813b80d9bfbaac6773f980bb2d25a30bb35cbb3d93e68145d4
image: index.docker.io/sourcegraph/blobstore:6.10.0@sha256:256eb351b933fe813b80d9bfbaac6773f980bb2d25a30bb35cbb3d93e68145d4
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:6.10.0@sha256:6a6609e2b2ac7983a4e4ea52046804209b78f01e1cff4a1be7a3d186446123cd
image: index.docker.io/sourcegraph/alpine-3.14:6.10.0@sha256:6a6609e2b2ac7983a4e4ea52046804209b78f01e1cff4a1be7a3d186446123cd
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:6.10.0@sha256:d770b0269678094c1d77c2c3f5d685dda0d76f36778339108d43f822f41bdb80
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.10.0@sha256:d770b0269678094c1d77c2c3f5d685dda0d76f36778339108d43f822f41bdb80
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:6.10.0@sha256:2bd1c29bda3c88202512d772146445be488c4a34f529f187a2ade28b52019223
image: index.docker.io/sourcegraph/postgres_exporter:6.10.0@sha256:2bd1c29bda3c88202512d772146445be488c4a34f529f187a2ade28b52019223
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:6.10.0@sha256:6a6609e2b2ac7983a4e4ea52046804209b78f01e1cff4a1be7a3d186446123cd
image: index.docker.io/sourcegraph/alpine-3.14:6.10.0@sha256:6a6609e2b2ac7983a4e4ea52046804209b78f01e1cff4a1be7a3d186446123cd
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:6.10.0@sha256:ce8c9d037bd03de1c90d17583bee53f9e675cb00987ec44abd4d54032d85ef12
image: index.docker.io/sourcegraph/postgresql-16:6.10.0@sha256:ce8c9d037bd03de1c90d17583bee53f9e675cb00987ec44abd4d54032d85ef12
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:6.10.0@sha256:2bd1c29bda3c88202512d772146445be488c4a34f529f187a2ade28b52019223
image: index.docker.io/sourcegraph/postgres_exporter:6.10.0@sha256:2bd1c29bda3c88202512d772146445be488c4a34f529f187a2ade28b52019223
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:6.10.0@sha256:0abe2500352cf8129e3944bbb2a93b5ba571557a1711f127775a3774bc860c84
image: index.docker.io/sourcegraph/migrator:6.10.0@sha256:0abe2500352cf8129e3944bbb2a93b5ba571557a1711f127775a3774bc860c84
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:6.10.0@sha256:39346e9014e6cd9ec963142ba11448d9646e86968f3829d076eda0b6cb252d02
image: index.docker.io/sourcegraph/frontend:6.10.0@sha256:39346e9014e6cd9ec963142ba11448d9646e86968f3829d076eda0b6cb252d02
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:6.10.0@sha256:aeb3689017b6d56f0009d1f905622195b9b0bb4276d77d55ffd80d1d13241194
image: index.docker.io/sourcegraph/gitserver:6.10.0@sha256:aeb3689017b6d56f0009d1f905622195b9b0bb4276d77d55ffd80d1d13241194
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:6.10.0@sha256:3c88b09007b598c01552988623eba9a6f44e1c1c8ff22f7552761f28481a832d
image: index.docker.io/sourcegraph/indexed-searcher:6.10.0@sha256:3c88b09007b598c01552988623eba9a6f44e1c1c8ff22f7552761f28481a832d
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:6.10.0@sha256:781088319486a35a6953697d7499081035bbd37b837a42ebd1e8db4c7d05fe5e
image: index.docker.io/sourcegraph/search-indexer:6.10.0@sha256:781088319486a35a6953697d7499081035bbd37b837a42ebd1e8db4c7d05fe5e
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:6.10.0@sha256:6a6609e2b2ac7983a4e4ea52046804209b78f01e1cff4a1be7a3d186446123cd
image: index.docker.io/sourcegraph/alpine-3.14:6.10.0@sha256:6a6609e2b2ac7983a4e4ea52046804209b78f01e1cff4a1be7a3d186446123cd
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:6.10.0@sha256:ce8c9d037bd03de1c90d17583bee53f9e675cb00987ec44abd4d54032d85ef12
image: index.docker.io/sourcegraph/postgresql-16:6.10.0@sha256:ce8c9d037bd03de1c90d17583bee53f9e675cb00987ec44abd4d54032d85ef12
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:6.10.0@sha256:2bd1c29bda3c88202512d772146445be488c4a34f529f187a2ade28b52019223
image: index.docker.io/sourcegraph/postgres_exporter:6.10.0@sha256:2bd1c29bda3c88202512d772146445be488c4a34f529f187a2ade28b52019223
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:6.10.0@sha256:82e51b2dff99c2c67eb21f8ab03c83cc562aa0b81106f43d639ffbbcf3bd3566
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.10.0@sha256:82e51b2dff99c2c67eb21f8ab03c83cc562aa0b81106f43d639ffbbcf3bd3566
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:6.10.0@sha256:18f8d260e9457b7e34301a55cd1ba6c949ce7b52de339f692e5b65ab3cb5a7fb
image: index.docker.io/sourcegraph/redis-cache:6.10.0@sha256:18f8d260e9457b7e34301a55cd1ba6c949ce7b52de339f692e5b65ab3cb5a7fb
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:6.10.0@sha256:45fad787483707050af505a2983ec133489e899801426ed0177d9855cdbf1528
image: index.docker.io/sourcegraph/redis_exporter:6.10.0@sha256:45fad787483707050af505a2983ec133489e899801426ed0177d9855cdbf1528
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:6.10.0@sha256:cafbc7dc01feb4e024d1725b4e8964d681bcc324edbd26e7a2057ca32485b0ef
image: index.docker.io/sourcegraph/redis-store:6.10.0@sha256:cafbc7dc01feb4e024d1725b4e8964d681bcc324edbd26e7a2057ca32485b0ef
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:6.10.0@sha256:45fad787483707050af505a2983ec133489e899801426ed0177d9855cdbf1528
image: index.docker.io/sourcegraph/redis_exporter:6.10.0@sha256:45fad787483707050af505a2983ec133489e899801426ed0177d9855cdbf1528
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:6.10.0@sha256:24191281a56e1899e4fe199c785039f8cffcc05d6b1548a2c3811195807be9db
image: index.docker.io/sourcegraph/searcher:6.10.0@sha256:24191281a56e1899e4fe199c785039f8cffcc05d6b1548a2c3811195807be9db
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:6.10.0@sha256:ae2bfddc4920c227ed407a5392ec6f90bc09832788bd2cfc1eff76f5a95b163f
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.10.0@sha256:ae2bfddc4920c227ed407a5392ec6f90bc09832788bd2cfc1eff76f5a95b163f
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:6.10.0@sha256:d8b3aadcfcd9754dc876a816884aa8cbc9bdf621a53703a5318084c010dfe4d2
image: index.docker.io/sourcegraph/syntax-highlighter:6.10.0@sha256:d8b3aadcfcd9754dc876a816884aa8cbc9bdf621a53703a5318084c010dfe4d2
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:6.10.0@sha256:663247a51715e0a6236fca7faa337765d6ff9b07a12524a6af2461d14d3f10b9
image: index.docker.io/sourcegraph/worker:6.10.0@sha256:663247a51715e0a6236fca7faa337765d6ff9b07a12524a6af2461d14d3f10b9
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:6.10.0@sha256:c40846afedd8ef999ceab8712b9ab504352c52212c69027a45f8d0c9c1864673
image: index.docker.io/sourcegraph/executor:6.10.0@sha256:c40846afedd8ef999ceab8712b9ab504352c52212c69027a45f8d0c9c1864673
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:6.10.0@sha256:bafb6c61b3922036f94c669d20d23a19da51a9c1d203450bbe8c78a38fc87be7
image: index.docker.io/sourcegraph/dind:6.10.0@sha256:bafb6c61b3922036f94c669d20d23a19da51a9c1d203450bbe8c78a38fc87be7
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:6.10.0@sha256:7935c4a60a6d22df87b7dd1a2859332629c288cf1355035b990fb0624fb4281c
image: index.docker.io/sourcegraph/executor-kubernetes:6.10.0@sha256:7935c4a60a6d22df87b7dd1a2859332629c288cf1355035b990fb0624fb4281c
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:6.10.0@sha256:0abe2500352cf8129e3944bbb2a93b5ba571557a1711f127775a3774bc860c84
image: index.docker.io/sourcegraph/migrator:6.10.0@sha256:0abe2500352cf8129e3944bbb2a93b5ba571557a1711f127775a3774bc860c84
args: ["up"]
envFrom:
- configMapRef:
Expand Down