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.2.0@sha256:dce6fc10b2bd026ec5c459e9b9dbed1fecee34c215c41932a2134c4399740f4c
image: index.docker.io/sourcegraph/cadvisor:7.2.0@sha256:dce6fc10b2bd026ec5c459e9b9dbed1fecee34c215c41932a2134c4399740f4c
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.2.0@sha256:d6c59833b329d4ecd08ea7f0f5b225216b45ea280832f89c68edd6c9744a6df1
image: index.docker.io/sourcegraph/grafana:7.2.0@sha256:d6c59833b329d4ecd08ea7f0f5b225216b45ea280832f89c68edd6c9744a6df1
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.2.0@sha256:2955cdf68d02e5dd21c7c0e47dd34646b2091e10702bf06a985b24f8617c3ab7
image: index.docker.io/sourcegraph/jaeger-all-in-one:7.2.0@sha256:2955cdf68d02e5dd21c7c0e47dd34646b2091e10702bf06a985b24f8617c3ab7
args: ["--config=/etc/jaeger/jaeger-config.yaml"]
ports:
- containerPort: 5778
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.2.0@sha256:7b126b97acc463e1143d198d057eae26d1ef07134c3b1de9c65e0f469725b5ea
image: index.docker.io/sourcegraph/node-exporter:7.2.0@sha256:7b126b97acc463e1143d198d057eae26d1ef07134c3b1de9c65e0f469725b5ea
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.2.0@sha256:28bfdc0412f3c8a8759d6e151caa4cf7cc2ecec9ede8d002dbe4d9e49d7ff256
image: index.docker.io/sourcegraph/opentelemetry-collector:7.2.0@sha256:28bfdc0412f3c8a8759d6e151caa4cf7cc2ecec9ede8d002dbe4d9e49d7ff256
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.2.0@sha256:28bfdc0412f3c8a8759d6e151caa4cf7cc2ecec9ede8d002dbe4d9e49d7ff256
image: index.docker.io/sourcegraph/opentelemetry-collector:7.2.0@sha256:28bfdc0412f3c8a8759d6e151caa4cf7cc2ecec9ede8d002dbe4d9e49d7ff256
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.2.0@sha256:176da243f16d5aa6d160db2492bfd78aba3ea8e079ad90b1affd4a326604a921
image: index.docker.io/sourcegraph/prometheus:7.2.0@sha256:176da243f16d5aa6d160db2492bfd78aba3ea8e079ad90b1affd4a326604a921
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.2.0@sha256:5f6a1513fc0c43cd9c70cda1fcad5007ea880827cc392be8e9aefd8626bc0081
image: index.docker.io/sourcegraph/blobstore:7.2.0@sha256:5f6a1513fc0c43cd9c70cda1fcad5007ea880827cc392be8e9aefd8626bc0081
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.2.0@sha256:b3208f5430504ecea7eb8213aa569781589e0effe3b4e1e3585e599a31047dad
image: index.docker.io/sourcegraph/alpine-3.14:7.2.0@sha256:b3208f5430504ecea7eb8213aa569781589e0effe3b4e1e3585e599a31047dad
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.2.0@sha256:9e0496e5363082e33d6f93d481c52216fafa1a94cb8784fba9d819c135b4687a
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:7.2.0@sha256:9e0496e5363082e33d6f93d481c52216fafa1a94cb8784fba9d819c135b4687a
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.2.0@sha256:a82e0b6d223c5ec59da2a96e818de534cdb5336b1558ba5d61f8eb05e2ea731a
image: index.docker.io/sourcegraph/postgres_exporter:7.2.0@sha256:a82e0b6d223c5ec59da2a96e818de534cdb5336b1558ba5d61f8eb05e2ea731a
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.2.0@sha256:b3208f5430504ecea7eb8213aa569781589e0effe3b4e1e3585e599a31047dad
image: index.docker.io/sourcegraph/alpine-3.14:7.2.0@sha256:b3208f5430504ecea7eb8213aa569781589e0effe3b4e1e3585e599a31047dad
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.2.0@sha256:2ebcdb9e7896a70f6d4be5471945aa7ab7a6d346dc1d3573c4f40e1b13c448c5
image: index.docker.io/sourcegraph/postgresql-16:7.2.0@sha256:2ebcdb9e7896a70f6d4be5471945aa7ab7a6d346dc1d3573c4f40e1b13c448c5
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.2.0@sha256:a82e0b6d223c5ec59da2a96e818de534cdb5336b1558ba5d61f8eb05e2ea731a
image: index.docker.io/sourcegraph/postgres_exporter:7.2.0@sha256:a82e0b6d223c5ec59da2a96e818de534cdb5336b1558ba5d61f8eb05e2ea731a
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.2.0@sha256:3e584365a29612a1c16a3cd770f79cc32e7de0448de68f9dd4f22a32b4c9803c
image: index.docker.io/sourcegraph/migrator:7.2.0@sha256:3e584365a29612a1c16a3cd770f79cc32e7de0448de68f9dd4f22a32b4c9803c
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.2.0@sha256:1b92e4ff5126eb871ed3e84618629f3b505f3562f8e15bd0048e39f1f31004d4
image: index.docker.io/sourcegraph/frontend:7.2.0@sha256:1b92e4ff5126eb871ed3e84618629f3b505f3562f8e15bd0048e39f1f31004d4
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.2.0@sha256:a96d3969190197a6025366f0dc23802ce2355068a1cc4b01bb01917e87eddda5
image: index.docker.io/sourcegraph/gitserver:7.2.0@sha256:a96d3969190197a6025366f0dc23802ce2355068a1cc4b01bb01917e87eddda5
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.2.0@sha256:6d718224b682e5ca2a7e1f75af97b18718dcaf99849ea7171eb6c50b454ef66a
image: index.docker.io/sourcegraph/indexed-searcher:7.2.0@sha256:6d718224b682e5ca2a7e1f75af97b18718dcaf99849ea7171eb6c50b454ef66a
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.2.0@sha256:8fd6a6e503106b654f26fa54d42e650b8002eb24c4047dc1c98dfb60d6cb970d
image: index.docker.io/sourcegraph/search-indexer:7.2.0@sha256:8fd6a6e503106b654f26fa54d42e650b8002eb24c4047dc1c98dfb60d6cb970d
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.2.0@sha256:b3208f5430504ecea7eb8213aa569781589e0effe3b4e1e3585e599a31047dad
image: index.docker.io/sourcegraph/alpine-3.14:7.2.0@sha256:b3208f5430504ecea7eb8213aa569781589e0effe3b4e1e3585e599a31047dad
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.2.0@sha256:2ebcdb9e7896a70f6d4be5471945aa7ab7a6d346dc1d3573c4f40e1b13c448c5
image: index.docker.io/sourcegraph/postgresql-16:7.2.0@sha256:2ebcdb9e7896a70f6d4be5471945aa7ab7a6d346dc1d3573c4f40e1b13c448c5
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.2.0@sha256:a82e0b6d223c5ec59da2a96e818de534cdb5336b1558ba5d61f8eb05e2ea731a
image: index.docker.io/sourcegraph/postgres_exporter:7.2.0@sha256:a82e0b6d223c5ec59da2a96e818de534cdb5336b1558ba5d61f8eb05e2ea731a
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.2.0@sha256:7c7bfaed70bda941c59e20508f15c807d5551f507dd8cfafcf9eb316da4e6242
image: index.docker.io/sourcegraph/precise-code-intel-worker:7.2.0@sha256:7c7bfaed70bda941c59e20508f15c807d5551f507dd8cfafcf9eb316da4e6242
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.2.0@sha256:9d9433afdf42b72c0102ec77b83ee84c827b52f2289a72ab7d1827b862557591
image: index.docker.io/sourcegraph/redis-cache:7.2.0@sha256:9d9433afdf42b72c0102ec77b83ee84c827b52f2289a72ab7d1827b862557591
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.2.0@sha256:5584dd2e3702e2041750845e337d6ee8ed690bfa918e79fb71954069abac8b77
image: index.docker.io/sourcegraph/redis_exporter:7.2.0@sha256:5584dd2e3702e2041750845e337d6ee8ed690bfa918e79fb71954069abac8b77
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.2.0@sha256:839c62d67edda48af35e577b7fb48624310c23294ef855b66f86312b688a15fb
image: index.docker.io/sourcegraph/redis-store:7.2.0@sha256:839c62d67edda48af35e577b7fb48624310c23294ef855b66f86312b688a15fb
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.2.0@sha256:5584dd2e3702e2041750845e337d6ee8ed690bfa918e79fb71954069abac8b77
image: index.docker.io/sourcegraph/redis_exporter:7.2.0@sha256:5584dd2e3702e2041750845e337d6ee8ed690bfa918e79fb71954069abac8b77
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.2.0@sha256:426ccd7368ea8268ffc08d7e83e332460971f00b73f81ca23598164a2cb7eae5
image: index.docker.io/sourcegraph/searcher:7.2.0@sha256:426ccd7368ea8268ffc08d7e83e332460971f00b73f81ca23598164a2cb7eae5
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.2.0@sha256:20ef4f1c3414e821e655cb1c3c8580c0933cfc9288f1a99f6e6fc1bc11e90df1
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:7.2.0@sha256:20ef4f1c3414e821e655cb1c3c8580c0933cfc9288f1a99f6e6fc1bc11e90df1
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.2.0@sha256:d2c4a903fbd7d76c621a36f7aa80dba96e1e2d9429b5bfa72627835aa35e4b4c
image: index.docker.io/sourcegraph/syntax-highlighter:7.2.0@sha256:d2c4a903fbd7d76c621a36f7aa80dba96e1e2d9429b5bfa72627835aa35e4b4c
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.2.0@sha256:55fc83a75911bb49dd4f2e3936408b0639d5c98492e4360e608f6e18b202f0d9
image: index.docker.io/sourcegraph/worker:7.2.0@sha256:55fc83a75911bb49dd4f2e3936408b0639d5c98492e4360e608f6e18b202f0d9
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.2.0@sha256:eb3081d06e4a14ad5b521e65e5779c4cc3130b0befedab252ea400e750b7400b
image: index.docker.io/sourcegraph/executor:7.2.0@sha256:eb3081d06e4a14ad5b521e65e5779c4cc3130b0befedab252ea400e750b7400b
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.2.0@sha256:2f8cd6d1c54c6ba42522d8cf5f763722c71fd2bcd0c44f1d6210c2c784587769
image: index.docker.io/sourcegraph/dind:7.2.0@sha256:2f8cd6d1c54c6ba42522d8cf5f763722c71fd2bcd0c44f1d6210c2c784587769
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.2.0@sha256:b8f56b48a524d81d5290ecaadc0cef2a534f1bf6bbb684190d37c718f16ea00c
image: index.docker.io/sourcegraph/executor-kubernetes:7.2.0@sha256:b8f56b48a524d81d5290ecaadc0cef2a534f1bf6bbb684190d37c718f16ea00c
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.2.0@sha256:3e584365a29612a1c16a3cd770f79cc32e7de0448de68f9dd4f22a32b4c9803c
image: index.docker.io/sourcegraph/migrator:7.2.0@sha256:3e584365a29612a1c16a3cd770f79cc32e7de0448de68f9dd4f22a32b4c9803c
args: ["up"]
envFrom:
- configMapRef:
Expand Down