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.2178@sha256:79f737ee91b06a924e8483cc4f9764b5083b77d7fa9dc68e9566e14970998f07
image: index.docker.io/sourcegraph/cadvisor:7.0.2178@sha256:79f737ee91b06a924e8483cc4f9764b5083b77d7fa9dc68e9566e14970998f07
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.2178@sha256:b6ba4c2e060f0922c6166b8002de1fb7a6f1f3d671ae072678cad2e23ac59328
image: index.docker.io/sourcegraph/grafana:7.0.2178@sha256:b6ba4c2e060f0922c6166b8002de1fb7a6f1f3d671ae072678cad2e23ac59328
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.2178@sha256:d3a193e9ccc96974c426f39e22c4b5656d9358207b3caf97bd606f3de3d304f9
image: index.docker.io/sourcegraph/jaeger-all-in-one:7.0.2178@sha256:d3a193e9ccc96974c426f39e22c4b5656d9358207b3caf97bd606f3de3d304f9
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.2178@sha256:9f20e60fe924a14ac31b8af7819ab37dd76434b55395c4a78591b5b103ab4a50
image: index.docker.io/sourcegraph/node-exporter:7.0.2178@sha256:9f20e60fe924a14ac31b8af7819ab37dd76434b55395c4a78591b5b103ab4a50
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.2178@sha256:13660810b4fd2f52bb981854b8432ba271944dd33b774eef11d7b30b3097a728
image: index.docker.io/sourcegraph/opentelemetry-collector:7.0.2178@sha256:13660810b4fd2f52bb981854b8432ba271944dd33b774eef11d7b30b3097a728
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.2178@sha256:13660810b4fd2f52bb981854b8432ba271944dd33b774eef11d7b30b3097a728
image: index.docker.io/sourcegraph/opentelemetry-collector:7.0.2178@sha256:13660810b4fd2f52bb981854b8432ba271944dd33b774eef11d7b30b3097a728
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.2178@sha256:eaa190229558bc693c7ada3e64aac5ce10e4198bdd991d5d72d966272b34f046
image: index.docker.io/sourcegraph/prometheus:7.0.2178@sha256:eaa190229558bc693c7ada3e64aac5ce10e4198bdd991d5d72d966272b34f046
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.2178@sha256:61f60995e2f53133264e4822dd51a786ff5502cf0facccba45dad31aaccbcf61
image: index.docker.io/sourcegraph/blobstore:7.0.2178@sha256:61f60995e2f53133264e4822dd51a786ff5502cf0facccba45dad31aaccbcf61
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.2178@sha256:0e4f5a8748536f1f3c7b18dfa2c1e1ce563f6c7caee98fefb5450a8788813e99
image: index.docker.io/sourcegraph/alpine-3.14:7.0.2178@sha256:0e4f5a8748536f1f3c7b18dfa2c1e1ce563f6c7caee98fefb5450a8788813e99
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.2178@sha256:21d2519f4376331083f68168c74d3f6ae8ec7b9dec969782eb0853d5913e45e9
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:7.0.2178@sha256:21d2519f4376331083f68168c74d3f6ae8ec7b9dec969782eb0853d5913e45e9
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.2178@sha256:2fdae79edc3d18182ece4060d3f4f0ef455c70d9487bc366fba0bca78f6fad20
image: index.docker.io/sourcegraph/postgres_exporter:7.0.2178@sha256:2fdae79edc3d18182ece4060d3f4f0ef455c70d9487bc366fba0bca78f6fad20
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.2178@sha256:0e4f5a8748536f1f3c7b18dfa2c1e1ce563f6c7caee98fefb5450a8788813e99
image: index.docker.io/sourcegraph/alpine-3.14:7.0.2178@sha256:0e4f5a8748536f1f3c7b18dfa2c1e1ce563f6c7caee98fefb5450a8788813e99
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.2178@sha256:85308291f61ba8fd62c3c7de4570a1eb620a53a02317fc660b382673dcce8341
image: index.docker.io/sourcegraph/postgresql-16:7.0.2178@sha256:85308291f61ba8fd62c3c7de4570a1eb620a53a02317fc660b382673dcce8341
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.2178@sha256:2fdae79edc3d18182ece4060d3f4f0ef455c70d9487bc366fba0bca78f6fad20
image: index.docker.io/sourcegraph/postgres_exporter:7.0.2178@sha256:2fdae79edc3d18182ece4060d3f4f0ef455c70d9487bc366fba0bca78f6fad20
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.2178@sha256:7452b42e58c1bedf42bcb1de59d57513825ad0143d6829ce9a77c671224a1540
image: index.docker.io/sourcegraph/migrator:7.0.2178@sha256:7452b42e58c1bedf42bcb1de59d57513825ad0143d6829ce9a77c671224a1540
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.2178@sha256:ba35ff1fbc39b3d8e07187f7a4a9b0e0e2b1b39f9945e76c7a2b66c0944a57e5
image: index.docker.io/sourcegraph/frontend:7.0.2178@sha256:ba35ff1fbc39b3d8e07187f7a4a9b0e0e2b1b39f9945e76c7a2b66c0944a57e5
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.2178@sha256:c82fde97ffbf9527b96066dd7254e57d911ebe4d0c8bcbb53c6866f03e2e8fa3
image: index.docker.io/sourcegraph/gitserver:7.0.2178@sha256:c82fde97ffbf9527b96066dd7254e57d911ebe4d0c8bcbb53c6866f03e2e8fa3
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.2178@sha256:da0f3a54b67f08ba18beba7a98c4be0334c3bb923fc0015c5616be292bee7610
image: index.docker.io/sourcegraph/indexed-searcher:7.0.2178@sha256:da0f3a54b67f08ba18beba7a98c4be0334c3bb923fc0015c5616be292bee7610
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.2178@sha256:714024f460be03d23ad29160656261962b9fdeb5f6e5699700d29d71f04c8f77
image: index.docker.io/sourcegraph/search-indexer:7.0.2178@sha256:714024f460be03d23ad29160656261962b9fdeb5f6e5699700d29d71f04c8f77
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.2178@sha256:0e4f5a8748536f1f3c7b18dfa2c1e1ce563f6c7caee98fefb5450a8788813e99
image: index.docker.io/sourcegraph/alpine-3.14:7.0.2178@sha256:0e4f5a8748536f1f3c7b18dfa2c1e1ce563f6c7caee98fefb5450a8788813e99
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.2178@sha256:85308291f61ba8fd62c3c7de4570a1eb620a53a02317fc660b382673dcce8341
image: index.docker.io/sourcegraph/postgresql-16:7.0.2178@sha256:85308291f61ba8fd62c3c7de4570a1eb620a53a02317fc660b382673dcce8341
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.2178@sha256:2fdae79edc3d18182ece4060d3f4f0ef455c70d9487bc366fba0bca78f6fad20
image: index.docker.io/sourcegraph/postgres_exporter:7.0.2178@sha256:2fdae79edc3d18182ece4060d3f4f0ef455c70d9487bc366fba0bca78f6fad20
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.2178@sha256:1b85847dcea197f08148797f8e7648417c90c64c0f5db7ce5946d48eff5c9b25
image: index.docker.io/sourcegraph/precise-code-intel-worker:7.0.2178@sha256:1b85847dcea197f08148797f8e7648417c90c64c0f5db7ce5946d48eff5c9b25
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.2178@sha256:776e950d287c31cd5426af5833f922b62ee3b1bf57d069fe2aa4f07d2878b93c
image: index.docker.io/sourcegraph/redis-cache:7.0.2178@sha256:776e950d287c31cd5426af5833f922b62ee3b1bf57d069fe2aa4f07d2878b93c
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.2178@sha256:609e59bb3f51f1fc44b42ae6f725f2feec92fbad22be3a3440a10ae09e7cf92f
image: index.docker.io/sourcegraph/redis_exporter:7.0.2178@sha256:609e59bb3f51f1fc44b42ae6f725f2feec92fbad22be3a3440a10ae09e7cf92f
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.2178@sha256:9ded0daa662483e03ed68f27fc84c0e1c43b8d82dd621309353af54f8a8258ea
image: index.docker.io/sourcegraph/redis-store:7.0.2178@sha256:9ded0daa662483e03ed68f27fc84c0e1c43b8d82dd621309353af54f8a8258ea
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.2178@sha256:609e59bb3f51f1fc44b42ae6f725f2feec92fbad22be3a3440a10ae09e7cf92f
image: index.docker.io/sourcegraph/redis_exporter:7.0.2178@sha256:609e59bb3f51f1fc44b42ae6f725f2feec92fbad22be3a3440a10ae09e7cf92f
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.2178@sha256:aa58672199f9a7654be9bc266609e576d9582becf948f25a5755a8a50b164d7c
image: index.docker.io/sourcegraph/searcher:7.0.2178@sha256:aa58672199f9a7654be9bc266609e576d9582becf948f25a5755a8a50b164d7c
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.2178@sha256:a09240e35c45e53fa68a619b02080ce4e8731c1ddd3a182d0f724ed68a93975e
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:7.0.2178@sha256:a09240e35c45e53fa68a619b02080ce4e8731c1ddd3a182d0f724ed68a93975e
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.2178@sha256:27c7b763e808f14fb7d25626d8e2ca3669cf29d4e92d77a42d9278074d9eaa03
image: index.docker.io/sourcegraph/syntax-highlighter:7.0.2178@sha256:27c7b763e808f14fb7d25626d8e2ca3669cf29d4e92d77a42d9278074d9eaa03
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.2178@sha256:bde896b24daa1d8f7d19630efb10ed41b1e39f949f3cd1473d82b6ce2be05908
image: index.docker.io/sourcegraph/worker:7.0.2178@sha256:bde896b24daa1d8f7d19630efb10ed41b1e39f949f3cd1473d82b6ce2be05908
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.2178@sha256:7ca5cc7f291409ebdf76b2f1e2a933467f3794e379eb0c0d2f18bda6ef6398fb
image: index.docker.io/sourcegraph/executor:7.0.2178@sha256:7ca5cc7f291409ebdf76b2f1e2a933467f3794e379eb0c0d2f18bda6ef6398fb
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.2178@sha256:1dc14e115bf6f33d38f596f83a8b7f23adcc0a6d3ba721db74ba803ee552392b
image: index.docker.io/sourcegraph/dind:7.0.2178@sha256:1dc14e115bf6f33d38f596f83a8b7f23adcc0a6d3ba721db74ba803ee552392b
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.2178@sha256:e60f1546c561ebe2b538a781a6aa45cabb747e5aa7c056eabf6d2750598967a6
image: index.docker.io/sourcegraph/executor-kubernetes:7.0.2178@sha256:e60f1546c561ebe2b538a781a6aa45cabb747e5aa7c056eabf6d2750598967a6
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.2178@sha256:7452b42e58c1bedf42bcb1de59d57513825ad0143d6829ce9a77c671224a1540
image: index.docker.io/sourcegraph/migrator:7.0.2178@sha256:7452b42e58c1bedf42bcb1de59d57513825ad0143d6829ce9a77c671224a1540
args: ["up"]
envFrom:
- configMapRef:
Expand Down