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.5040@sha256:6d4678f14523bf816567279176f95f39f37a153a9d7c384dc1b8b361c895c31e
image: index.docker.io/sourcegraph/cadvisor:6.12.5040@sha256:6d4678f14523bf816567279176f95f39f37a153a9d7c384dc1b8b361c895c31e
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.5040@sha256:95d1efaa51d4cd3e7aaa756d582386311cfe0b8ce11c9078c98abb37e68e9902
image: index.docker.io/sourcegraph/grafana:6.12.5040@sha256:95d1efaa51d4cd3e7aaa756d582386311cfe0b8ce11c9078c98abb37e68e9902
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.5040@sha256:6568f47c5d77995fe928a86cf099173a7319c320dbd764fcbb047dfd2675470e
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.12.5040@sha256:6568f47c5d77995fe928a86cf099173a7319c320dbd764fcbb047dfd2675470e
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.5040@sha256:5b5c28f5f47c530e8ea6fa145f4724845fffa0e52cd0fac921d9ed31f15d88d6
image: index.docker.io/sourcegraph/node-exporter:6.12.5040@sha256:5b5c28f5f47c530e8ea6fa145f4724845fffa0e52cd0fac921d9ed31f15d88d6
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.5040@sha256:ca5b333f89e3fa53b90a7ff569ff093bbb309ebbe6bf84266add34681b6a91c2
image: index.docker.io/sourcegraph/opentelemetry-collector:6.12.5040@sha256:ca5b333f89e3fa53b90a7ff569ff093bbb309ebbe6bf84266add34681b6a91c2
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.5040@sha256:ca5b333f89e3fa53b90a7ff569ff093bbb309ebbe6bf84266add34681b6a91c2
image: index.docker.io/sourcegraph/opentelemetry-collector:6.12.5040@sha256:ca5b333f89e3fa53b90a7ff569ff093bbb309ebbe6bf84266add34681b6a91c2
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.5040@sha256:53c640caec705ca57ba0c7ca63d385409d53677a884996d64b00ae0e0342cfbc
image: index.docker.io/sourcegraph/prometheus:6.12.5040@sha256:53c640caec705ca57ba0c7ca63d385409d53677a884996d64b00ae0e0342cfbc
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.5040@sha256:84c6606f50abfe0f9f0fd3ad6b1db908293fb7dc7b4827e3a60afd7b75500f40
image: index.docker.io/sourcegraph/blobstore:6.12.5040@sha256:84c6606f50abfe0f9f0fd3ad6b1db908293fb7dc7b4827e3a60afd7b75500f40
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.5040@sha256:4b478bf4e4d72dfd4808a20bf99b2f621f133991b69c54052ee828079eacffd7
image: index.docker.io/sourcegraph/alpine-3.14:6.12.5040@sha256:4b478bf4e4d72dfd4808a20bf99b2f621f133991b69c54052ee828079eacffd7
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.5040@sha256:1e2fe9eb127c6178775ad0abf97b603ae74f14e0c90ea536f1b30d6864593d2e
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.12.5040@sha256:1e2fe9eb127c6178775ad0abf97b603ae74f14e0c90ea536f1b30d6864593d2e
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.5040@sha256:78682c3d942d19ab43e0fc61c6ad2f1c3aec20ace75c58e4e6a418e90350f584
image: index.docker.io/sourcegraph/postgres_exporter:6.12.5040@sha256:78682c3d942d19ab43e0fc61c6ad2f1c3aec20ace75c58e4e6a418e90350f584
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.5040@sha256:4b478bf4e4d72dfd4808a20bf99b2f621f133991b69c54052ee828079eacffd7
image: index.docker.io/sourcegraph/alpine-3.14:6.12.5040@sha256:4b478bf4e4d72dfd4808a20bf99b2f621f133991b69c54052ee828079eacffd7
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.5040@sha256:2e4c2f4c7eda65bf2cd8075c5b9750130d265672779f514751e96c1df83e19b9
image: index.docker.io/sourcegraph/postgresql-16:6.12.5040@sha256:2e4c2f4c7eda65bf2cd8075c5b9750130d265672779f514751e96c1df83e19b9
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.5040@sha256:78682c3d942d19ab43e0fc61c6ad2f1c3aec20ace75c58e4e6a418e90350f584
image: index.docker.io/sourcegraph/postgres_exporter:6.12.5040@sha256:78682c3d942d19ab43e0fc61c6ad2f1c3aec20ace75c58e4e6a418e90350f584
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.5040@sha256:7fd45a96b43cb7e3f888a128e0f5187afd829af8bc773ee90b0dc7b7a31ae2a6
image: index.docker.io/sourcegraph/migrator:6.12.5040@sha256:7fd45a96b43cb7e3f888a128e0f5187afd829af8bc773ee90b0dc7b7a31ae2a6
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.5040@sha256:844a785abfced7335f53f92d1d32bee364cef80016524991ab8c08de86cfff0f
image: index.docker.io/sourcegraph/frontend:6.12.5040@sha256:844a785abfced7335f53f92d1d32bee364cef80016524991ab8c08de86cfff0f
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.5040@sha256:7f79db79ca8872cee06880dc63dee167e8c65f57c2c77b332b882aa921c2430d
image: index.docker.io/sourcegraph/gitserver:6.12.5040@sha256:7f79db79ca8872cee06880dc63dee167e8c65f57c2c77b332b882aa921c2430d
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.5040@sha256:130aa3b425036fa9bfbee7543e4e58f13bd74a2a4238bc11478f99c2f940629f
image: index.docker.io/sourcegraph/indexed-searcher:6.12.5040@sha256:130aa3b425036fa9bfbee7543e4e58f13bd74a2a4238bc11478f99c2f940629f
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.5040@sha256:07f2b619a406e10ea50ba15140f294c776207bcbd4b46f890f1a8fa526f16260
image: index.docker.io/sourcegraph/search-indexer:6.12.5040@sha256:07f2b619a406e10ea50ba15140f294c776207bcbd4b46f890f1a8fa526f16260
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.5040@sha256:4b478bf4e4d72dfd4808a20bf99b2f621f133991b69c54052ee828079eacffd7
image: index.docker.io/sourcegraph/alpine-3.14:6.12.5040@sha256:4b478bf4e4d72dfd4808a20bf99b2f621f133991b69c54052ee828079eacffd7
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.5040@sha256:2e4c2f4c7eda65bf2cd8075c5b9750130d265672779f514751e96c1df83e19b9
image: index.docker.io/sourcegraph/postgresql-16:6.12.5040@sha256:2e4c2f4c7eda65bf2cd8075c5b9750130d265672779f514751e96c1df83e19b9
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.5040@sha256:78682c3d942d19ab43e0fc61c6ad2f1c3aec20ace75c58e4e6a418e90350f584
image: index.docker.io/sourcegraph/postgres_exporter:6.12.5040@sha256:78682c3d942d19ab43e0fc61c6ad2f1c3aec20ace75c58e4e6a418e90350f584
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.5040@sha256:9f6ab3ebfba09b50e83f723f808492702ea2db7f3fefbc59b37377f8fb02b725
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.12.5040@sha256:9f6ab3ebfba09b50e83f723f808492702ea2db7f3fefbc59b37377f8fb02b725
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.5040@sha256:b515c69c050598badfdb9c2cd2ea9dcfceef34de8f60436de664ef159152b11d
image: index.docker.io/sourcegraph/redis-cache:6.12.5040@sha256:b515c69c050598badfdb9c2cd2ea9dcfceef34de8f60436de664ef159152b11d
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.5040@sha256:459c9cc3f14afef9608f459445678482dc29a94ee6f6884b4e54e856c8d1c84e
image: index.docker.io/sourcegraph/redis_exporter:6.12.5040@sha256:459c9cc3f14afef9608f459445678482dc29a94ee6f6884b4e54e856c8d1c84e
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.5040@sha256:9193885461dfbf2e82f9df8bf422b31311e3b1db5838026ea3e401c1e18b8e3e
image: index.docker.io/sourcegraph/redis-store:6.12.5040@sha256:9193885461dfbf2e82f9df8bf422b31311e3b1db5838026ea3e401c1e18b8e3e
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.5040@sha256:459c9cc3f14afef9608f459445678482dc29a94ee6f6884b4e54e856c8d1c84e
image: index.docker.io/sourcegraph/redis_exporter:6.12.5040@sha256:459c9cc3f14afef9608f459445678482dc29a94ee6f6884b4e54e856c8d1c84e
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.5040@sha256:df418d81c9153022d48c16446e04c95b1877ad521be2ddeff14b99c992090b0c
image: index.docker.io/sourcegraph/searcher:6.12.5040@sha256:df418d81c9153022d48c16446e04c95b1877ad521be2ddeff14b99c992090b0c
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.5040@sha256:d38bed3019dc3895a2254847bd5ea345451a1a573705c59c8c184a0244fb59a8
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.12.5040@sha256:d38bed3019dc3895a2254847bd5ea345451a1a573705c59c8c184a0244fb59a8
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.5040@sha256:2332d292684319f4695036b1effafb12106911ac328d1040112603e3edd48b63
image: index.docker.io/sourcegraph/syntax-highlighter:6.12.5040@sha256:2332d292684319f4695036b1effafb12106911ac328d1040112603e3edd48b63
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.5040@sha256:ff1b68f5832469868547b59e751d470303ca03c0401c703e59bf85cf0ec496e4
image: index.docker.io/sourcegraph/worker:6.12.5040@sha256:ff1b68f5832469868547b59e751d470303ca03c0401c703e59bf85cf0ec496e4
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.5040@sha256:e9ec493da91a83b9d5deb7486b7acb3e05ddef3112c8c09597c2a19d789ae0d8
image: index.docker.io/sourcegraph/executor:6.12.5040@sha256:e9ec493da91a83b9d5deb7486b7acb3e05ddef3112c8c09597c2a19d789ae0d8
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.5040@sha256:ca5b1268195a027b23dc5b00b2ca7a657094b86b268ca37b116a2e52c3328cb8
image: index.docker.io/sourcegraph/dind:6.12.5040@sha256:ca5b1268195a027b23dc5b00b2ca7a657094b86b268ca37b116a2e52c3328cb8
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.5040@sha256:16c0a913bdd1ea53ff57ccfc91f5c80db8a61b9365b1d3610113550ed6590ead
image: index.docker.io/sourcegraph/executor-kubernetes:6.12.5040@sha256:16c0a913bdd1ea53ff57ccfc91f5c80db8a61b9365b1d3610113550ed6590ead
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.5040@sha256:7fd45a96b43cb7e3f888a128e0f5187afd829af8bc773ee90b0dc7b7a31ae2a6
image: index.docker.io/sourcegraph/migrator:6.12.5040@sha256:7fd45a96b43cb7e3f888a128e0f5187afd829af8bc773ee90b0dc7b7a31ae2a6
args: ["up"]
envFrom:
- configMapRef:
Expand Down