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.11.2752@sha256:6f196f57396556945b29039a9697cb97bdb1a32b08555018d85a42f4d88f0dbd
image: index.docker.io/sourcegraph/cadvisor:6.11.2752@sha256:6f196f57396556945b29039a9697cb97bdb1a32b08555018d85a42f4d88f0dbd
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.11.2752@sha256:70d017e741d4096caf7bd237ea46c39b4bbab640cfbf5cae4b2849b6f887ad1c
image: index.docker.io/sourcegraph/grafana:6.11.2752@sha256:70d017e741d4096caf7bd237ea46c39b4bbab640cfbf5cae4b2849b6f887ad1c
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.11.2752@sha256:df58d506b85465a3f9e3ba0063da4f416bbfb372b84d7127d99ded168554e6fe
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.11.2752@sha256:df58d506b85465a3f9e3ba0063da4f416bbfb372b84d7127d99ded168554e6fe
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.11.2752@sha256:14cc720b3f500c1a6d516ec0f2d7b29daabbb448447fc75f89aadce4d54546f6
image: index.docker.io/sourcegraph/node-exporter:6.11.2752@sha256:14cc720b3f500c1a6d516ec0f2d7b29daabbb448447fc75f89aadce4d54546f6
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.11.2752@sha256:bd19d8a9ba096320b9af73ad3ca7cd3b26315062077d8d9f14f23ada6662bbea
image: index.docker.io/sourcegraph/opentelemetry-collector:6.11.2752@sha256:bd19d8a9ba096320b9af73ad3ca7cd3b26315062077d8d9f14f23ada6662bbea
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.11.2752@sha256:bd19d8a9ba096320b9af73ad3ca7cd3b26315062077d8d9f14f23ada6662bbea
image: index.docker.io/sourcegraph/opentelemetry-collector:6.11.2752@sha256:bd19d8a9ba096320b9af73ad3ca7cd3b26315062077d8d9f14f23ada6662bbea
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.11.2752@sha256:41b4cabff778afe4be6370c4a3dc97c7af1a7683009bd6867f37f0b6e5d9eb58
image: index.docker.io/sourcegraph/prometheus:6.11.2752@sha256:41b4cabff778afe4be6370c4a3dc97c7af1a7683009bd6867f37f0b6e5d9eb58
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.11.2752@sha256:6e255ebfb906b8461a61742925376e78b9482cbc2a975a622ddc0fa8cb9b680f
image: index.docker.io/sourcegraph/blobstore:6.11.2752@sha256:6e255ebfb906b8461a61742925376e78b9482cbc2a975a622ddc0fa8cb9b680f
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.11.2752@sha256:df97d9fad72aab628e70d31ac3415543e7b7017100648449f9c5ab87e92a67c7
image: index.docker.io/sourcegraph/alpine-3.14:6.11.2752@sha256:df97d9fad72aab628e70d31ac3415543e7b7017100648449f9c5ab87e92a67c7
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.11.2752@sha256:d270d0590b826649f9ac82c66cbfaaa45b1fad38f91d08aa3946521cbb19f43b
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.11.2752@sha256:d270d0590b826649f9ac82c66cbfaaa45b1fad38f91d08aa3946521cbb19f43b
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.11.2752@sha256:12f06f5052954ebf3efaeac71a5d9a4091e84f2ed6a24d87ef993bbeb305d70b
image: index.docker.io/sourcegraph/postgres_exporter:6.11.2752@sha256:12f06f5052954ebf3efaeac71a5d9a4091e84f2ed6a24d87ef993bbeb305d70b
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.11.2752@sha256:df97d9fad72aab628e70d31ac3415543e7b7017100648449f9c5ab87e92a67c7
image: index.docker.io/sourcegraph/alpine-3.14:6.11.2752@sha256:df97d9fad72aab628e70d31ac3415543e7b7017100648449f9c5ab87e92a67c7
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.11.2752@sha256:eaba36971ee69fb3e071c9155ac3d62af84ad20e3f70155ff75ec1c61ef676c1
image: index.docker.io/sourcegraph/postgresql-16:6.11.2752@sha256:eaba36971ee69fb3e071c9155ac3d62af84ad20e3f70155ff75ec1c61ef676c1
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.11.2752@sha256:12f06f5052954ebf3efaeac71a5d9a4091e84f2ed6a24d87ef993bbeb305d70b
image: index.docker.io/sourcegraph/postgres_exporter:6.11.2752@sha256:12f06f5052954ebf3efaeac71a5d9a4091e84f2ed6a24d87ef993bbeb305d70b
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.11.2752@sha256:fa4c0c8d79c1e2e37fd0a625418f2299c8229ccdfb1de0adffdcb738c20e8b67
image: index.docker.io/sourcegraph/migrator:6.11.2752@sha256:fa4c0c8d79c1e2e37fd0a625418f2299c8229ccdfb1de0adffdcb738c20e8b67
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.11.2752@sha256:63d2e45df7cb9a46a59735a2852512485621a528cff894695a5b871dbab8a229
image: index.docker.io/sourcegraph/frontend:6.11.2752@sha256:63d2e45df7cb9a46a59735a2852512485621a528cff894695a5b871dbab8a229
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.11.2752@sha256:e7f3751544f992bb41e11805a4a72cf698787712756588d510f4fb807a2f95c1
image: index.docker.io/sourcegraph/gitserver:6.11.2752@sha256:e7f3751544f992bb41e11805a4a72cf698787712756588d510f4fb807a2f95c1
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.11.2752@sha256:e84d5944021f8e8a5f695a0df23226ba18b8520cb3de111e4fbc9fd0b3c5ada7
image: index.docker.io/sourcegraph/indexed-searcher:6.11.2752@sha256:e84d5944021f8e8a5f695a0df23226ba18b8520cb3de111e4fbc9fd0b3c5ada7
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.11.2752@sha256:43d3847011eac4f5bc2a2f843b4929f0e4d7747f7b5d90b0d883f79aef77f2cd
image: index.docker.io/sourcegraph/search-indexer:6.11.2752@sha256:43d3847011eac4f5bc2a2f843b4929f0e4d7747f7b5d90b0d883f79aef77f2cd
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.11.2752@sha256:df97d9fad72aab628e70d31ac3415543e7b7017100648449f9c5ab87e92a67c7
image: index.docker.io/sourcegraph/alpine-3.14:6.11.2752@sha256:df97d9fad72aab628e70d31ac3415543e7b7017100648449f9c5ab87e92a67c7
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.11.2752@sha256:eaba36971ee69fb3e071c9155ac3d62af84ad20e3f70155ff75ec1c61ef676c1
image: index.docker.io/sourcegraph/postgresql-16:6.11.2752@sha256:eaba36971ee69fb3e071c9155ac3d62af84ad20e3f70155ff75ec1c61ef676c1
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.11.2752@sha256:12f06f5052954ebf3efaeac71a5d9a4091e84f2ed6a24d87ef993bbeb305d70b
image: index.docker.io/sourcegraph/postgres_exporter:6.11.2752@sha256:12f06f5052954ebf3efaeac71a5d9a4091e84f2ed6a24d87ef993bbeb305d70b
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.11.2752@sha256:c8fb3bac5808b89bac058383ae994c9927758b64a92b5cff31d86a61ac227c6e
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.11.2752@sha256:c8fb3bac5808b89bac058383ae994c9927758b64a92b5cff31d86a61ac227c6e
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.11.2752@sha256:cf7f4557b6333a9c881d55b604712109d975bd10d5b47f85af08bf12ad81d886
image: index.docker.io/sourcegraph/redis-cache:6.11.2752@sha256:cf7f4557b6333a9c881d55b604712109d975bd10d5b47f85af08bf12ad81d886
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.11.2752@sha256:27143eb7fb7ab5aa7b6d4ff027c97248fcc987670b796e5454f4dc7729001999
image: index.docker.io/sourcegraph/redis_exporter:6.11.2752@sha256:27143eb7fb7ab5aa7b6d4ff027c97248fcc987670b796e5454f4dc7729001999
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.11.2752@sha256:052660f3a3c892e9d2215efac515178a8fbe3b138111c0ec7b974422e8364c34
image: index.docker.io/sourcegraph/redis-store:6.11.2752@sha256:052660f3a3c892e9d2215efac515178a8fbe3b138111c0ec7b974422e8364c34
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.11.2752@sha256:27143eb7fb7ab5aa7b6d4ff027c97248fcc987670b796e5454f4dc7729001999
image: index.docker.io/sourcegraph/redis_exporter:6.11.2752@sha256:27143eb7fb7ab5aa7b6d4ff027c97248fcc987670b796e5454f4dc7729001999
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.11.2752@sha256:293f848dbc0baf87adab847ce46cfa95c38d9e56240950a17db5bc6c3a8b09ac
image: index.docker.io/sourcegraph/searcher:6.11.2752@sha256:293f848dbc0baf87adab847ce46cfa95c38d9e56240950a17db5bc6c3a8b09ac
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.11.2752@sha256:5c430f90e0e5203f0fa48448a971685cc13ac90688d0ed7719d4d57b73cae0c3
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.11.2752@sha256:5c430f90e0e5203f0fa48448a971685cc13ac90688d0ed7719d4d57b73cae0c3
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.11.2752@sha256:045102114d1ffd20f2ecc6ae3084595db76794e737eeaaf3f4aa0628ac37bf95
image: index.docker.io/sourcegraph/syntax-highlighter:6.11.2752@sha256:045102114d1ffd20f2ecc6ae3084595db76794e737eeaaf3f4aa0628ac37bf95
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.11.2752@sha256:8bb69a5bd65533c6585222bcb16854119944018c919d639190fd43b44160c3ce
image: index.docker.io/sourcegraph/worker:6.11.2752@sha256:8bb69a5bd65533c6585222bcb16854119944018c919d639190fd43b44160c3ce
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.11.2752@sha256:01359d150c3954953e13b9c3027f86c9e66e7a3d638db1de667cea80185b9b6e
image: index.docker.io/sourcegraph/executor:6.11.2752@sha256:01359d150c3954953e13b9c3027f86c9e66e7a3d638db1de667cea80185b9b6e
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.11.2752@sha256:d6ac92db61c5f6d992e33f811c774eaa30f30eb398f6bd10505a0ab2df9e7107
image: index.docker.io/sourcegraph/dind:6.11.2752@sha256:d6ac92db61c5f6d992e33f811c774eaa30f30eb398f6bd10505a0ab2df9e7107
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.11.2752@sha256:4318892d49adeab8f4c6c5665a82b432667647d2936e9fdd386f19f2da65ac1f
image: index.docker.io/sourcegraph/executor-kubernetes:6.11.2752@sha256:4318892d49adeab8f4c6c5665a82b432667647d2936e9fdd386f19f2da65ac1f
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.11.2752@sha256:fa4c0c8d79c1e2e37fd0a625418f2299c8229ccdfb1de0adffdcb738c20e8b67
image: index.docker.io/sourcegraph/migrator:6.11.2752@sha256:fa4c0c8d79c1e2e37fd0a625418f2299c8229ccdfb1de0adffdcb738c20e8b67
args: ["up"]
envFrom:
- configMapRef:
Expand Down