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.9.902@sha256:e285585afb40603dd8603f22552ef7659ad31023afb328923e13394d315fbfb9
image: index.docker.io/sourcegraph/cadvisor:6.9.902@sha256:e285585afb40603dd8603f22552ef7659ad31023afb328923e13394d315fbfb9
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.9.902@sha256:e5ab39bfb564cf5e644258be8d3fa5e214d8f6db952fb15e20b40c7c3c068803
image: index.docker.io/sourcegraph/grafana:6.9.902@sha256:e5ab39bfb564cf5e644258be8d3fa5e214d8f6db952fb15e20b40c7c3c068803
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.9.902@sha256:2ff76f5a07ac9f75dfe7cd4ab66756e3c21dc203cb954086dc8f702cc6142d9d
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.9.902@sha256:2ff76f5a07ac9f75dfe7cd4ab66756e3c21dc203cb954086dc8f702cc6142d9d
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.9.902@sha256:2183da1ba54c2a7c04805fe42f4abfd703154e73db9a5466686cbdf66de45cef
image: index.docker.io/sourcegraph/node-exporter:6.9.902@sha256:2183da1ba54c2a7c04805fe42f4abfd703154e73db9a5466686cbdf66de45cef
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.9.902@sha256:38ca920e3ddab1c3bc68989efa8d8e03ec761722d4351fa8e9d740a8dfd272e8
image: index.docker.io/sourcegraph/opentelemetry-collector:6.9.902@sha256:38ca920e3ddab1c3bc68989efa8d8e03ec761722d4351fa8e9d740a8dfd272e8
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.9.902@sha256:38ca920e3ddab1c3bc68989efa8d8e03ec761722d4351fa8e9d740a8dfd272e8
image: index.docker.io/sourcegraph/opentelemetry-collector:6.9.902@sha256:38ca920e3ddab1c3bc68989efa8d8e03ec761722d4351fa8e9d740a8dfd272e8
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.9.902@sha256:3dfa935ba96d596a4c46c72dc9762deb68824c6aecf5896688e429b47d6057da
image: index.docker.io/sourcegraph/prometheus:6.9.902@sha256:3dfa935ba96d596a4c46c72dc9762deb68824c6aecf5896688e429b47d6057da
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.9.902@sha256:d1c5dc947292be4382b7ccf825247f94862d36ea8ef08159bd8ed51cf67969f4
image: index.docker.io/sourcegraph/blobstore:6.9.902@sha256:d1c5dc947292be4382b7ccf825247f94862d36ea8ef08159bd8ed51cf67969f4
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.9.902@sha256:57d34cbd14d7bc8c152d2a93849e0ee0731efc1c2382fbd185e21125e73cdc2e
image: index.docker.io/sourcegraph/alpine-3.14:6.9.902@sha256:57d34cbd14d7bc8c152d2a93849e0ee0731efc1c2382fbd185e21125e73cdc2e
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.9.902@sha256:a47f23f45c6dcc17a9f3dd1cf33d2c93fbf3485513abeac992c7a03c7cd73721
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.9.902@sha256:a47f23f45c6dcc17a9f3dd1cf33d2c93fbf3485513abeac992c7a03c7cd73721
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.9.902@sha256:747859acc2226b0ae93cc3ee982b7ef3836a5090222e1ec95ca57da36d9b6171
image: index.docker.io/sourcegraph/postgres_exporter:6.9.902@sha256:747859acc2226b0ae93cc3ee982b7ef3836a5090222e1ec95ca57da36d9b6171
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.9.902@sha256:57d34cbd14d7bc8c152d2a93849e0ee0731efc1c2382fbd185e21125e73cdc2e
image: index.docker.io/sourcegraph/alpine-3.14:6.9.902@sha256:57d34cbd14d7bc8c152d2a93849e0ee0731efc1c2382fbd185e21125e73cdc2e
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.9.902@sha256:5248009ba473747ad19b49bac7a195acdeea9d74c5f85af7d1a9de3a34a7b455
image: index.docker.io/sourcegraph/postgresql-16:6.9.902@sha256:5248009ba473747ad19b49bac7a195acdeea9d74c5f85af7d1a9de3a34a7b455
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.9.902@sha256:747859acc2226b0ae93cc3ee982b7ef3836a5090222e1ec95ca57da36d9b6171
image: index.docker.io/sourcegraph/postgres_exporter:6.9.902@sha256:747859acc2226b0ae93cc3ee982b7ef3836a5090222e1ec95ca57da36d9b6171
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.9.902@sha256:028cd854071de5a2b42c2884c0c32a842bcaa4a3ace5c8554c7af8de33c48658
image: index.docker.io/sourcegraph/migrator:6.9.902@sha256:028cd854071de5a2b42c2884c0c32a842bcaa4a3ace5c8554c7af8de33c48658
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.9.902@sha256:bd0f2f7207207c38371852c47f715fe7d256c8c9d37cd87571a9260ce778b57b
image: index.docker.io/sourcegraph/frontend:6.9.902@sha256:bd0f2f7207207c38371852c47f715fe7d256c8c9d37cd87571a9260ce778b57b
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.9.902@sha256:284b589ea02897591bdd49ccbb8029700b9c3dd9cbfdc0a003388392d13e39a7
image: index.docker.io/sourcegraph/gitserver:6.9.902@sha256:284b589ea02897591bdd49ccbb8029700b9c3dd9cbfdc0a003388392d13e39a7
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.9.902@sha256:84952b5579a6f2c2bfe507a9f50d6574a581df627b768b4cef571a071fdf810b
image: index.docker.io/sourcegraph/indexed-searcher:6.9.902@sha256:84952b5579a6f2c2bfe507a9f50d6574a581df627b768b4cef571a071fdf810b
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.9.902@sha256:737c1b0e0daa647d6996317a24546d600f0790911b5cacc55ed5263b84d2aacd
image: index.docker.io/sourcegraph/search-indexer:6.9.902@sha256:737c1b0e0daa647d6996317a24546d600f0790911b5cacc55ed5263b84d2aacd
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.9.902@sha256:57d34cbd14d7bc8c152d2a93849e0ee0731efc1c2382fbd185e21125e73cdc2e
image: index.docker.io/sourcegraph/alpine-3.14:6.9.902@sha256:57d34cbd14d7bc8c152d2a93849e0ee0731efc1c2382fbd185e21125e73cdc2e
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.9.902@sha256:5248009ba473747ad19b49bac7a195acdeea9d74c5f85af7d1a9de3a34a7b455
image: index.docker.io/sourcegraph/postgresql-16:6.9.902@sha256:5248009ba473747ad19b49bac7a195acdeea9d74c5f85af7d1a9de3a34a7b455
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.9.902@sha256:747859acc2226b0ae93cc3ee982b7ef3836a5090222e1ec95ca57da36d9b6171
image: index.docker.io/sourcegraph/postgres_exporter:6.9.902@sha256:747859acc2226b0ae93cc3ee982b7ef3836a5090222e1ec95ca57da36d9b6171
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.9.902@sha256:c27d24bd0eaeed8245ecff9fe12f8fc132d89aad24f124fbb642b18d2f27db77
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.9.902@sha256:c27d24bd0eaeed8245ecff9fe12f8fc132d89aad24f124fbb642b18d2f27db77
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.9.902@sha256:4f3307a3cdd8505142dfb8c02f56f003f0956a87bf1d37ef4a2a75c99222ec4e
image: index.docker.io/sourcegraph/redis-cache:6.9.902@sha256:4f3307a3cdd8505142dfb8c02f56f003f0956a87bf1d37ef4a2a75c99222ec4e
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.9.902@sha256:3231d8d0d172013d93727fc354f6bb0092416da550298a7cc859cedea4173cf4
image: index.docker.io/sourcegraph/redis_exporter:6.9.902@sha256:3231d8d0d172013d93727fc354f6bb0092416da550298a7cc859cedea4173cf4
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.9.902@sha256:84f83dc15c08b1162ab09d489492e4d76678eb9a9ca9300700c07a616e169847
image: index.docker.io/sourcegraph/redis-store:6.9.902@sha256:84f83dc15c08b1162ab09d489492e4d76678eb9a9ca9300700c07a616e169847
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.9.902@sha256:3231d8d0d172013d93727fc354f6bb0092416da550298a7cc859cedea4173cf4
image: index.docker.io/sourcegraph/redis_exporter:6.9.902@sha256:3231d8d0d172013d93727fc354f6bb0092416da550298a7cc859cedea4173cf4
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.9.902@sha256:3808d5e8420f008e8bb7844107d1a1c751b5eabf3b5f68ce10d2895f8803140f
image: index.docker.io/sourcegraph/searcher:6.9.902@sha256:3808d5e8420f008e8bb7844107d1a1c751b5eabf3b5f68ce10d2895f8803140f
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.9.902@sha256:c7c56447700bb63e5538f7d5bd447c59f0db549111e7b5759a540a4728308521
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.9.902@sha256:c7c56447700bb63e5538f7d5bd447c59f0db549111e7b5759a540a4728308521
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.9.902@sha256:16a2cc2e20f402b74c406ebf01468cc20fabc57bede5219ed008d8071f86875a
image: index.docker.io/sourcegraph/syntax-highlighter:6.9.902@sha256:16a2cc2e20f402b74c406ebf01468cc20fabc57bede5219ed008d8071f86875a
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.9.902@sha256:f04910f7d93a4e60680db8993e3dca84ce21d22df439ded1ea1a85e77a883fc8
image: index.docker.io/sourcegraph/worker:6.9.902@sha256:f04910f7d93a4e60680db8993e3dca84ce21d22df439ded1ea1a85e77a883fc8
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.9.902@sha256:7e5df6f3776d48fe1efe58986adf6458026d131c6378a4f3789c6bd142c051d1
image: index.docker.io/sourcegraph/executor:6.9.902@sha256:7e5df6f3776d48fe1efe58986adf6458026d131c6378a4f3789c6bd142c051d1
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.9.902@sha256:f8020e6a8dbd4d4681a885987aa76597b99392b78150c3b931b1c18999b29d8d
image: index.docker.io/sourcegraph/dind:6.9.902@sha256:f8020e6a8dbd4d4681a885987aa76597b99392b78150c3b931b1c18999b29d8d
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.9.902@sha256:bc04032161a283f879feb20d2d08fe51838efe90285c304914fb614de6c05d76
image: index.docker.io/sourcegraph/executor-kubernetes:6.9.902@sha256:bc04032161a283f879feb20d2d08fe51838efe90285c304914fb614de6c05d76
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.9.902@sha256:028cd854071de5a2b42c2884c0c32a842bcaa4a3ace5c8554c7af8de33c48658
image: index.docker.io/sourcegraph/migrator:6.9.902@sha256:028cd854071de5a2b42c2884c0c32a842bcaa4a3ace5c8554c7af8de33c48658
args: ["up"]
envFrom:
- configMapRef:
Expand Down