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.0.0@sha256:71dcdcf4104ea9e9e03e3c827d3f78165ddf6fc9948ac6dfab134ba4f160c2b9
image: index.docker.io/sourcegraph/cadvisor:7.0.0@sha256:71dcdcf4104ea9e9e03e3c827d3f78165ddf6fc9948ac6dfab134ba4f160c2b9
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.0.0@sha256:4e9abcc283df7a10ed35c0f4bd3a22775e70489485f6f85e06834088479d1f0a
image: index.docker.io/sourcegraph/grafana:7.0.0@sha256:4e9abcc283df7a10ed35c0f4bd3a22775e70489485f6f85e06834088479d1f0a
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.0.0@sha256:b27d629e7984570624ed709821088140a4bb4308125b725c43f9d6459b03f1fa
image: index.docker.io/sourcegraph/jaeger-all-in-one:7.0.0@sha256:b27d629e7984570624ed709821088140a4bb4308125b725c43f9d6459b03f1fa
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:7.0.0@sha256:deec032365450cdaf9536ee7d3285d8debecae4bac0355c981e4834fedaea7f5
image: index.docker.io/sourcegraph/node-exporter:7.0.0@sha256:deec032365450cdaf9536ee7d3285d8debecae4bac0355c981e4834fedaea7f5
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.0.0@sha256:f6742b3619714758f01a47da8d58cce1666d39be3f43eee74cc4a290a90cc9f8
image: index.docker.io/sourcegraph/opentelemetry-collector:7.0.0@sha256:f6742b3619714758f01a47da8d58cce1666d39be3f43eee74cc4a290a90cc9f8
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.0.0@sha256:f6742b3619714758f01a47da8d58cce1666d39be3f43eee74cc4a290a90cc9f8
image: index.docker.io/sourcegraph/opentelemetry-collector:7.0.0@sha256:f6742b3619714758f01a47da8d58cce1666d39be3f43eee74cc4a290a90cc9f8
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.0.0@sha256:69acd1102e5fc8458a75c17ffaf512a9246b95d4f0e4ab1cacd7f47170823d51
image: index.docker.io/sourcegraph/prometheus:7.0.0@sha256:69acd1102e5fc8458a75c17ffaf512a9246b95d4f0e4ab1cacd7f47170823d51
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.0.0@sha256:0b0133b7c566d070668eee8e2f34b5df311b14607a1758c147a7d64d02d2cee9
image: index.docker.io/sourcegraph/blobstore:7.0.0@sha256:0b0133b7c566d070668eee8e2f34b5df311b14607a1758c147a7d64d02d2cee9
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.0.0@sha256:ab8ff6073a0d58ad2db8f8a862162938777cc00aceae0c199c39e36cd9da1192
image: index.docker.io/sourcegraph/alpine-3.14:7.0.0@sha256:ab8ff6073a0d58ad2db8f8a862162938777cc00aceae0c199c39e36cd9da1192
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.0.0@sha256:3db9c435645f3ba80455bca88cc32f8f1abdc27eb3d4b42e09c46c7fdc82c5ec
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:7.0.0@sha256:3db9c435645f3ba80455bca88cc32f8f1abdc27eb3d4b42e09c46c7fdc82c5ec
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.0.0@sha256:f013ac51f94877ff01b8c4ebc36f26b4ea5a4dbfe8ea3ee010cf76476c82eb08
image: index.docker.io/sourcegraph/postgres_exporter:7.0.0@sha256:f013ac51f94877ff01b8c4ebc36f26b4ea5a4dbfe8ea3ee010cf76476c82eb08
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.0.0@sha256:ab8ff6073a0d58ad2db8f8a862162938777cc00aceae0c199c39e36cd9da1192
image: index.docker.io/sourcegraph/alpine-3.14:7.0.0@sha256:ab8ff6073a0d58ad2db8f8a862162938777cc00aceae0c199c39e36cd9da1192
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.0.0@sha256:1f2f5569e2829da21b2688181e54732fe18410fb63e02f37f74013c2c06b6828
image: index.docker.io/sourcegraph/postgresql-16:7.0.0@sha256:1f2f5569e2829da21b2688181e54732fe18410fb63e02f37f74013c2c06b6828
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.0.0@sha256:f013ac51f94877ff01b8c4ebc36f26b4ea5a4dbfe8ea3ee010cf76476c82eb08
image: index.docker.io/sourcegraph/postgres_exporter:7.0.0@sha256:f013ac51f94877ff01b8c4ebc36f26b4ea5a4dbfe8ea3ee010cf76476c82eb08
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.0.0@sha256:7172e3262f3bc48d82285955764d2ff8191683dfb32edfbc12dede62adc73059
image: index.docker.io/sourcegraph/migrator:7.0.0@sha256:7172e3262f3bc48d82285955764d2ff8191683dfb32edfbc12dede62adc73059
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.0.0@sha256:5c075e463229a7357dd2b7552333e598e67646ebe5c7bec110623a2975ae4904
image: index.docker.io/sourcegraph/frontend:7.0.0@sha256:5c075e463229a7357dd2b7552333e598e67646ebe5c7bec110623a2975ae4904
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.0.0@sha256:21da1060e10e8947a6e7d5bb57611c0566b5c8c468f46640b24a12aac44a1e16
image: index.docker.io/sourcegraph/gitserver:7.0.0@sha256:21da1060e10e8947a6e7d5bb57611c0566b5c8c468f46640b24a12aac44a1e16
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.0.0@sha256:cea0e7592e2e665185a123f54258db5be719b338bdcdab61107ac07213cf9222
image: index.docker.io/sourcegraph/indexed-searcher:7.0.0@sha256:cea0e7592e2e665185a123f54258db5be719b338bdcdab61107ac07213cf9222
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.0.0@sha256:4ec062dce39598e0bc57b11894979499ea9a4c8a6893566645a57362a9ce6593
image: index.docker.io/sourcegraph/search-indexer:7.0.0@sha256:4ec062dce39598e0bc57b11894979499ea9a4c8a6893566645a57362a9ce6593
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.0.0@sha256:ab8ff6073a0d58ad2db8f8a862162938777cc00aceae0c199c39e36cd9da1192
image: index.docker.io/sourcegraph/alpine-3.14:7.0.0@sha256:ab8ff6073a0d58ad2db8f8a862162938777cc00aceae0c199c39e36cd9da1192
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.0.0@sha256:1f2f5569e2829da21b2688181e54732fe18410fb63e02f37f74013c2c06b6828
image: index.docker.io/sourcegraph/postgresql-16:7.0.0@sha256:1f2f5569e2829da21b2688181e54732fe18410fb63e02f37f74013c2c06b6828
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.0.0@sha256:f013ac51f94877ff01b8c4ebc36f26b4ea5a4dbfe8ea3ee010cf76476c82eb08
image: index.docker.io/sourcegraph/postgres_exporter:7.0.0@sha256:f013ac51f94877ff01b8c4ebc36f26b4ea5a4dbfe8ea3ee010cf76476c82eb08
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.0.0@sha256:df34758e37c3353d69d047fa1c048d813ded472c805b9891d8032991d795bebf
image: index.docker.io/sourcegraph/precise-code-intel-worker:7.0.0@sha256:df34758e37c3353d69d047fa1c048d813ded472c805b9891d8032991d795bebf
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.0.0@sha256:1585e0d736f462ee1d4449f99142b7caff6d7a6ff0992e25d0399de78bae76ff
image: index.docker.io/sourcegraph/redis-cache:7.0.0@sha256:1585e0d736f462ee1d4449f99142b7caff6d7a6ff0992e25d0399de78bae76ff
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.0.0@sha256:12a7aae63bc0bd52e81b0977828481f71bf281d2074ec2472b360c17f5a19383
image: index.docker.io/sourcegraph/redis_exporter:7.0.0@sha256:12a7aae63bc0bd52e81b0977828481f71bf281d2074ec2472b360c17f5a19383
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.0.0@sha256:06c735a373485f6fbeae5f040786002713a5bb32a385231285a9850d61c949c8
image: index.docker.io/sourcegraph/redis-store:7.0.0@sha256:06c735a373485f6fbeae5f040786002713a5bb32a385231285a9850d61c949c8
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.0.0@sha256:12a7aae63bc0bd52e81b0977828481f71bf281d2074ec2472b360c17f5a19383
image: index.docker.io/sourcegraph/redis_exporter:7.0.0@sha256:12a7aae63bc0bd52e81b0977828481f71bf281d2074ec2472b360c17f5a19383
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.0.0@sha256:eede7d3b2d97b39e87763d77f948f915c3ebef346e39b6fa6e7107ee0630f194
image: index.docker.io/sourcegraph/searcher:7.0.0@sha256:eede7d3b2d97b39e87763d77f948f915c3ebef346e39b6fa6e7107ee0630f194
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.0.0@sha256:f2568bedb644a174044f8670f4001c90d6abfa3f58cab0e4874f9ce8bf250f05
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:7.0.0@sha256:f2568bedb644a174044f8670f4001c90d6abfa3f58cab0e4874f9ce8bf250f05
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.0.0@sha256:c080277ca03bf77d6d28720d02c12b6ba26d572064d610426e860d18a3dcd10c
image: index.docker.io/sourcegraph/syntax-highlighter:7.0.0@sha256:c080277ca03bf77d6d28720d02c12b6ba26d572064d610426e860d18a3dcd10c
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.0.0@sha256:f8cc5b917e12f46ab40caef79736f77aab50c6a246de55dcb6d842f207c95426
image: index.docker.io/sourcegraph/worker:7.0.0@sha256:f8cc5b917e12f46ab40caef79736f77aab50c6a246de55dcb6d842f207c95426
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.0.0@sha256:d1b73f6d76d4b1e2738c96d85798787a95a4dc589704b3bc74435f1224d79cfc
image: index.docker.io/sourcegraph/executor:7.0.0@sha256:d1b73f6d76d4b1e2738c96d85798787a95a4dc589704b3bc74435f1224d79cfc
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.0.0@sha256:10f1cbeee76718114e1126349b6cffa7e995057dd35b889db4a4b690c3c8c47c
image: index.docker.io/sourcegraph/dind:7.0.0@sha256:10f1cbeee76718114e1126349b6cffa7e995057dd35b889db4a4b690c3c8c47c
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.0.0@sha256:f27c497fa7042c042cf8e2d876ddb6690884af3c22061298c458b1712bf8a6eb
image: index.docker.io/sourcegraph/executor-kubernetes:7.0.0@sha256:f27c497fa7042c042cf8e2d876ddb6690884af3c22061298c458b1712bf8a6eb
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.0.0@sha256:7172e3262f3bc48d82285955764d2ff8191683dfb32edfbc12dede62adc73059
image: index.docker.io/sourcegraph/migrator:7.0.0@sha256:7172e3262f3bc48d82285955764d2ff8191683dfb32edfbc12dede62adc73059
args: ["up"]
envFrom:
- configMapRef:
Expand Down