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:8.0.0@sha256:1c144a7344d9f03bfb7e140f006e4a7b29dc14e7febec388c99fe03625bb9c06
image: index.docker.io/sourcegraph/cadvisor:8.0.0@sha256:1c144a7344d9f03bfb7e140f006e4a7b29dc14e7febec388c99fe03625bb9c06
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:8.0.0@sha256:d5640fb8f08cf5e4b1d2c46f1fd7b1eeb5e5fb5fe7d5be07d9d8fbb56db6a3b6
image: index.docker.io/sourcegraph/grafana:8.0.0@sha256:d5640fb8f08cf5e4b1d2c46f1fd7b1eeb5e5fb5fe7d5be07d9d8fbb56db6a3b6
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:8.0.0@sha256:2af8c2842e9d526b37ac924bf53b54dacc2d582055286e85d33a39bea2e657f6
image: index.docker.io/sourcegraph/jaeger-all-in-one:8.0.0@sha256:2af8c2842e9d526b37ac924bf53b54dacc2d582055286e85d33a39bea2e657f6
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:8.0.0@sha256:3224db2c12c89a6bfd673c8f4d25cd2d6ef6c2a9617e02280bd2e2e530d2305a
image: index.docker.io/sourcegraph/node-exporter:8.0.0@sha256:3224db2c12c89a6bfd673c8f4d25cd2d6ef6c2a9617e02280bd2e2e530d2305a
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:8.0.0@sha256:3acf8b9e24e337cd224f24028d384a9632aa74e56f17f76d8736e87c2f1327fe
image: index.docker.io/sourcegraph/opentelemetry-collector:8.0.0@sha256:3acf8b9e24e337cd224f24028d384a9632aa74e56f17f76d8736e87c2f1327fe
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:8.0.0@sha256:3acf8b9e24e337cd224f24028d384a9632aa74e56f17f76d8736e87c2f1327fe
image: index.docker.io/sourcegraph/opentelemetry-collector:8.0.0@sha256:3acf8b9e24e337cd224f24028d384a9632aa74e56f17f76d8736e87c2f1327fe
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:8.0.0@sha256:5607ce6c4e8e3e16655889e296b2985ba1c427dfe118d23eecf6aba4d80bcdc9
image: index.docker.io/sourcegraph/prometheus:8.0.0@sha256:5607ce6c4e8e3e16655889e296b2985ba1c427dfe118d23eecf6aba4d80bcdc9
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:8.0.0@sha256:996e46e7d91ec38350bc7907085e96b2983b5b9aac6b8ca2c28c088a779f59b9
image: index.docker.io/sourcegraph/blobstore:8.0.0@sha256:996e46e7d91ec38350bc7907085e96b2983b5b9aac6b8ca2c28c088a779f59b9
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:8.0.0@sha256:9a9858d8f9cccebf1a3a9bbf7ea1d95bcf539d23a08e7a213d44f8bf352aea5b
image: index.docker.io/sourcegraph/alpine-3.14:8.0.0@sha256:9a9858d8f9cccebf1a3a9bbf7ea1d95bcf539d23a08e7a213d44f8bf352aea5b
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:8.0.0@sha256:8fdafa8d3ae52656745408c60e88e837cf4ec9fe0ef0611e0ce897af2e8fb3fa
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:8.0.0@sha256:8fdafa8d3ae52656745408c60e88e837cf4ec9fe0ef0611e0ce897af2e8fb3fa
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:8.0.0@sha256:fd3b092b17653e46dfd0068ab4c5f37d391021cada50985da67add139baa4fbd
image: index.docker.io/sourcegraph/postgres_exporter:8.0.0@sha256:fd3b092b17653e46dfd0068ab4c5f37d391021cada50985da67add139baa4fbd
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:8.0.0@sha256:9a9858d8f9cccebf1a3a9bbf7ea1d95bcf539d23a08e7a213d44f8bf352aea5b
image: index.docker.io/sourcegraph/alpine-3.14:8.0.0@sha256:9a9858d8f9cccebf1a3a9bbf7ea1d95bcf539d23a08e7a213d44f8bf352aea5b
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:8.0.0@sha256:4762a1e2c92057bdf96fdc392aa0d661f2bf575a9b903b1aa7c3d2d13f6bac54
image: index.docker.io/sourcegraph/postgresql-16:8.0.0@sha256:4762a1e2c92057bdf96fdc392aa0d661f2bf575a9b903b1aa7c3d2d13f6bac54
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:8.0.0@sha256:fd3b092b17653e46dfd0068ab4c5f37d391021cada50985da67add139baa4fbd
image: index.docker.io/sourcegraph/postgres_exporter:8.0.0@sha256:fd3b092b17653e46dfd0068ab4c5f37d391021cada50985da67add139baa4fbd
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:8.0.0@sha256:b4eef59bcebccf24004509e7a4d03a9c6cc38350850c76bd928a528537e9b1eb
image: index.docker.io/sourcegraph/migrator:8.0.0@sha256:b4eef59bcebccf24004509e7a4d03a9c6cc38350850c76bd928a528537e9b1eb
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:8.0.0@sha256:0f6e1a4e731fce05b05ce1546f8464e73145e993c6608fab5d493484ec217ef7
image: index.docker.io/sourcegraph/frontend:8.0.0@sha256:0f6e1a4e731fce05b05ce1546f8464e73145e993c6608fab5d493484ec217ef7
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 @@ -38,7 +38,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:8.0.0@sha256:38d3169190f46d57fa2d0974caf33c79219238d26dd2a8c4327ed81369040e43
image: index.docker.io/sourcegraph/gitserver:8.0.0@sha256:38d3169190f46d57fa2d0974caf33c79219238d26dd2a8c4327ed81369040e43
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:8.0.0@sha256:78f2535dae66c9a14d96229047c95fe1bf408b6be4b3b9dcab9e8a8d08e8f95a
image: index.docker.io/sourcegraph/indexed-searcher:8.0.0@sha256:78f2535dae66c9a14d96229047c95fe1bf408b6be4b3b9dcab9e8a8d08e8f95a
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:8.0.0@sha256:d44459eab8770bd5db4275e07ec12a89f2423f64a934a972c8a4fabb6253ce22
image: index.docker.io/sourcegraph/search-indexer:8.0.0@sha256:d44459eab8770bd5db4275e07ec12a89f2423f64a934a972c8a4fabb6253ce22
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:8.0.0@sha256:9a9858d8f9cccebf1a3a9bbf7ea1d95bcf539d23a08e7a213d44f8bf352aea5b
image: index.docker.io/sourcegraph/alpine-3.14:8.0.0@sha256:9a9858d8f9cccebf1a3a9bbf7ea1d95bcf539d23a08e7a213d44f8bf352aea5b
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:8.0.0@sha256:4762a1e2c92057bdf96fdc392aa0d661f2bf575a9b903b1aa7c3d2d13f6bac54
image: index.docker.io/sourcegraph/postgresql-16:8.0.0@sha256:4762a1e2c92057bdf96fdc392aa0d661f2bf575a9b903b1aa7c3d2d13f6bac54
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:8.0.0@sha256:fd3b092b17653e46dfd0068ab4c5f37d391021cada50985da67add139baa4fbd
image: index.docker.io/sourcegraph/postgres_exporter:8.0.0@sha256:fd3b092b17653e46dfd0068ab4c5f37d391021cada50985da67add139baa4fbd
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 @@ -49,7 +49,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:8.0.0@sha256:4da8bba9ffe645dd30afcf34a09e565532ac00e9bb02014050fb9fdd4a7188be
image: index.docker.io/sourcegraph/precise-code-intel-worker:8.0.0@sha256:4da8bba9ffe645dd30afcf34a09e565532ac00e9bb02014050fb9fdd4a7188be
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:8.0.0@sha256:5645a0adef8633912aaba957f325bcbf779846ba00068b31041560f05c2bd2cb
image: index.docker.io/sourcegraph/redis-cache:8.0.0@sha256:5645a0adef8633912aaba957f325bcbf779846ba00068b31041560f05c2bd2cb
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:8.0.0@sha256:7a52fac84b802af0b2bfe06e26f270e04bfd1b31a77f9e5127648aab4aac6897
image: index.docker.io/sourcegraph/redis_exporter:8.0.0@sha256:7a52fac84b802af0b2bfe06e26f270e04bfd1b31a77f9e5127648aab4aac6897
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:8.0.0@sha256:bd08579262122675fde327e3686a8723e74668b84c0b756c28f61dfaaa3eecb4
image: index.docker.io/sourcegraph/redis-store:8.0.0@sha256:bd08579262122675fde327e3686a8723e74668b84c0b756c28f61dfaaa3eecb4
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:8.0.0@sha256:7a52fac84b802af0b2bfe06e26f270e04bfd1b31a77f9e5127648aab4aac6897
image: index.docker.io/sourcegraph/redis_exporter:8.0.0@sha256:7a52fac84b802af0b2bfe06e26f270e04bfd1b31a77f9e5127648aab4aac6897
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 @@ -49,7 +49,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:8.0.0@sha256:c7f56273d78e8daecaf2dc63fbe2d61d979e86532a5d559760bbdabd43ee7f1b
image: index.docker.io/sourcegraph/searcher:8.0.0@sha256:c7f56273d78e8daecaf2dc63fbe2d61d979e86532a5d559760bbdabd43ee7f1b
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3181
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: us-docker.pkg.dev/sourcegraph-images/internal/syntactic-code-intel-worker:8.0.0@sha256:3d27ee35738430d5f2aeecd17bcaa2e820656b37f8b97b990d90de96152f62e4
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:8.0.0@sha256:3d27ee35738430d5f2aeecd17bcaa2e820656b37f8b97b990d90de96152f62e4
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:8.0.0@sha256:68b0af4ffefacd7e9a731915163dc8a3c35cb486144ba67f4f370287aa9a1eaa
image: index.docker.io/sourcegraph/syntax-highlighter:8.0.0@sha256:68b0af4ffefacd7e9a731915163dc8a3c35cb486144ba67f4f370287aa9a1eaa
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 @@ -51,7 +51,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:8.0.0@sha256:17a067f08d5b0f99a074c39a719b7ffb500571125f15f42ef902f3cd72f51baa
image: index.docker.io/sourcegraph/worker:8.0.0@sha256:17a067f08d5b0f99a074c39a719b7ffb500571125f15f42ef902f3cd72f51baa
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:8.0.0@sha256:6c8f6aefe2857a92de699a525ad5e9ae07445d2eae1a7653e370bc6c1b90e325
image: index.docker.io/sourcegraph/executor:8.0.0@sha256:6c8f6aefe2857a92de699a525ad5e9ae07445d2eae1a7653e370bc6c1b90e325
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:8.0.0@sha256:86c67eaf80887b69536f226431b7007a3b539f6ccbc2dba279aedf1e909f4670
image: index.docker.io/sourcegraph/dind:8.0.0@sha256:86c67eaf80887b69536f226431b7007a3b539f6ccbc2dba279aedf1e909f4670
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:8.0.0@sha256:08fbdcb5d822065b67148668946d907019a0dc2564e32abec5d97f95115de07b
image: index.docker.io/sourcegraph/executor-kubernetes:8.0.0@sha256:08fbdcb5d822065b67148668946d907019a0dc2564e32abec5d97f95115de07b
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:8.0.0@sha256:b4eef59bcebccf24004509e7a4d03a9c6cc38350850c76bd928a528537e9b1eb
image: index.docker.io/sourcegraph/migrator:8.0.0@sha256:b4eef59bcebccf24004509e7a4d03a9c6cc38350850c76bd928a528537e9b1eb
args: ["up"]
envFrom:
- configMapRef:
Expand Down