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.12.1792@sha256:7adc0a8e8c13b56d1a4fb3ed55ca15eebb543fcd615444c58a66295c98501a45
image: index.docker.io/sourcegraph/cadvisor:6.12.1792@sha256:7adc0a8e8c13b56d1a4fb3ed55ca15eebb543fcd615444c58a66295c98501a45
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.12.1792@sha256:467c9cfc26d0b9dc1c46abcc735eaccd60b8e4b1c0762c039c687915198fab41
image: index.docker.io/sourcegraph/grafana:6.12.1792@sha256:467c9cfc26d0b9dc1c46abcc735eaccd60b8e4b1c0762c039c687915198fab41
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.12.1792@sha256:124ff81de69174aaa83c32586e267956bf6c13fe166e7b5ed008737e5c4c6366
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.12.1792@sha256:124ff81de69174aaa83c32586e267956bf6c13fe166e7b5ed008737e5c4c6366
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.12.1792@sha256:91f216d658e9fa3fc42ab71354ec4f173199932701f19cdbb2d7263db9e3b1b6
image: index.docker.io/sourcegraph/node-exporter:6.12.1792@sha256:91f216d658e9fa3fc42ab71354ec4f173199932701f19cdbb2d7263db9e3b1b6
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.12.1792@sha256:af9b82113c079e0c2ec186efaf3517dade1d5406899d903bcc090f26ba1425ee
image: index.docker.io/sourcegraph/opentelemetry-collector:6.12.1792@sha256:af9b82113c079e0c2ec186efaf3517dade1d5406899d903bcc090f26ba1425ee
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.12.1792@sha256:af9b82113c079e0c2ec186efaf3517dade1d5406899d903bcc090f26ba1425ee
image: index.docker.io/sourcegraph/opentelemetry-collector:6.12.1792@sha256:af9b82113c079e0c2ec186efaf3517dade1d5406899d903bcc090f26ba1425ee
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.12.1792@sha256:0681d6b65f5287c2a472640d9f9acd5c5f439f167cbd841ed5a4be304150c499
image: index.docker.io/sourcegraph/prometheus:6.12.1792@sha256:0681d6b65f5287c2a472640d9f9acd5c5f439f167cbd841ed5a4be304150c499
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.12.1792@sha256:f3f6c8ce0b76d2cfebb4b8c9345d050cd3b31c9b4ced22a8b83b4873bd723c9f
image: index.docker.io/sourcegraph/blobstore:6.12.1792@sha256:f3f6c8ce0b76d2cfebb4b8c9345d050cd3b31c9b4ced22a8b83b4873bd723c9f
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.12.1792@sha256:6d9bb96ae01388856bb810a8afb6266939b74d6358574cc42d17b11efc3155ec
image: index.docker.io/sourcegraph/alpine-3.14:6.12.1792@sha256:6d9bb96ae01388856bb810a8afb6266939b74d6358574cc42d17b11efc3155ec
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.12.1792@sha256:b46c575c7af55746918f7c33bf29f891d2c07884ad46a579acbb8ab0539a7956
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.12.1792@sha256:b46c575c7af55746918f7c33bf29f891d2c07884ad46a579acbb8ab0539a7956
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.12.1792@sha256:4f0d5eff153eecac88367789055aa1e2fabac29cc8a929f91fc2460f4d5fa1a9
image: index.docker.io/sourcegraph/postgres_exporter:6.12.1792@sha256:4f0d5eff153eecac88367789055aa1e2fabac29cc8a929f91fc2460f4d5fa1a9
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.12.1792@sha256:6d9bb96ae01388856bb810a8afb6266939b74d6358574cc42d17b11efc3155ec
image: index.docker.io/sourcegraph/alpine-3.14:6.12.1792@sha256:6d9bb96ae01388856bb810a8afb6266939b74d6358574cc42d17b11efc3155ec
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.12.1792@sha256:75dee972fca098d4632e966b47178d287aa2f96e750fe22edfb8d3e6c61f3d95
image: index.docker.io/sourcegraph/postgresql-16:6.12.1792@sha256:75dee972fca098d4632e966b47178d287aa2f96e750fe22edfb8d3e6c61f3d95
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.12.1792@sha256:4f0d5eff153eecac88367789055aa1e2fabac29cc8a929f91fc2460f4d5fa1a9
image: index.docker.io/sourcegraph/postgres_exporter:6.12.1792@sha256:4f0d5eff153eecac88367789055aa1e2fabac29cc8a929f91fc2460f4d5fa1a9
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.12.1792@sha256:ad38b7d371fe951df2490d21293f24f3c581cfb8f5c5f9363c6a4fe8dfb6a504
image: index.docker.io/sourcegraph/migrator:6.12.1792@sha256:ad38b7d371fe951df2490d21293f24f3c581cfb8f5c5f9363c6a4fe8dfb6a504
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.12.1792@sha256:42c1f397ae2112706ab8f050635f73e167ba7124647017bf5d0c7c34629d75b2
image: index.docker.io/sourcegraph/frontend:6.12.1792@sha256:42c1f397ae2112706ab8f050635f73e167ba7124647017bf5d0c7c34629d75b2
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.12.1792@sha256:6f07c083a1269bf95f3f8113cffd531f11eaf42173474e13b8468a173a5a1d70
image: index.docker.io/sourcegraph/gitserver:6.12.1792@sha256:6f07c083a1269bf95f3f8113cffd531f11eaf42173474e13b8468a173a5a1d70
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.12.1792@sha256:e1fe5314c006c5f8896e97c609f1ffb55ee8d79fc18fc4bfa3dfd432bdd95065
image: index.docker.io/sourcegraph/indexed-searcher:6.12.1792@sha256:e1fe5314c006c5f8896e97c609f1ffb55ee8d79fc18fc4bfa3dfd432bdd95065
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.12.1792@sha256:625b7e18e96fbec2c4e62eb9426ec8a61946d0c885694f2f356f01b7489bb0d5
image: index.docker.io/sourcegraph/search-indexer:6.12.1792@sha256:625b7e18e96fbec2c4e62eb9426ec8a61946d0c885694f2f356f01b7489bb0d5
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.12.1792@sha256:6d9bb96ae01388856bb810a8afb6266939b74d6358574cc42d17b11efc3155ec
image: index.docker.io/sourcegraph/alpine-3.14:6.12.1792@sha256:6d9bb96ae01388856bb810a8afb6266939b74d6358574cc42d17b11efc3155ec
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.12.1792@sha256:75dee972fca098d4632e966b47178d287aa2f96e750fe22edfb8d3e6c61f3d95
image: index.docker.io/sourcegraph/postgresql-16:6.12.1792@sha256:75dee972fca098d4632e966b47178d287aa2f96e750fe22edfb8d3e6c61f3d95
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.12.1792@sha256:4f0d5eff153eecac88367789055aa1e2fabac29cc8a929f91fc2460f4d5fa1a9
image: index.docker.io/sourcegraph/postgres_exporter:6.12.1792@sha256:4f0d5eff153eecac88367789055aa1e2fabac29cc8a929f91fc2460f4d5fa1a9
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.12.1792@sha256:f98e96b26e177ac4ed88d6e78f811949d12c640c3d375ad1cb66bcde99138e95
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.12.1792@sha256:f98e96b26e177ac4ed88d6e78f811949d12c640c3d375ad1cb66bcde99138e95
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.12.1792@sha256:9a2fcf51b3518ed244f906a0cdacb9390ac9ee64452d748d2b87cd4d1a96298f
image: index.docker.io/sourcegraph/redis-cache:6.12.1792@sha256:9a2fcf51b3518ed244f906a0cdacb9390ac9ee64452d748d2b87cd4d1a96298f
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.12.1792@sha256:ed531a6f8aaa08a5e9486904f167cd561f5cdf5a13f7ea49ab2841160d404843
image: index.docker.io/sourcegraph/redis_exporter:6.12.1792@sha256:ed531a6f8aaa08a5e9486904f167cd561f5cdf5a13f7ea49ab2841160d404843
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.12.1792@sha256:f295519097220ec4cd347583dc9ff43ab7ed62a1ca350ca5ae00180fa6be31a4
image: index.docker.io/sourcegraph/redis-store:6.12.1792@sha256:f295519097220ec4cd347583dc9ff43ab7ed62a1ca350ca5ae00180fa6be31a4
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.12.1792@sha256:ed531a6f8aaa08a5e9486904f167cd561f5cdf5a13f7ea49ab2841160d404843
image: index.docker.io/sourcegraph/redis_exporter:6.12.1792@sha256:ed531a6f8aaa08a5e9486904f167cd561f5cdf5a13f7ea49ab2841160d404843
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.12.1792@sha256:e4807b219c9018b0915238bd2e7cc92f3fe8e0e250ac49d4578602dfdceff154
image: index.docker.io/sourcegraph/searcher:6.12.1792@sha256:e4807b219c9018b0915238bd2e7cc92f3fe8e0e250ac49d4578602dfdceff154
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.12.1792@sha256:4fa2e33a1db0d09ecf9a33f9aab68f49cd4c1e65ec3692b9ffbfbfac179a9cbc
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.12.1792@sha256:4fa2e33a1db0d09ecf9a33f9aab68f49cd4c1e65ec3692b9ffbfbfac179a9cbc
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.12.1792@sha256:0201488f05c31ec02f4f58e5456080a9212e57123ee5d7096ba877a187eb4cc6
image: index.docker.io/sourcegraph/syntax-highlighter:6.12.1792@sha256:0201488f05c31ec02f4f58e5456080a9212e57123ee5d7096ba877a187eb4cc6
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.12.1792@sha256:384ad254ed25e818a80ee636729340401cf95ed49b256f325bc37dbadd747515
image: index.docker.io/sourcegraph/worker:6.12.1792@sha256:384ad254ed25e818a80ee636729340401cf95ed49b256f325bc37dbadd747515
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.12.1792@sha256:99c8841643c98f7cfd98a7b21c01c2e7c28fa8bad2a1de01e0dbf396009caef9
image: index.docker.io/sourcegraph/executor:6.12.1792@sha256:99c8841643c98f7cfd98a7b21c01c2e7c28fa8bad2a1de01e0dbf396009caef9
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.12.1792@sha256:7e4fa856ed968b4c1ac49c402f0f86de8267672d9ee4bc7f8a6cd875c04279a3
image: index.docker.io/sourcegraph/dind:6.12.1792@sha256:7e4fa856ed968b4c1ac49c402f0f86de8267672d9ee4bc7f8a6cd875c04279a3
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.12.1792@sha256:7dbd2ad48a4b23d1657694c030eb85a53a146a524d28466610db17c517a3a47c
image: index.docker.io/sourcegraph/executor-kubernetes:6.12.1792@sha256:7dbd2ad48a4b23d1657694c030eb85a53a146a524d28466610db17c517a3a47c
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.12.1792@sha256:ad38b7d371fe951df2490d21293f24f3c581cfb8f5c5f9363c6a4fe8dfb6a504
image: index.docker.io/sourcegraph/migrator:6.12.1792@sha256:ad38b7d371fe951df2490d21293f24f3c581cfb8f5c5f9363c6a4fe8dfb6a504
args: ["up"]
envFrom:
- configMapRef:
Expand Down