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.3032@sha256:bd1c4b6ce9cc16cb53c5516574e5d58d99d0e9371c3ca4f953b5cafd3c1ac027
image: index.docker.io/sourcegraph/cadvisor:6.12.3032@sha256:bd1c4b6ce9cc16cb53c5516574e5d58d99d0e9371c3ca4f953b5cafd3c1ac027
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.3032@sha256:2685dda674e725fde1f5e27fa7ff9ae2ae3ca424b18805303cbef76fe8faaf0f
image: index.docker.io/sourcegraph/grafana:6.12.3032@sha256:2685dda674e725fde1f5e27fa7ff9ae2ae3ca424b18805303cbef76fe8faaf0f
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.3032@sha256:4216fef3f2338dee2137e5367b9dfb84fe5a90801d397b4e1994457b03c9b17f
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.12.3032@sha256:4216fef3f2338dee2137e5367b9dfb84fe5a90801d397b4e1994457b03c9b17f
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.3032@sha256:67ce73be0e3b9bec221d7434a22587d712d1d5cb6f45cc50605b0ee266d2155a
image: index.docker.io/sourcegraph/node-exporter:6.12.3032@sha256:67ce73be0e3b9bec221d7434a22587d712d1d5cb6f45cc50605b0ee266d2155a
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.3032@sha256:5cc1cf66cd477209bc70c9f4e313a8853f576b12cdf795daf1db1efd15a27948
image: index.docker.io/sourcegraph/opentelemetry-collector:6.12.3032@sha256:5cc1cf66cd477209bc70c9f4e313a8853f576b12cdf795daf1db1efd15a27948
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.3032@sha256:5cc1cf66cd477209bc70c9f4e313a8853f576b12cdf795daf1db1efd15a27948
image: index.docker.io/sourcegraph/opentelemetry-collector:6.12.3032@sha256:5cc1cf66cd477209bc70c9f4e313a8853f576b12cdf795daf1db1efd15a27948
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.3032@sha256:0c478a7833cc025f38bc5886a3d9dc677d032f5fc3b59034bca449b9243e1ac7
image: index.docker.io/sourcegraph/prometheus:6.12.3032@sha256:0c478a7833cc025f38bc5886a3d9dc677d032f5fc3b59034bca449b9243e1ac7
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.3032@sha256:f5085e2d5e0909d455cc06aecc923aa9220a03088a9884269fdae9682c0d135a
image: index.docker.io/sourcegraph/blobstore:6.12.3032@sha256:f5085e2d5e0909d455cc06aecc923aa9220a03088a9884269fdae9682c0d135a
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.3032@sha256:fbe82c386799b9c645b0edf43038af863ad327dee6be6bb1a170a891640dc726
image: index.docker.io/sourcegraph/alpine-3.14:6.12.3032@sha256:fbe82c386799b9c645b0edf43038af863ad327dee6be6bb1a170a891640dc726
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.3032@sha256:b6a491f719ea5ef55cedff94d1487775806d79401d00badced20e29ebef00668
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.12.3032@sha256:b6a491f719ea5ef55cedff94d1487775806d79401d00badced20e29ebef00668
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.3032@sha256:1315747e13e5105948fd0c8dd458d1295b85136c7a6adf6426e4c94e68ba6bee
image: index.docker.io/sourcegraph/postgres_exporter:6.12.3032@sha256:1315747e13e5105948fd0c8dd458d1295b85136c7a6adf6426e4c94e68ba6bee
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.3032@sha256:fbe82c386799b9c645b0edf43038af863ad327dee6be6bb1a170a891640dc726
image: index.docker.io/sourcegraph/alpine-3.14:6.12.3032@sha256:fbe82c386799b9c645b0edf43038af863ad327dee6be6bb1a170a891640dc726
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.3032@sha256:e449aacb1fe55a6f3e218cdd4ba527112e561d174c1fc78bf090fd550c517741
image: index.docker.io/sourcegraph/postgresql-16:6.12.3032@sha256:e449aacb1fe55a6f3e218cdd4ba527112e561d174c1fc78bf090fd550c517741
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.3032@sha256:1315747e13e5105948fd0c8dd458d1295b85136c7a6adf6426e4c94e68ba6bee
image: index.docker.io/sourcegraph/postgres_exporter:6.12.3032@sha256:1315747e13e5105948fd0c8dd458d1295b85136c7a6adf6426e4c94e68ba6bee
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.3032@sha256:0373700b58e35b22b4abd055a475e3c58235d53a13140a40ff2b22a26a51adce
image: index.docker.io/sourcegraph/migrator:6.12.3032@sha256:0373700b58e35b22b4abd055a475e3c58235d53a13140a40ff2b22a26a51adce
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.3032@sha256:2d49b3248c5ed0a4d812956ca40c9af1442fba3291a1c515ca13cc48d8dc047f
image: index.docker.io/sourcegraph/frontend:6.12.3032@sha256:2d49b3248c5ed0a4d812956ca40c9af1442fba3291a1c515ca13cc48d8dc047f
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.3032@sha256:84500b1479cb8642ba419cb0b0314d9b6a282636f67cf2894b0e82a848888540
image: index.docker.io/sourcegraph/gitserver:6.12.3032@sha256:84500b1479cb8642ba419cb0b0314d9b6a282636f67cf2894b0e82a848888540
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.3032@sha256:b8204dd9bfb4df32ad7d3660d14f9b697270f479336718bf73dc8c7b0ae71bab
image: index.docker.io/sourcegraph/indexed-searcher:6.12.3032@sha256:b8204dd9bfb4df32ad7d3660d14f9b697270f479336718bf73dc8c7b0ae71bab
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.3032@sha256:165d2fda5d78d5c731083e15209ba60c413568464917256e33144361f2ab5068
image: index.docker.io/sourcegraph/search-indexer:6.12.3032@sha256:165d2fda5d78d5c731083e15209ba60c413568464917256e33144361f2ab5068
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.3032@sha256:fbe82c386799b9c645b0edf43038af863ad327dee6be6bb1a170a891640dc726
image: index.docker.io/sourcegraph/alpine-3.14:6.12.3032@sha256:fbe82c386799b9c645b0edf43038af863ad327dee6be6bb1a170a891640dc726
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.3032@sha256:e449aacb1fe55a6f3e218cdd4ba527112e561d174c1fc78bf090fd550c517741
image: index.docker.io/sourcegraph/postgresql-16:6.12.3032@sha256:e449aacb1fe55a6f3e218cdd4ba527112e561d174c1fc78bf090fd550c517741
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.3032@sha256:1315747e13e5105948fd0c8dd458d1295b85136c7a6adf6426e4c94e68ba6bee
image: index.docker.io/sourcegraph/postgres_exporter:6.12.3032@sha256:1315747e13e5105948fd0c8dd458d1295b85136c7a6adf6426e4c94e68ba6bee
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.3032@sha256:8e644f098359b3db69f2562ac13b082a6dfc840226b52b054ae522ce2b5df07f
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.12.3032@sha256:8e644f098359b3db69f2562ac13b082a6dfc840226b52b054ae522ce2b5df07f
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.3032@sha256:64361bad48083da0c3d4738360aea7aee1a322bc71e78139bc60412d025594ea
image: index.docker.io/sourcegraph/redis-cache:6.12.3032@sha256:64361bad48083da0c3d4738360aea7aee1a322bc71e78139bc60412d025594ea
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.3032@sha256:7184832252309d5f60d3739f50de78dbc03f75ac85ceafb09f9b8a9166348cf3
image: index.docker.io/sourcegraph/redis_exporter:6.12.3032@sha256:7184832252309d5f60d3739f50de78dbc03f75ac85ceafb09f9b8a9166348cf3
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.3032@sha256:9d604a1207d65c7f56748aee259cc07c60159115ef7ffd6530893c1ebb02b397
image: index.docker.io/sourcegraph/redis-store:6.12.3032@sha256:9d604a1207d65c7f56748aee259cc07c60159115ef7ffd6530893c1ebb02b397
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.3032@sha256:7184832252309d5f60d3739f50de78dbc03f75ac85ceafb09f9b8a9166348cf3
image: index.docker.io/sourcegraph/redis_exporter:6.12.3032@sha256:7184832252309d5f60d3739f50de78dbc03f75ac85ceafb09f9b8a9166348cf3
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.3032@sha256:f73066ad2456db71757421a10afbe5ecabd24a36667144c2e9b64bbef5bcac54
image: index.docker.io/sourcegraph/searcher:6.12.3032@sha256:f73066ad2456db71757421a10afbe5ecabd24a36667144c2e9b64bbef5bcac54
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.3032@sha256:f2ee83cf7efdf3d5a90e7c34346b64a9d1a5fe0b9c6beeff33c6be84ef0a874d
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.12.3032@sha256:f2ee83cf7efdf3d5a90e7c34346b64a9d1a5fe0b9c6beeff33c6be84ef0a874d
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.3032@sha256:1c2079ca05ab2151b47a3b618ca1a74257add2bbe5696e40e298e0a1bad7f804
image: index.docker.io/sourcegraph/syntax-highlighter:6.12.3032@sha256:1c2079ca05ab2151b47a3b618ca1a74257add2bbe5696e40e298e0a1bad7f804
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.3032@sha256:962ffb19dd203278dcd5159a4e8f4f21a35432452819132e1f63985ecc6a8e2e
image: index.docker.io/sourcegraph/worker:6.12.3032@sha256:962ffb19dd203278dcd5159a4e8f4f21a35432452819132e1f63985ecc6a8e2e
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.3032@sha256:017e4597f435ee857c1385d7ea9a099eafe4191951b9bd5fcd3a4fd253a764b2
image: index.docker.io/sourcegraph/executor:6.12.3032@sha256:017e4597f435ee857c1385d7ea9a099eafe4191951b9bd5fcd3a4fd253a764b2
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.3032@sha256:e786c88ebe98ee4006d8a853d17cd54635dc93995491ce71f801a5db370b4ac7
image: index.docker.io/sourcegraph/dind:6.12.3032@sha256:e786c88ebe98ee4006d8a853d17cd54635dc93995491ce71f801a5db370b4ac7
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.3032@sha256:a6927876698ef3cea1b70a1e40863e0e7350c6c08e43bc09295a0d99d564ee65
image: index.docker.io/sourcegraph/executor-kubernetes:6.12.3032@sha256:a6927876698ef3cea1b70a1e40863e0e7350c6c08e43bc09295a0d99d564ee65
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.3032@sha256:0373700b58e35b22b4abd055a475e3c58235d53a13140a40ff2b22a26a51adce
image: index.docker.io/sourcegraph/migrator:6.12.3032@sha256:0373700b58e35b22b4abd055a475e3c58235d53a13140a40ff2b22a26a51adce
args: ["up"]
envFrom:
- configMapRef:
Expand Down