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.0.2852@sha256:a35fca348dbeb828b45bfca8d5781766f4005cacb6b6ba2742846d2a62578f76
image: index.docker.io/sourcegraph/cadvisor:7.0.2852@sha256:a35fca348dbeb828b45bfca8d5781766f4005cacb6b6ba2742846d2a62578f76
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.0.2852@sha256:b9f9e65161a90717e27bbcbb244958f4aa0f35aa4eba9e0009d637e90543dbd2
image: index.docker.io/sourcegraph/grafana:7.0.2852@sha256:b9f9e65161a90717e27bbcbb244958f4aa0f35aa4eba9e0009d637e90543dbd2
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.0.2852@sha256:acb84647a002012dda01b76797816daa2ebb0d54e86e0787767f1e346514f6a1
image: index.docker.io/sourcegraph/jaeger-all-in-one:7.0.2852@sha256:acb84647a002012dda01b76797816daa2ebb0d54e86e0787767f1e346514f6a1
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:7.0.2852@sha256:fc7a0d161d8856e4f975fed9c8ecf5572278046785289fd9ac103d1c905ff224
image: index.docker.io/sourcegraph/node-exporter:7.0.2852@sha256:fc7a0d161d8856e4f975fed9c8ecf5572278046785289fd9ac103d1c905ff224
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.0.2852@sha256:9f6f9e6d3160b2bdf60cecf8b37154d7b0ab31122aeae85855678f2379e1be55
image: index.docker.io/sourcegraph/opentelemetry-collector:7.0.2852@sha256:9f6f9e6d3160b2bdf60cecf8b37154d7b0ab31122aeae85855678f2379e1be55
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.0.2852@sha256:9f6f9e6d3160b2bdf60cecf8b37154d7b0ab31122aeae85855678f2379e1be55
image: index.docker.io/sourcegraph/opentelemetry-collector:7.0.2852@sha256:9f6f9e6d3160b2bdf60cecf8b37154d7b0ab31122aeae85855678f2379e1be55
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.0.2852@sha256:58e2a50cc9c84bad9b81d37d7f4d35754356fc3141b0fdfe1d5cdf87256c034c
image: index.docker.io/sourcegraph/prometheus:7.0.2852@sha256:58e2a50cc9c84bad9b81d37d7f4d35754356fc3141b0fdfe1d5cdf87256c034c
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.0.2852@sha256:cbf62b27f12ce4cee61af9947167467ad19e37c6b939e368e4410248c201ae36
image: index.docker.io/sourcegraph/blobstore:7.0.2852@sha256:cbf62b27f12ce4cee61af9947167467ad19e37c6b939e368e4410248c201ae36
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.0.2852@sha256:6e1365d7e91e3d1a94a05d3b54cd970d7ae93aa585192038d3e9853fbd23f157
image: index.docker.io/sourcegraph/alpine-3.14:7.0.2852@sha256:6e1365d7e91e3d1a94a05d3b54cd970d7ae93aa585192038d3e9853fbd23f157
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.0.2852@sha256:fd2edacafc3dc0a57c99ce7a0cae1da7b1af20684eb7253c28dff8681e7d8c12
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:7.0.2852@sha256:fd2edacafc3dc0a57c99ce7a0cae1da7b1af20684eb7253c28dff8681e7d8c12
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.0.2852@sha256:5a29838e0e77d2260dc27c944da325d2fa095d1d493d105a3ff4fe14b09aaaad
image: index.docker.io/sourcegraph/postgres_exporter:7.0.2852@sha256:5a29838e0e77d2260dc27c944da325d2fa095d1d493d105a3ff4fe14b09aaaad
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.0.2852@sha256:6e1365d7e91e3d1a94a05d3b54cd970d7ae93aa585192038d3e9853fbd23f157
image: index.docker.io/sourcegraph/alpine-3.14:7.0.2852@sha256:6e1365d7e91e3d1a94a05d3b54cd970d7ae93aa585192038d3e9853fbd23f157
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.0.2852@sha256:0178368f75dd5fb6159aa01bf67317e6c22a7751a507e1906c102e2183ed31b9
image: index.docker.io/sourcegraph/postgresql-16:7.0.2852@sha256:0178368f75dd5fb6159aa01bf67317e6c22a7751a507e1906c102e2183ed31b9
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.0.2852@sha256:5a29838e0e77d2260dc27c944da325d2fa095d1d493d105a3ff4fe14b09aaaad
image: index.docker.io/sourcegraph/postgres_exporter:7.0.2852@sha256:5a29838e0e77d2260dc27c944da325d2fa095d1d493d105a3ff4fe14b09aaaad
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.0.2852@sha256:625db6321494a95dced5054a1c705842650cb8d17307e4c52557d3efa4007282
image: index.docker.io/sourcegraph/migrator:7.0.2852@sha256:625db6321494a95dced5054a1c705842650cb8d17307e4c52557d3efa4007282
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.0.2852@sha256:e2dc70503e295c69da294e1dfbd331883cb3bae306f1b58e07a49eef3e55e513
image: index.docker.io/sourcegraph/frontend:7.0.2852@sha256:e2dc70503e295c69da294e1dfbd331883cb3bae306f1b58e07a49eef3e55e513
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.0.2852@sha256:b0440550bc143f70a76d98a2c96fc348ba3a134bfa4857b17786643763a79f4f
image: index.docker.io/sourcegraph/gitserver:7.0.2852@sha256:b0440550bc143f70a76d98a2c96fc348ba3a134bfa4857b17786643763a79f4f
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.0.2852@sha256:10bef1cc5285b5a5badead75bfaccc8e4b6ae4c6d8b8bf4927d117ab3bdc4ae6
image: index.docker.io/sourcegraph/indexed-searcher:7.0.2852@sha256:10bef1cc5285b5a5badead75bfaccc8e4b6ae4c6d8b8bf4927d117ab3bdc4ae6
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.0.2852@sha256:28bfe4191475de4662bb7907611f1e013f9e553e75058876d46dcf2ed26e16a6
image: index.docker.io/sourcegraph/search-indexer:7.0.2852@sha256:28bfe4191475de4662bb7907611f1e013f9e553e75058876d46dcf2ed26e16a6
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.0.2852@sha256:6e1365d7e91e3d1a94a05d3b54cd970d7ae93aa585192038d3e9853fbd23f157
image: index.docker.io/sourcegraph/alpine-3.14:7.0.2852@sha256:6e1365d7e91e3d1a94a05d3b54cd970d7ae93aa585192038d3e9853fbd23f157
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.0.2852@sha256:0178368f75dd5fb6159aa01bf67317e6c22a7751a507e1906c102e2183ed31b9
image: index.docker.io/sourcegraph/postgresql-16:7.0.2852@sha256:0178368f75dd5fb6159aa01bf67317e6c22a7751a507e1906c102e2183ed31b9
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.0.2852@sha256:5a29838e0e77d2260dc27c944da325d2fa095d1d493d105a3ff4fe14b09aaaad
image: index.docker.io/sourcegraph/postgres_exporter:7.0.2852@sha256:5a29838e0e77d2260dc27c944da325d2fa095d1d493d105a3ff4fe14b09aaaad
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.0.2852@sha256:53f27f9f50d57924b1870b577462a5e4ef09da161f128736000719057f25d5db
image: index.docker.io/sourcegraph/precise-code-intel-worker:7.0.2852@sha256:53f27f9f50d57924b1870b577462a5e4ef09da161f128736000719057f25d5db
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.0.2852@sha256:71c9b38662ef374a0ed9c6ca951ddd6fcfdd9dff994a11e6c4e563ff2ca866a7
image: index.docker.io/sourcegraph/redis-cache:7.0.2852@sha256:71c9b38662ef374a0ed9c6ca951ddd6fcfdd9dff994a11e6c4e563ff2ca866a7
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.0.2852@sha256:cbfb3d330fcd5169f5967cc21f8a53aa41e126d3272d858bc62f5f8f619994e8
image: index.docker.io/sourcegraph/redis_exporter:7.0.2852@sha256:cbfb3d330fcd5169f5967cc21f8a53aa41e126d3272d858bc62f5f8f619994e8
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.0.2852@sha256:e4ea0c2c41701eb4f85456b4e6e1d6129a0b176548b9385ea0216cef8d18c66b
image: index.docker.io/sourcegraph/redis-store:7.0.2852@sha256:e4ea0c2c41701eb4f85456b4e6e1d6129a0b176548b9385ea0216cef8d18c66b
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.0.2852@sha256:cbfb3d330fcd5169f5967cc21f8a53aa41e126d3272d858bc62f5f8f619994e8
image: index.docker.io/sourcegraph/redis_exporter:7.0.2852@sha256:cbfb3d330fcd5169f5967cc21f8a53aa41e126d3272d858bc62f5f8f619994e8
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.0.2852@sha256:85d1188fddb017e1178d8dff502835fe13f70ee8476eff5042543e8df74b5279
image: index.docker.io/sourcegraph/searcher:7.0.2852@sha256:85d1188fddb017e1178d8dff502835fe13f70ee8476eff5042543e8df74b5279
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.0.2852@sha256:19918dda8f9cc03b90727cffaab5ba658c1a8537a32b5cfdb7ae3abefe5719e0
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:7.0.2852@sha256:19918dda8f9cc03b90727cffaab5ba658c1a8537a32b5cfdb7ae3abefe5719e0
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.0.2852@sha256:db96cd6ddab1209f8f33a3773599f95cb16fe6b2ac802272608def031e487704
image: index.docker.io/sourcegraph/syntax-highlighter:7.0.2852@sha256:db96cd6ddab1209f8f33a3773599f95cb16fe6b2ac802272608def031e487704
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.0.2852@sha256:abd2aff7cf9d61dbc9bdf8c86764a7e7229c8d61c194a4593940da7acf0137a9
image: index.docker.io/sourcegraph/worker:7.0.2852@sha256:abd2aff7cf9d61dbc9bdf8c86764a7e7229c8d61c194a4593940da7acf0137a9
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.0.2852@sha256:0d4b41be68d1fc1d344fbce1e74f2b03a36f6091c5fdc1f5089d354487ddee55
image: index.docker.io/sourcegraph/executor:7.0.2852@sha256:0d4b41be68d1fc1d344fbce1e74f2b03a36f6091c5fdc1f5089d354487ddee55
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.0.2852@sha256:e6ce847c3a6f6e8799db0ab5ba4962214233d2f0902636090ad18f2763c65fc4
image: index.docker.io/sourcegraph/dind:7.0.2852@sha256:e6ce847c3a6f6e8799db0ab5ba4962214233d2f0902636090ad18f2763c65fc4
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.0.2852@sha256:49173d99833d30892fd034917c4816909086c66610ca053b64ce595f3bfd745f
image: index.docker.io/sourcegraph/executor-kubernetes:7.0.2852@sha256:49173d99833d30892fd034917c4816909086c66610ca053b64ce595f3bfd745f
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.0.2852@sha256:625db6321494a95dced5054a1c705842650cb8d17307e4c52557d3efa4007282
image: index.docker.io/sourcegraph/migrator:7.0.2852@sha256:625db6321494a95dced5054a1c705842650cb8d17307e4c52557d3efa4007282
args: ["up"]
envFrom:
- configMapRef:
Expand Down