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.2.1943@sha256:bba78a221c631f8fa351c3727f9bbbb1d9c02965b00c18c17b64f00a0cabc0fd
image: index.docker.io/sourcegraph/cadvisor:7.2.1943@sha256:bba78a221c631f8fa351c3727f9bbbb1d9c02965b00c18c17b64f00a0cabc0fd
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.2.1943@sha256:0d2a65cb4eae82618545c9c94f05f2cea0d465c53db3e4dab235f609278962b3
image: index.docker.io/sourcegraph/grafana:7.2.1943@sha256:0d2a65cb4eae82618545c9c94f05f2cea0d465c53db3e4dab235f609278962b3
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.2.1943@sha256:833af5d14b2b393d965d073a19c66e97f8e94a5a64476992f8325a223e0606ec
image: index.docker.io/sourcegraph/jaeger-all-in-one:7.2.1943@sha256:833af5d14b2b393d965d073a19c66e97f8e94a5a64476992f8325a223e0606ec
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.2.1943@sha256:c9afc5c469e11d9b2ca2533ea3c41e29bca7e0c947d8ca59cb4001f230ea01dd
image: index.docker.io/sourcegraph/node-exporter:7.2.1943@sha256:c9afc5c469e11d9b2ca2533ea3c41e29bca7e0c947d8ca59cb4001f230ea01dd
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.2.1943@sha256:46c3185962f1f02e1ab5f28e17297fd6355b2a34c3a322f9ca0d85a437b75c0b
image: index.docker.io/sourcegraph/opentelemetry-collector:7.2.1943@sha256:46c3185962f1f02e1ab5f28e17297fd6355b2a34c3a322f9ca0d85a437b75c0b
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.2.1943@sha256:46c3185962f1f02e1ab5f28e17297fd6355b2a34c3a322f9ca0d85a437b75c0b
image: index.docker.io/sourcegraph/opentelemetry-collector:7.2.1943@sha256:46c3185962f1f02e1ab5f28e17297fd6355b2a34c3a322f9ca0d85a437b75c0b
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.2.1943@sha256:e8bca417db8b183f1e36c44c7afed90e38a1e4b27ce6cc9e25be05fabb42d8fa
image: index.docker.io/sourcegraph/prometheus:7.2.1943@sha256:e8bca417db8b183f1e36c44c7afed90e38a1e4b27ce6cc9e25be05fabb42d8fa
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.2.1943@sha256:a7864555ed6b86a8d482be8d851ee5d2142d6a21ebf52af6a8268b0d6b3ad751
image: index.docker.io/sourcegraph/blobstore:7.2.1943@sha256:a7864555ed6b86a8d482be8d851ee5d2142d6a21ebf52af6a8268b0d6b3ad751
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.2.1943@sha256:ccc7592ca9abdbde964bed6c2d24fad2101f5c634f3c7c87e7fde9f0e9c29188
image: index.docker.io/sourcegraph/alpine-3.14:7.2.1943@sha256:ccc7592ca9abdbde964bed6c2d24fad2101f5c634f3c7c87e7fde9f0e9c29188
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.2.1943@sha256:9c65f053c6057f7fc8e965f1515acf42c392661526a31ff4cd6eea1944f1c75e
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:7.2.1943@sha256:9c65f053c6057f7fc8e965f1515acf42c392661526a31ff4cd6eea1944f1c75e
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.2.1943@sha256:a26267fa6387b3192baf18cdc1ce8633a631e162793f7ea0d81043b2cd60604b
image: index.docker.io/sourcegraph/postgres_exporter:7.2.1943@sha256:a26267fa6387b3192baf18cdc1ce8633a631e162793f7ea0d81043b2cd60604b
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.2.1943@sha256:ccc7592ca9abdbde964bed6c2d24fad2101f5c634f3c7c87e7fde9f0e9c29188
image: index.docker.io/sourcegraph/alpine-3.14:7.2.1943@sha256:ccc7592ca9abdbde964bed6c2d24fad2101f5c634f3c7c87e7fde9f0e9c29188
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.2.1943@sha256:5cff0be69571b2ca7528a5d7036f8a14a7bdb96e60e30251b62484d85c10101f
image: index.docker.io/sourcegraph/postgresql-16:7.2.1943@sha256:5cff0be69571b2ca7528a5d7036f8a14a7bdb96e60e30251b62484d85c10101f
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.2.1943@sha256:a26267fa6387b3192baf18cdc1ce8633a631e162793f7ea0d81043b2cd60604b
image: index.docker.io/sourcegraph/postgres_exporter:7.2.1943@sha256:a26267fa6387b3192baf18cdc1ce8633a631e162793f7ea0d81043b2cd60604b
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.2.1943@sha256:39cb447a746ac9c487575893b9729f1b9d5882c835aca617a5a1160ef5506251
image: index.docker.io/sourcegraph/migrator:7.2.1943@sha256:39cb447a746ac9c487575893b9729f1b9d5882c835aca617a5a1160ef5506251
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.2.1943@sha256:b3c8c33ddafae315a65fca05717452034512b2735d03ff56ef28dad587a4f482
image: index.docker.io/sourcegraph/frontend:7.2.1943@sha256:b3c8c33ddafae315a65fca05717452034512b2735d03ff56ef28dad587a4f482
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.2.1943@sha256:63003b4d46854b789b2b52fd102bd5a7d6eeb3fab53da814a6379c7faf561a20
image: index.docker.io/sourcegraph/gitserver:7.2.1943@sha256:63003b4d46854b789b2b52fd102bd5a7d6eeb3fab53da814a6379c7faf561a20
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.2.1943@sha256:c35d9699c16d983b863cfd02f57c935e7933cf412dc5d1c618cfb60b1a4a5c1f
image: index.docker.io/sourcegraph/indexed-searcher:7.2.1943@sha256:c35d9699c16d983b863cfd02f57c935e7933cf412dc5d1c618cfb60b1a4a5c1f
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.2.1943@sha256:7839f930228499abb3d6108e5dc4e43bd4b4be54daba80d7dea15eb77a69c397
image: index.docker.io/sourcegraph/search-indexer:7.2.1943@sha256:7839f930228499abb3d6108e5dc4e43bd4b4be54daba80d7dea15eb77a69c397
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.2.1943@sha256:ccc7592ca9abdbde964bed6c2d24fad2101f5c634f3c7c87e7fde9f0e9c29188
image: index.docker.io/sourcegraph/alpine-3.14:7.2.1943@sha256:ccc7592ca9abdbde964bed6c2d24fad2101f5c634f3c7c87e7fde9f0e9c29188
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.2.1943@sha256:5cff0be69571b2ca7528a5d7036f8a14a7bdb96e60e30251b62484d85c10101f
image: index.docker.io/sourcegraph/postgresql-16:7.2.1943@sha256:5cff0be69571b2ca7528a5d7036f8a14a7bdb96e60e30251b62484d85c10101f
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.2.1943@sha256:a26267fa6387b3192baf18cdc1ce8633a631e162793f7ea0d81043b2cd60604b
image: index.docker.io/sourcegraph/postgres_exporter:7.2.1943@sha256:a26267fa6387b3192baf18cdc1ce8633a631e162793f7ea0d81043b2cd60604b
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.2.1943@sha256:35b23cce73ca3f0030a63b0740419e92954c5a60f6d01b6545a9c7fbcea7e9c7
image: index.docker.io/sourcegraph/precise-code-intel-worker:7.2.1943@sha256:35b23cce73ca3f0030a63b0740419e92954c5a60f6d01b6545a9c7fbcea7e9c7
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.2.1943@sha256:65e6e84bfaa55a1e998fbe9f3ea1424af1d40637fab252494ada5b47889ed408
image: index.docker.io/sourcegraph/redis-cache:7.2.1943@sha256:65e6e84bfaa55a1e998fbe9f3ea1424af1d40637fab252494ada5b47889ed408
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.2.1943@sha256:4b15ed3fb20e1ea5b54d2d074c986698f3c6be32a5f7d4d943391cbadbc3cf7a
image: index.docker.io/sourcegraph/redis_exporter:7.2.1943@sha256:4b15ed3fb20e1ea5b54d2d074c986698f3c6be32a5f7d4d943391cbadbc3cf7a
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.2.1943@sha256:03a92f929cca915939646de9cf7ad90bc7adb7cc4740ce87bc224571af08a351
image: index.docker.io/sourcegraph/redis-store:7.2.1943@sha256:03a92f929cca915939646de9cf7ad90bc7adb7cc4740ce87bc224571af08a351
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.2.1943@sha256:4b15ed3fb20e1ea5b54d2d074c986698f3c6be32a5f7d4d943391cbadbc3cf7a
image: index.docker.io/sourcegraph/redis_exporter:7.2.1943@sha256:4b15ed3fb20e1ea5b54d2d074c986698f3c6be32a5f7d4d943391cbadbc3cf7a
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.2.1943@sha256:a8c9e8b9c5ad3fced74d46b2af12f981e0d7ead4d43290f5b2afe624a9badff1
image: index.docker.io/sourcegraph/searcher:7.2.1943@sha256:a8c9e8b9c5ad3fced74d46b2af12f981e0d7ead4d43290f5b2afe624a9badff1
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.2.1943@sha256:87263e4d22f8a6905f1ecc3dd11f9b389b5eb7ccefc8ebcf2fa472a00388de30
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:7.2.1943@sha256:87263e4d22f8a6905f1ecc3dd11f9b389b5eb7ccefc8ebcf2fa472a00388de30
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.2.1943@sha256:af6bd0ffb995998b55fcf8beebf56af8019ab110986fb6d8eafd7a52d8a087e9
image: index.docker.io/sourcegraph/syntax-highlighter:7.2.1943@sha256:af6bd0ffb995998b55fcf8beebf56af8019ab110986fb6d8eafd7a52d8a087e9
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.2.1943@sha256:c9629adad9efac11972c82d2db7a4880c5da43c5cca59ee44d3017cef8b29399
image: index.docker.io/sourcegraph/worker:7.2.1943@sha256:c9629adad9efac11972c82d2db7a4880c5da43c5cca59ee44d3017cef8b29399
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.2.1943@sha256:063af3de28526ec91136be40cfbc8b0d35db9041fc09c22c9e3f1336097591a9
image: index.docker.io/sourcegraph/executor:7.2.1943@sha256:063af3de28526ec91136be40cfbc8b0d35db9041fc09c22c9e3f1336097591a9
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.2.1943@sha256:465f14a465e35ee7cc56accf9ba431deffd8b8193aa982dca65876ef61560289
image: index.docker.io/sourcegraph/dind:7.2.1943@sha256:465f14a465e35ee7cc56accf9ba431deffd8b8193aa982dca65876ef61560289
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.2.1943@sha256:2715855eb3f4c31574e01468070c184983a427113acd6896fad5cb4006f15bf8
image: index.docker.io/sourcegraph/executor-kubernetes:7.2.1943@sha256:2715855eb3f4c31574e01468070c184983a427113acd6896fad5cb4006f15bf8
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.2.1943@sha256:39cb447a746ac9c487575893b9729f1b9d5882c835aca617a5a1160ef5506251
image: index.docker.io/sourcegraph/migrator:7.2.1943@sha256:39cb447a746ac9c487575893b9729f1b9d5882c835aca617a5a1160ef5506251
args: ["up"]
envFrom:
- configMapRef:
Expand Down