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.5.0@sha256:b556ec8569273e5ec9f6e4f367fe9abba1c58c1b2df91f69fda4f7ac34d87f58
image: index.docker.io/sourcegraph/cadvisor:7.5.0@sha256:b556ec8569273e5ec9f6e4f367fe9abba1c58c1b2df91f69fda4f7ac34d87f58
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.5.0@sha256:df46db5a81c56ef9ddc661070658bbfa0601f54a6df5f3f6dd7188bb3b028604
image: index.docker.io/sourcegraph/grafana:7.5.0@sha256:df46db5a81c56ef9ddc661070658bbfa0601f54a6df5f3f6dd7188bb3b028604
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.5.0@sha256:9cbe030cebb3b53e615ea18978b041fa53588bfa1aa1631043ba7131f1878561
image: index.docker.io/sourcegraph/jaeger-all-in-one:7.5.0@sha256:9cbe030cebb3b53e615ea18978b041fa53588bfa1aa1631043ba7131f1878561
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.5.0@sha256:049a998776a74e90d1e29e47a599a13331b00122dae2b08319335d66b4c3e079
image: index.docker.io/sourcegraph/node-exporter:7.5.0@sha256:049a998776a74e90d1e29e47a599a13331b00122dae2b08319335d66b4c3e079
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.5.0@sha256:2d22ee57167f873e35330348258e20038546e8c2cecdf660bfa4fe40687eefea
image: index.docker.io/sourcegraph/opentelemetry-collector:7.5.0@sha256:2d22ee57167f873e35330348258e20038546e8c2cecdf660bfa4fe40687eefea
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.5.0@sha256:2d22ee57167f873e35330348258e20038546e8c2cecdf660bfa4fe40687eefea
image: index.docker.io/sourcegraph/opentelemetry-collector:7.5.0@sha256:2d22ee57167f873e35330348258e20038546e8c2cecdf660bfa4fe40687eefea
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.5.0@sha256:0baa925e4eef2ccb55bb485eb0f6bc9a98fb958c16e4beae9c492fd204c722e1
image: index.docker.io/sourcegraph/prometheus:7.5.0@sha256:0baa925e4eef2ccb55bb485eb0f6bc9a98fb958c16e4beae9c492fd204c722e1
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.5.0@sha256:ed0eb52336b30742baa3044c98cace9714455880460a502477280a2e54d6b695
image: index.docker.io/sourcegraph/blobstore:7.5.0@sha256:ed0eb52336b30742baa3044c98cace9714455880460a502477280a2e54d6b695
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.5.0@sha256:bc5db0e05b47e8b33116010f5dc911f40849b8e3e3fdb5e043b09a9cf55589c2
image: index.docker.io/sourcegraph/alpine-3.14:7.5.0@sha256:bc5db0e05b47e8b33116010f5dc911f40849b8e3e3fdb5e043b09a9cf55589c2
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.5.0@sha256:e25b251e79772ecf6bf35eb396fbd37955c55a1dcab92c674d2062d7c8f60c88
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:7.5.0@sha256:e25b251e79772ecf6bf35eb396fbd37955c55a1dcab92c674d2062d7c8f60c88
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.5.0@sha256:9feab9eefb17dc8cda7f83766a60915005221a2deb7d3748df13609afa75a67c
image: index.docker.io/sourcegraph/postgres_exporter:7.5.0@sha256:9feab9eefb17dc8cda7f83766a60915005221a2deb7d3748df13609afa75a67c
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.5.0@sha256:bc5db0e05b47e8b33116010f5dc911f40849b8e3e3fdb5e043b09a9cf55589c2
image: index.docker.io/sourcegraph/alpine-3.14:7.5.0@sha256:bc5db0e05b47e8b33116010f5dc911f40849b8e3e3fdb5e043b09a9cf55589c2
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.5.0@sha256:bdfd5d19c89b0490ab89144a92ccf94a54f2c91bfd19905f1c57987b519cca21
image: index.docker.io/sourcegraph/postgresql-16:7.5.0@sha256:bdfd5d19c89b0490ab89144a92ccf94a54f2c91bfd19905f1c57987b519cca21
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.5.0@sha256:9feab9eefb17dc8cda7f83766a60915005221a2deb7d3748df13609afa75a67c
image: index.docker.io/sourcegraph/postgres_exporter:7.5.0@sha256:9feab9eefb17dc8cda7f83766a60915005221a2deb7d3748df13609afa75a67c
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.5.0@sha256:3851ad6101ddb254baa94ddc8902a6fce515427d229ec484affdf5e29f7e3e96
image: index.docker.io/sourcegraph/migrator:7.5.0@sha256:3851ad6101ddb254baa94ddc8902a6fce515427d229ec484affdf5e29f7e3e96
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.5.0@sha256:cc98c078fe40a7df27d90b55049db96663c331f699e84fb1f43b58777f2d5c53
image: index.docker.io/sourcegraph/frontend:7.5.0@sha256:cc98c078fe40a7df27d90b55049db96663c331f699e84fb1f43b58777f2d5c53
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.5.0@sha256:ff08702a2e20bb351f3294711383f77fedc3efb3af6a70847ae6c54e9a12cc74
image: index.docker.io/sourcegraph/gitserver:7.5.0@sha256:ff08702a2e20bb351f3294711383f77fedc3efb3af6a70847ae6c54e9a12cc74
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.5.0@sha256:e9d69b28de7cc18487f91c4eb64cb2211c64568dbaa37b71f1efb30780c65aa4
image: index.docker.io/sourcegraph/indexed-searcher:7.5.0@sha256:e9d69b28de7cc18487f91c4eb64cb2211c64568dbaa37b71f1efb30780c65aa4
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.5.0@sha256:68f74aadfa0cc801307469820590a58bbd01a5e1906d59b3f2252ad426515944
image: index.docker.io/sourcegraph/search-indexer:7.5.0@sha256:68f74aadfa0cc801307469820590a58bbd01a5e1906d59b3f2252ad426515944
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.5.0@sha256:bc5db0e05b47e8b33116010f5dc911f40849b8e3e3fdb5e043b09a9cf55589c2
image: index.docker.io/sourcegraph/alpine-3.14:7.5.0@sha256:bc5db0e05b47e8b33116010f5dc911f40849b8e3e3fdb5e043b09a9cf55589c2
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.5.0@sha256:bdfd5d19c89b0490ab89144a92ccf94a54f2c91bfd19905f1c57987b519cca21
image: index.docker.io/sourcegraph/postgresql-16:7.5.0@sha256:bdfd5d19c89b0490ab89144a92ccf94a54f2c91bfd19905f1c57987b519cca21
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.5.0@sha256:9feab9eefb17dc8cda7f83766a60915005221a2deb7d3748df13609afa75a67c
image: index.docker.io/sourcegraph/postgres_exporter:7.5.0@sha256:9feab9eefb17dc8cda7f83766a60915005221a2deb7d3748df13609afa75a67c
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.5.0@sha256:691600caf96c046325fdf7c09b3c01da7e434b01e9f8fe5ed1c3d7a5d42b4c2c
image: index.docker.io/sourcegraph/precise-code-intel-worker:7.5.0@sha256:691600caf96c046325fdf7c09b3c01da7e434b01e9f8fe5ed1c3d7a5d42b4c2c
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.5.0@sha256:f8cabc9fcf5961b55a93decd9cfe8aae8b4acbd6fa31db822be5f7ea02c9903b
image: index.docker.io/sourcegraph/redis-cache:7.5.0@sha256:f8cabc9fcf5961b55a93decd9cfe8aae8b4acbd6fa31db822be5f7ea02c9903b
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.5.0@sha256:3fa728fa49070d391fd87767245cfdf2996bc83a1bb88a23cc40045899f85056
image: index.docker.io/sourcegraph/redis_exporter:7.5.0@sha256:3fa728fa49070d391fd87767245cfdf2996bc83a1bb88a23cc40045899f85056
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.5.0@sha256:ada68bbd78086628ecd1001c1de5f12d01ddeadd77f789a9280c60d0fa0fdb07
image: index.docker.io/sourcegraph/redis-store:7.5.0@sha256:ada68bbd78086628ecd1001c1de5f12d01ddeadd77f789a9280c60d0fa0fdb07
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.5.0@sha256:3fa728fa49070d391fd87767245cfdf2996bc83a1bb88a23cc40045899f85056
image: index.docker.io/sourcegraph/redis_exporter:7.5.0@sha256:3fa728fa49070d391fd87767245cfdf2996bc83a1bb88a23cc40045899f85056
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.5.0@sha256:cd0bfe3f8b02596dc81498b8e91757dd8edde53f2d448c8e3ad540087b7de892
image: index.docker.io/sourcegraph/searcher:7.5.0@sha256:cd0bfe3f8b02596dc81498b8e91757dd8edde53f2d448c8e3ad540087b7de892
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.5.0@sha256:b778d1d8428938bd99fa9dc85129a3bd4b4edaa109c00973bf7b093c2cb24d90
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:7.5.0@sha256:b778d1d8428938bd99fa9dc85129a3bd4b4edaa109c00973bf7b093c2cb24d90
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.5.0@sha256:f06d8f981c5928dc9a4674f5839fe229885505367a4b3af36b3013610eea17e1
image: index.docker.io/sourcegraph/syntax-highlighter:7.5.0@sha256:f06d8f981c5928dc9a4674f5839fe229885505367a4b3af36b3013610eea17e1
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.5.0@sha256:1c85d1110a4754dec81a7c7c355699a8761b39fc1479cc0a5cfe944879e3c7fb
image: index.docker.io/sourcegraph/worker:7.5.0@sha256:1c85d1110a4754dec81a7c7c355699a8761b39fc1479cc0a5cfe944879e3c7fb
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.5.0@sha256:b9120ead69a1d7fe6aaf684be8d33e90a5d3e304392a9915d543ab9554044e1f
image: index.docker.io/sourcegraph/executor:7.5.0@sha256:b9120ead69a1d7fe6aaf684be8d33e90a5d3e304392a9915d543ab9554044e1f
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.5.0@sha256:e2f3a62e357ac7cf00fc98a09449122651235e6bd9adca6dc89f7e718947e4d6
image: index.docker.io/sourcegraph/dind:7.5.0@sha256:e2f3a62e357ac7cf00fc98a09449122651235e6bd9adca6dc89f7e718947e4d6
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.5.0@sha256:857ac6092e15ca5c26b4167412d6451d923ab5c6737a22fc7183bda417b6be25
image: index.docker.io/sourcegraph/executor-kubernetes:7.5.0@sha256:857ac6092e15ca5c26b4167412d6451d923ab5c6737a22fc7183bda417b6be25
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.5.0@sha256:3851ad6101ddb254baa94ddc8902a6fce515427d229ec484affdf5e29f7e3e96
image: index.docker.io/sourcegraph/migrator:7.5.0@sha256:3851ad6101ddb254baa94ddc8902a6fce515427d229ec484affdf5e29f7e3e96
args: ["up"]
envFrom:
- configMapRef:
Expand Down