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.10.3349@sha256:d461f5c137a42ce273efb57bf2d53b67b78bcdac97d50494d78a2611fdf2cc88
image: index.docker.io/sourcegraph/cadvisor:6.10.3349@sha256:d461f5c137a42ce273efb57bf2d53b67b78bcdac97d50494d78a2611fdf2cc88
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.10.3349@sha256:6b2caf578836faa123bb0c7f54d5c5550565ae305b69ffd2489a712b01c7a7fd
image: index.docker.io/sourcegraph/grafana:6.10.3349@sha256:6b2caf578836faa123bb0c7f54d5c5550565ae305b69ffd2489a712b01c7a7fd
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.10.3349@sha256:4313232cd8c8080548fbc6af780621315f2a0a1701f9fdf92c10cbd612695eca
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.10.3349@sha256:4313232cd8c8080548fbc6af780621315f2a0a1701f9fdf92c10cbd612695eca
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.10.3349@sha256:d2dafdcea495efea3e4e12ac6824296bef8dd7ae034be5b456fc1e352aea0f62
image: index.docker.io/sourcegraph/node-exporter:6.10.3349@sha256:d2dafdcea495efea3e4e12ac6824296bef8dd7ae034be5b456fc1e352aea0f62
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.10.3349@sha256:891be38be8856bf37e27d43ae7882a1bb80bb8a4d8c79d1a3a99946a7086fc9a
image: index.docker.io/sourcegraph/opentelemetry-collector:6.10.3349@sha256:891be38be8856bf37e27d43ae7882a1bb80bb8a4d8c79d1a3a99946a7086fc9a
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.10.3349@sha256:891be38be8856bf37e27d43ae7882a1bb80bb8a4d8c79d1a3a99946a7086fc9a
image: index.docker.io/sourcegraph/opentelemetry-collector:6.10.3349@sha256:891be38be8856bf37e27d43ae7882a1bb80bb8a4d8c79d1a3a99946a7086fc9a
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.10.3349@sha256:7834208596fb533ed9e7aab8dcbfbdb905a3f67306570e97ea9fbeb7c0753a94
image: index.docker.io/sourcegraph/prometheus:6.10.3349@sha256:7834208596fb533ed9e7aab8dcbfbdb905a3f67306570e97ea9fbeb7c0753a94
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.10.3349@sha256:6f9aa60789399bf367fdf2d3a0e7e4f18f12801d065e9abc57297f74c9c0989b
image: index.docker.io/sourcegraph/blobstore:6.10.3349@sha256:6f9aa60789399bf367fdf2d3a0e7e4f18f12801d065e9abc57297f74c9c0989b
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.10.3349@sha256:6b68e1093933ff1ba02b9743d5957cd124589dc4ec3e38fd8de2cca75da33575
image: index.docker.io/sourcegraph/alpine-3.14:6.10.3349@sha256:6b68e1093933ff1ba02b9743d5957cd124589dc4ec3e38fd8de2cca75da33575
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.10.3349@sha256:50cf9174e863152f6238508212c17622fc7eeb5f95e339e942d3b1b9831bd164
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.10.3349@sha256:50cf9174e863152f6238508212c17622fc7eeb5f95e339e942d3b1b9831bd164
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.10.3349@sha256:b9c352165b5b4cbe3788628e4de66c168661f35952fe40ba56f1743b4ae944e5
image: index.docker.io/sourcegraph/postgres_exporter:6.10.3349@sha256:b9c352165b5b4cbe3788628e4de66c168661f35952fe40ba56f1743b4ae944e5
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.10.3349@sha256:6b68e1093933ff1ba02b9743d5957cd124589dc4ec3e38fd8de2cca75da33575
image: index.docker.io/sourcegraph/alpine-3.14:6.10.3349@sha256:6b68e1093933ff1ba02b9743d5957cd124589dc4ec3e38fd8de2cca75da33575
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.10.3349@sha256:c83f5889d37d838284532a34cce053e659e8d9647dccf9090a27836c6894a695
image: index.docker.io/sourcegraph/postgresql-16:6.10.3349@sha256:c83f5889d37d838284532a34cce053e659e8d9647dccf9090a27836c6894a695
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.10.3349@sha256:b9c352165b5b4cbe3788628e4de66c168661f35952fe40ba56f1743b4ae944e5
image: index.docker.io/sourcegraph/postgres_exporter:6.10.3349@sha256:b9c352165b5b4cbe3788628e4de66c168661f35952fe40ba56f1743b4ae944e5
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.10.3349@sha256:fef3e3bc485f94dc173a658de31dbc0f71e256a39106e2e8ec64ec71186b47a4
image: index.docker.io/sourcegraph/migrator:6.10.3349@sha256:fef3e3bc485f94dc173a658de31dbc0f71e256a39106e2e8ec64ec71186b47a4
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.10.3349@sha256:fddd62e46c5b7ae264354226ef4a071ceb7e5edbb195704c7608adb5f434e15e
image: index.docker.io/sourcegraph/frontend:6.10.3349@sha256:fddd62e46c5b7ae264354226ef4a071ceb7e5edbb195704c7608adb5f434e15e
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.10.3349@sha256:aeba29a4c623ab61143d381be6c2455f7786ca696d3de8fd74dac56d0403d379
image: index.docker.io/sourcegraph/gitserver:6.10.3349@sha256:aeba29a4c623ab61143d381be6c2455f7786ca696d3de8fd74dac56d0403d379
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.10.3349@sha256:fe9b4b895e3a54bec4cd2d603ff28b3ea413a161731767ae2d68a356797a519b
image: index.docker.io/sourcegraph/indexed-searcher:6.10.3349@sha256:fe9b4b895e3a54bec4cd2d603ff28b3ea413a161731767ae2d68a356797a519b
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.10.3349@sha256:353024682c767c2c8c68d0ebd2e5ee8a3f20a28b4c76783bf5bbc1fa4e343224
image: index.docker.io/sourcegraph/search-indexer:6.10.3349@sha256:353024682c767c2c8c68d0ebd2e5ee8a3f20a28b4c76783bf5bbc1fa4e343224
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.10.3349@sha256:6b68e1093933ff1ba02b9743d5957cd124589dc4ec3e38fd8de2cca75da33575
image: index.docker.io/sourcegraph/alpine-3.14:6.10.3349@sha256:6b68e1093933ff1ba02b9743d5957cd124589dc4ec3e38fd8de2cca75da33575
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.10.3349@sha256:c83f5889d37d838284532a34cce053e659e8d9647dccf9090a27836c6894a695
image: index.docker.io/sourcegraph/postgresql-16:6.10.3349@sha256:c83f5889d37d838284532a34cce053e659e8d9647dccf9090a27836c6894a695
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.10.3349@sha256:b9c352165b5b4cbe3788628e4de66c168661f35952fe40ba56f1743b4ae944e5
image: index.docker.io/sourcegraph/postgres_exporter:6.10.3349@sha256:b9c352165b5b4cbe3788628e4de66c168661f35952fe40ba56f1743b4ae944e5
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.10.3349@sha256:68f2c681fe0f9080211a9b70cdd5b6df43344dc4b0d0f6675f3af662045f02c9
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.10.3349@sha256:68f2c681fe0f9080211a9b70cdd5b6df43344dc4b0d0f6675f3af662045f02c9
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.10.3349@sha256:26cb544a003f03c152bed5451c0d4526f5a89f846da379dd9ad52de2098e0354
image: index.docker.io/sourcegraph/redis-cache:6.10.3349@sha256:26cb544a003f03c152bed5451c0d4526f5a89f846da379dd9ad52de2098e0354
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.10.3349@sha256:8cfe4950cd1c7624b3cc274bb276f44764f7dcd295405a8555b0ee23ba9f3e33
image: index.docker.io/sourcegraph/redis_exporter:6.10.3349@sha256:8cfe4950cd1c7624b3cc274bb276f44764f7dcd295405a8555b0ee23ba9f3e33
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.10.3349@sha256:a1a31c2d353d769af06a23edc98cd41a6b05b8cbd8784a23169828b30ea5c54e
image: index.docker.io/sourcegraph/redis-store:6.10.3349@sha256:a1a31c2d353d769af06a23edc98cd41a6b05b8cbd8784a23169828b30ea5c54e
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.10.3349@sha256:8cfe4950cd1c7624b3cc274bb276f44764f7dcd295405a8555b0ee23ba9f3e33
image: index.docker.io/sourcegraph/redis_exporter:6.10.3349@sha256:8cfe4950cd1c7624b3cc274bb276f44764f7dcd295405a8555b0ee23ba9f3e33
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.10.3349@sha256:dcef08eaecebd477fd01aad66a3c0d247d55d167d955b2e15cffb7bee7b19536
image: index.docker.io/sourcegraph/searcher:6.10.3349@sha256:dcef08eaecebd477fd01aad66a3c0d247d55d167d955b2e15cffb7bee7b19536
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.10.3349@sha256:fe52bd714769d19666f3c6e72a77ce0aa203d0f74359268e9e68be6de30e127e
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.10.3349@sha256:fe52bd714769d19666f3c6e72a77ce0aa203d0f74359268e9e68be6de30e127e
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.10.3349@sha256:f3523041d4234bc46a4f251291c836d698e38ecb3495f19fc0167b32e0e69a9b
image: index.docker.io/sourcegraph/syntax-highlighter:6.10.3349@sha256:f3523041d4234bc46a4f251291c836d698e38ecb3495f19fc0167b32e0e69a9b
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.10.3349@sha256:98a91d830f917935bfd1d00dc1a6b60ff750d29358afd8bb831bc5d141b584f6
image: index.docker.io/sourcegraph/worker:6.10.3349@sha256:98a91d830f917935bfd1d00dc1a6b60ff750d29358afd8bb831bc5d141b584f6
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.10.3349@sha256:e7d9d60cf66eefaaf548f63ef84d777cb293279718830ba9967b475b45d591c5
image: index.docker.io/sourcegraph/executor:6.10.3349@sha256:e7d9d60cf66eefaaf548f63ef84d777cb293279718830ba9967b475b45d591c5
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.10.3349@sha256:1927496b9074468240e448a9760ec4c0e137e98be445546d58ebe781409da2dd
image: index.docker.io/sourcegraph/dind:6.10.3349@sha256:1927496b9074468240e448a9760ec4c0e137e98be445546d58ebe781409da2dd
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.10.3349@sha256:8f49adf4656cbd7ab924b6a1d8cf0670aff2799375bb9f00fb4771a0a4bf0816
image: index.docker.io/sourcegraph/executor-kubernetes:6.10.3349@sha256:8f49adf4656cbd7ab924b6a1d8cf0670aff2799375bb9f00fb4771a0a4bf0816
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.10.3349@sha256:fef3e3bc485f94dc173a658de31dbc0f71e256a39106e2e8ec64ec71186b47a4
image: index.docker.io/sourcegraph/migrator:6.10.3349@sha256:fef3e3bc485f94dc173a658de31dbc0f71e256a39106e2e8ec64ec71186b47a4
args: ["up"]
envFrom:
- configMapRef:
Expand Down