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.2509@sha256:b28565cab1a41d51046351e6b69760f48f7ad64d69e2456405a4467e6ce98255
image: index.docker.io/sourcegraph/cadvisor:6.9.2509@sha256:b28565cab1a41d51046351e6b69760f48f7ad64d69e2456405a4467e6ce98255
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.2509@sha256:53dc5a01848dc48445c6f364b21f91a7fde167767d0b9ca4112d523bd8ce099c
image: index.docker.io/sourcegraph/grafana:6.9.2509@sha256:53dc5a01848dc48445c6f364b21f91a7fde167767d0b9ca4112d523bd8ce099c
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.2509@sha256:80b88122b16d3709f4684c5a8338f3aecd366edd2ab2887e17ba28860b1ad73f
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.9.2509@sha256:80b88122b16d3709f4684c5a8338f3aecd366edd2ab2887e17ba28860b1ad73f
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.2509@sha256:d166494a2895af16f8d752761fb9f409d662d175b1701c91d9790353c37d106b
image: index.docker.io/sourcegraph/node-exporter:6.9.2509@sha256:d166494a2895af16f8d752761fb9f409d662d175b1701c91d9790353c37d106b
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.2509@sha256:5d4ec1db1673fa95f75f0da9e54ad33b81c7a937339abbe2489aeb78069598ac
image: index.docker.io/sourcegraph/opentelemetry-collector:6.9.2509@sha256:5d4ec1db1673fa95f75f0da9e54ad33b81c7a937339abbe2489aeb78069598ac
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.2509@sha256:5d4ec1db1673fa95f75f0da9e54ad33b81c7a937339abbe2489aeb78069598ac
image: index.docker.io/sourcegraph/opentelemetry-collector:6.9.2509@sha256:5d4ec1db1673fa95f75f0da9e54ad33b81c7a937339abbe2489aeb78069598ac
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.2509@sha256:489f6f2b75dceb29a380f64e1853e739de5dd3d673a96bc7bc8ebe9eb85c94ee
image: index.docker.io/sourcegraph/prometheus:6.9.2509@sha256:489f6f2b75dceb29a380f64e1853e739de5dd3d673a96bc7bc8ebe9eb85c94ee
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.2509@sha256:72dadf8e6bc22c3566d4de4e58e837afc2ed0c3952b0db9b2ecd15bc2ef60563
image: index.docker.io/sourcegraph/blobstore:6.9.2509@sha256:72dadf8e6bc22c3566d4de4e58e837afc2ed0c3952b0db9b2ecd15bc2ef60563
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.2509@sha256:e02beb96f14e08bf37819dbdb1c0487a239d033ecc05349765114822c9292dbe
image: index.docker.io/sourcegraph/alpine-3.14:6.9.2509@sha256:e02beb96f14e08bf37819dbdb1c0487a239d033ecc05349765114822c9292dbe
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.2509@sha256:5e0561bc775a0389941900cd8ad0ff4fc526098a626dfba54f875310f6c25a4f
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.9.2509@sha256:5e0561bc775a0389941900cd8ad0ff4fc526098a626dfba54f875310f6c25a4f
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.2509@sha256:72387b47d31d9420545133918083653063f1bd72c16bae282b61a34586d40e11
image: index.docker.io/sourcegraph/postgres_exporter:6.9.2509@sha256:72387b47d31d9420545133918083653063f1bd72c16bae282b61a34586d40e11
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.2509@sha256:e02beb96f14e08bf37819dbdb1c0487a239d033ecc05349765114822c9292dbe
image: index.docker.io/sourcegraph/alpine-3.14:6.9.2509@sha256:e02beb96f14e08bf37819dbdb1c0487a239d033ecc05349765114822c9292dbe
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.2509@sha256:e1ff0d35f0b00c6423362d928e18d659f5c8f0e11dec47dc4dae03d7afe52bd5
image: index.docker.io/sourcegraph/postgresql-16:6.9.2509@sha256:e1ff0d35f0b00c6423362d928e18d659f5c8f0e11dec47dc4dae03d7afe52bd5
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.2509@sha256:72387b47d31d9420545133918083653063f1bd72c16bae282b61a34586d40e11
image: index.docker.io/sourcegraph/postgres_exporter:6.9.2509@sha256:72387b47d31d9420545133918083653063f1bd72c16bae282b61a34586d40e11
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.2509@sha256:c721fa950a057e94531c30cd302ebe11771588bd736e6a35fa59743a94dcaa99
image: index.docker.io/sourcegraph/migrator:6.9.2509@sha256:c721fa950a057e94531c30cd302ebe11771588bd736e6a35fa59743a94dcaa99
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.2509@sha256:575cd26e104140dd90718382790f6defa33639a1d6733e16d4a85b7fefb01505
image: index.docker.io/sourcegraph/frontend:6.9.2509@sha256:575cd26e104140dd90718382790f6defa33639a1d6733e16d4a85b7fefb01505
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.2509@sha256:ffdc63740f4a4c4671cf6424e37f50898258bc27c80b6d9d399145e4e733d2b2
image: index.docker.io/sourcegraph/gitserver:6.9.2509@sha256:ffdc63740f4a4c4671cf6424e37f50898258bc27c80b6d9d399145e4e733d2b2
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.2509@sha256:31b049bfdcbed47559ecc88b34330a00903646374d095cdea6496ef738c9e368
image: index.docker.io/sourcegraph/indexed-searcher:6.9.2509@sha256:31b049bfdcbed47559ecc88b34330a00903646374d095cdea6496ef738c9e368
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.2509@sha256:42fc8da0f1c5e2d27350fd8ad5a5ef966bb2e5adbf8333700cc7be1fd71ce365
image: index.docker.io/sourcegraph/search-indexer:6.9.2509@sha256:42fc8da0f1c5e2d27350fd8ad5a5ef966bb2e5adbf8333700cc7be1fd71ce365
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.2509@sha256:e02beb96f14e08bf37819dbdb1c0487a239d033ecc05349765114822c9292dbe
image: index.docker.io/sourcegraph/alpine-3.14:6.9.2509@sha256:e02beb96f14e08bf37819dbdb1c0487a239d033ecc05349765114822c9292dbe
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.2509@sha256:e1ff0d35f0b00c6423362d928e18d659f5c8f0e11dec47dc4dae03d7afe52bd5
image: index.docker.io/sourcegraph/postgresql-16:6.9.2509@sha256:e1ff0d35f0b00c6423362d928e18d659f5c8f0e11dec47dc4dae03d7afe52bd5
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.2509@sha256:72387b47d31d9420545133918083653063f1bd72c16bae282b61a34586d40e11
image: index.docker.io/sourcegraph/postgres_exporter:6.9.2509@sha256:72387b47d31d9420545133918083653063f1bd72c16bae282b61a34586d40e11
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.2509@sha256:6000cc07fe3f7ee6a1949431f5b0db28f7058282af6adc20dabc9308a6f56709
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.9.2509@sha256:6000cc07fe3f7ee6a1949431f5b0db28f7058282af6adc20dabc9308a6f56709
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.2509@sha256:56637ba06917310924113d3d3b136b2ebb28bdf6829c76efd1c0cbc7cc9be705
image: index.docker.io/sourcegraph/redis-cache:6.9.2509@sha256:56637ba06917310924113d3d3b136b2ebb28bdf6829c76efd1c0cbc7cc9be705
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.2509@sha256:474e7356da18688197876bade0187cf2dbf72c8eb3dfcf88c2d3f6f16afd9f3b
image: index.docker.io/sourcegraph/redis_exporter:6.9.2509@sha256:474e7356da18688197876bade0187cf2dbf72c8eb3dfcf88c2d3f6f16afd9f3b
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.2509@sha256:91868a346154eb0693239887547c321d73b91e3059dd3a6c5649d62934e40541
image: index.docker.io/sourcegraph/redis-store:6.9.2509@sha256:91868a346154eb0693239887547c321d73b91e3059dd3a6c5649d62934e40541
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.2509@sha256:474e7356da18688197876bade0187cf2dbf72c8eb3dfcf88c2d3f6f16afd9f3b
image: index.docker.io/sourcegraph/redis_exporter:6.9.2509@sha256:474e7356da18688197876bade0187cf2dbf72c8eb3dfcf88c2d3f6f16afd9f3b
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.2509@sha256:6504254c7afa4e14dbac11b4ca77f46f593b2baece1d32ba61d17b4897923004
image: index.docker.io/sourcegraph/searcher:6.9.2509@sha256:6504254c7afa4e14dbac11b4ca77f46f593b2baece1d32ba61d17b4897923004
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.2509@sha256:b027e8514523fcbfdd4f3f33455cd6d26b8715f23ed6da7606241cc82c1e5d1d
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.9.2509@sha256:b027e8514523fcbfdd4f3f33455cd6d26b8715f23ed6da7606241cc82c1e5d1d
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.2509@sha256:dcf18dda2b596c0319632609689037a21394bfa6a5a520a4d09e80879c2d8252
image: index.docker.io/sourcegraph/syntax-highlighter:6.9.2509@sha256:dcf18dda2b596c0319632609689037a21394bfa6a5a520a4d09e80879c2d8252
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.2509@sha256:aa7581716a67b0efad05a64c6074b038ce5f6f95868eba06c9a2301537897026
image: index.docker.io/sourcegraph/worker:6.9.2509@sha256:aa7581716a67b0efad05a64c6074b038ce5f6f95868eba06c9a2301537897026
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.2509@sha256:60474f391982d30968b2975b0519bee70b30b2fac752cc30a0bd6a78f59fb668
image: index.docker.io/sourcegraph/executor:6.9.2509@sha256:60474f391982d30968b2975b0519bee70b30b2fac752cc30a0bd6a78f59fb668
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.2509@sha256:438ca1708d44c5a5a045ef11ea05880506f7ea7cd427dd1d7bbce2e8a798b858
image: index.docker.io/sourcegraph/dind:6.9.2509@sha256:438ca1708d44c5a5a045ef11ea05880506f7ea7cd427dd1d7bbce2e8a798b858
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.2509@sha256:d174b8724e596f8984831c0cf20e5cdecc3bbfc64a0c97ed73e51028a073ede5
image: index.docker.io/sourcegraph/executor-kubernetes:6.9.2509@sha256:d174b8724e596f8984831c0cf20e5cdecc3bbfc64a0c97ed73e51028a073ede5
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.2509@sha256:c721fa950a057e94531c30cd302ebe11771588bd736e6a35fa59743a94dcaa99
image: index.docker.io/sourcegraph/migrator:6.9.2509@sha256:c721fa950a057e94531c30cd302ebe11771588bd736e6a35fa59743a94dcaa99
args: ["up"]
envFrom:
- configMapRef:
Expand Down