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.1271@sha256:46fae716f68a19fb4a7e9baf9f71dea6a7b50c4ffde86a6bb2eb602236555947
image: index.docker.io/sourcegraph/cadvisor:6.12.1271@sha256:46fae716f68a19fb4a7e9baf9f71dea6a7b50c4ffde86a6bb2eb602236555947
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.1271@sha256:37fe8bf3337b24e29cb157f982fdce7bb9989f77c1f95edeb3690bece29f1377
image: index.docker.io/sourcegraph/grafana:6.12.1271@sha256:37fe8bf3337b24e29cb157f982fdce7bb9989f77c1f95edeb3690bece29f1377
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.1271@sha256:f770d65ef956c0a882ade03c6e09b8f569f0f8d0473b8b27b595dd394c1f1540
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.12.1271@sha256:f770d65ef956c0a882ade03c6e09b8f569f0f8d0473b8b27b595dd394c1f1540
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.1271@sha256:e15b6de6542ccd8e6b002a900b0402f4e2d1152dc0419187b0bc00964121aff5
image: index.docker.io/sourcegraph/node-exporter:6.12.1271@sha256:e15b6de6542ccd8e6b002a900b0402f4e2d1152dc0419187b0bc00964121aff5
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.1271@sha256:7754a8c417b1cb376050d77821901eda74c44257e26f0f9fba81d87d145e8965
image: index.docker.io/sourcegraph/opentelemetry-collector:6.12.1271@sha256:7754a8c417b1cb376050d77821901eda74c44257e26f0f9fba81d87d145e8965
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.1271@sha256:7754a8c417b1cb376050d77821901eda74c44257e26f0f9fba81d87d145e8965
image: index.docker.io/sourcegraph/opentelemetry-collector:6.12.1271@sha256:7754a8c417b1cb376050d77821901eda74c44257e26f0f9fba81d87d145e8965
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.1271@sha256:1e6f689a41c904263efaf2d8f810bc6c994e41b729935ca565ae7c295345fdd6
image: index.docker.io/sourcegraph/prometheus:6.12.1271@sha256:1e6f689a41c904263efaf2d8f810bc6c994e41b729935ca565ae7c295345fdd6
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.1271@sha256:fb74bdca35a60c9bea7d842c0f358ab1d5c42a8d2cf0a7c3464579a2ec0e6cf7
image: index.docker.io/sourcegraph/blobstore:6.12.1271@sha256:fb74bdca35a60c9bea7d842c0f358ab1d5c42a8d2cf0a7c3464579a2ec0e6cf7
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.1271@sha256:49020eec366f4f36da58a1abe45158d4ac653fe0c06f5e386e56e6debc346a42
image: index.docker.io/sourcegraph/alpine-3.14:6.12.1271@sha256:49020eec366f4f36da58a1abe45158d4ac653fe0c06f5e386e56e6debc346a42
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.1271@sha256:c92fd5f33a61ff958d1a68098f79adea868be0829d24e197ee7f3699725bb00c
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.12.1271@sha256:c92fd5f33a61ff958d1a68098f79adea868be0829d24e197ee7f3699725bb00c
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.1271@sha256:b006df2e9e4c2c77478d6ec9f8186561d228f6f57de6196110d42f7bde74d94c
image: index.docker.io/sourcegraph/postgres_exporter:6.12.1271@sha256:b006df2e9e4c2c77478d6ec9f8186561d228f6f57de6196110d42f7bde74d94c
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.1271@sha256:49020eec366f4f36da58a1abe45158d4ac653fe0c06f5e386e56e6debc346a42
image: index.docker.io/sourcegraph/alpine-3.14:6.12.1271@sha256:49020eec366f4f36da58a1abe45158d4ac653fe0c06f5e386e56e6debc346a42
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.1271@sha256:c6c08aab3c804c65cd7435cd936cfe18db9c632801c3a5b86b5955613a3b9ea9
image: index.docker.io/sourcegraph/postgresql-16:6.12.1271@sha256:c6c08aab3c804c65cd7435cd936cfe18db9c632801c3a5b86b5955613a3b9ea9
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.1271@sha256:b006df2e9e4c2c77478d6ec9f8186561d228f6f57de6196110d42f7bde74d94c
image: index.docker.io/sourcegraph/postgres_exporter:6.12.1271@sha256:b006df2e9e4c2c77478d6ec9f8186561d228f6f57de6196110d42f7bde74d94c
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.1271@sha256:0c1431df5ba243fc9c89ede5594223153ac2df2dd3b763a3d536930249671820
image: index.docker.io/sourcegraph/migrator:6.12.1271@sha256:0c1431df5ba243fc9c89ede5594223153ac2df2dd3b763a3d536930249671820
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.1271@sha256:a0eb9c149c827cfa1a218cedeca0e6a38989f52b46acd525f7daa173a59e693d
image: index.docker.io/sourcegraph/frontend:6.12.1271@sha256:a0eb9c149c827cfa1a218cedeca0e6a38989f52b46acd525f7daa173a59e693d
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.1271@sha256:c1d7406df9ef99aafe6e932bae88d5913923f8a0b939fdd737075b3ccbe98419
image: index.docker.io/sourcegraph/gitserver:6.12.1271@sha256:c1d7406df9ef99aafe6e932bae88d5913923f8a0b939fdd737075b3ccbe98419
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.1271@sha256:5b03dd887af08fc66a7563e7fd2caa901cf46f4c90bcdd0b1736dfe613aa4f69
image: index.docker.io/sourcegraph/indexed-searcher:6.12.1271@sha256:5b03dd887af08fc66a7563e7fd2caa901cf46f4c90bcdd0b1736dfe613aa4f69
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.1271@sha256:962b3e21e3038065e7f642b72590e6bb5c09b924d36e95e7177cee2f728242f5
image: index.docker.io/sourcegraph/search-indexer:6.12.1271@sha256:962b3e21e3038065e7f642b72590e6bb5c09b924d36e95e7177cee2f728242f5
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.1271@sha256:49020eec366f4f36da58a1abe45158d4ac653fe0c06f5e386e56e6debc346a42
image: index.docker.io/sourcegraph/alpine-3.14:6.12.1271@sha256:49020eec366f4f36da58a1abe45158d4ac653fe0c06f5e386e56e6debc346a42
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.1271@sha256:c6c08aab3c804c65cd7435cd936cfe18db9c632801c3a5b86b5955613a3b9ea9
image: index.docker.io/sourcegraph/postgresql-16:6.12.1271@sha256:c6c08aab3c804c65cd7435cd936cfe18db9c632801c3a5b86b5955613a3b9ea9
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.1271@sha256:b006df2e9e4c2c77478d6ec9f8186561d228f6f57de6196110d42f7bde74d94c
image: index.docker.io/sourcegraph/postgres_exporter:6.12.1271@sha256:b006df2e9e4c2c77478d6ec9f8186561d228f6f57de6196110d42f7bde74d94c
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.1271@sha256:4b192b750bbb4439b837a1a6b703153503142fc803588b9c2a73dd16eec3f2ed
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.12.1271@sha256:4b192b750bbb4439b837a1a6b703153503142fc803588b9c2a73dd16eec3f2ed
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.1271@sha256:f7662497484f34eeb4d3029f68d98247837012219e3695f9280e8517007c5e28
image: index.docker.io/sourcegraph/redis-cache:6.12.1271@sha256:f7662497484f34eeb4d3029f68d98247837012219e3695f9280e8517007c5e28
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.1271@sha256:7867af2c90d73e5ee9b7d121802e18247c1550a9128849323094fff524890ee7
image: index.docker.io/sourcegraph/redis_exporter:6.12.1271@sha256:7867af2c90d73e5ee9b7d121802e18247c1550a9128849323094fff524890ee7
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.1271@sha256:179c9c48063cff08e42ff48361f85013375e85e3644e5d8dd1d495965c97ef3b
image: index.docker.io/sourcegraph/redis-store:6.12.1271@sha256:179c9c48063cff08e42ff48361f85013375e85e3644e5d8dd1d495965c97ef3b
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.1271@sha256:7867af2c90d73e5ee9b7d121802e18247c1550a9128849323094fff524890ee7
image: index.docker.io/sourcegraph/redis_exporter:6.12.1271@sha256:7867af2c90d73e5ee9b7d121802e18247c1550a9128849323094fff524890ee7
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.1271@sha256:0cfc16f610149ab670458474bf376eb841d242ce31ac7d335d41b066d26f53fd
image: index.docker.io/sourcegraph/searcher:6.12.1271@sha256:0cfc16f610149ab670458474bf376eb841d242ce31ac7d335d41b066d26f53fd
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.1271@sha256:da9eb162421192cd99a152b4f023e11fc9b2182055f836908a841cecc1c1e005
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.12.1271@sha256:da9eb162421192cd99a152b4f023e11fc9b2182055f836908a841cecc1c1e005
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.1271@sha256:cad0ed56ffb59e12aed6bd709653447e164c3ffa07223dbb4912cb1641523474
image: index.docker.io/sourcegraph/syntax-highlighter:6.12.1271@sha256:cad0ed56ffb59e12aed6bd709653447e164c3ffa07223dbb4912cb1641523474
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.1271@sha256:9d90fefcabaad7a84826654d4c98f873c54bfd918a123c2b7db1cda14e5967bb
image: index.docker.io/sourcegraph/worker:6.12.1271@sha256:9d90fefcabaad7a84826654d4c98f873c54bfd918a123c2b7db1cda14e5967bb
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.1271@sha256:a57cece97d3f1de28dfc6f5a778fd841e4fce040dde75e407a9d54d465436de2
image: index.docker.io/sourcegraph/executor:6.12.1271@sha256:a57cece97d3f1de28dfc6f5a778fd841e4fce040dde75e407a9d54d465436de2
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.1271@sha256:bba4ce1e0bd1d5e37c34a719d98df97d6bddad16b4cae378928ef87e3c6368c6
image: index.docker.io/sourcegraph/dind:6.12.1271@sha256:bba4ce1e0bd1d5e37c34a719d98df97d6bddad16b4cae378928ef87e3c6368c6
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.1271@sha256:4a530f13dd20f73e0492df9dc8fe3661d322d5248b6d15cbfb9755c1f7f17cdb
image: index.docker.io/sourcegraph/executor-kubernetes:6.12.1271@sha256:4a530f13dd20f73e0492df9dc8fe3661d322d5248b6d15cbfb9755c1f7f17cdb
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.1271@sha256:0c1431df5ba243fc9c89ede5594223153ac2df2dd3b763a3d536930249671820
image: index.docker.io/sourcegraph/migrator:6.12.1271@sha256:0c1431df5ba243fc9c89ede5594223153ac2df2dd3b763a3d536930249671820
args: ["up"]
envFrom:
- configMapRef:
Expand Down