Skip to content

(promote) release: build v6.4.3889 #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: internal/release-v6.4.3889
Choose a base branch
from
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/cadvisor:6.4.3889@sha256:befd0e69171a5b17227bc53bad87877828129ca952504b3775c8f7c05e999f9e
image: index.docker.io/sourcegraph/cadvisor:6.4.3889@sha256:e1c1ab5e18007c96c53673e6bab165601e3798b24ac87f911670be3e9bb8a595
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/grafana:6.4.3889@sha256:a46a3895c68567ad351c6f8a271a81253f98655d71272471aee089453cffe99c
image: index.docker.io/sourcegraph/grafana:6.4.3889@sha256:886aed1aa5dada10a0cbbeb31a5b01a8d1a3446ab734f3ffbc5e857bae7e8a67
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/jaeger-all-in-one:6.4.3889@sha256:1519f453618ff63d504c8035bec45cc4f6762bd0fee1a0c143e40b6b10a43f25
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.4.3889@sha256:ccb4f731f7b6f46da93873e13bbf676b7e3395b637431cc4823b87bde66968ac
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/node-exporter:6.4.3889@sha256:4e512e77975fd15c9bbf7f4f586f78b1a56400ddf0aecb8411ebca207ab9254f
image: index.docker.io/sourcegraph/node-exporter:6.4.3889@sha256:03fe2a7028d2fc419d2666d9459c84e727d4f443c24e1cbff0a6c3b2919959a0
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:6.4.3889@sha256:c1cab1f1a7fed502e732bf9090be7d14ba3c5b3477ab878b282bd929c24d5627
image: index.docker.io/sourcegraph/opentelemetry-collector:6.4.3889@sha256:8ffde6ca779119ffd82527fd9b7b5d5ccb91bfca084498046e6e4628db0e11eb
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:6.4.3889@sha256:c1cab1f1a7fed502e732bf9090be7d14ba3c5b3477ab878b282bd929c24d5627
image: index.docker.io/sourcegraph/opentelemetry-collector:6.4.3889@sha256:8ffde6ca779119ffd82527fd9b7b5d5ccb91bfca084498046e6e4628db0e11eb
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/prometheus:6.4.3889@sha256:a7ad20b3ab7b7b83e4a6553121948b23503fcdbff841cfc5934932c490aa2539
image: index.docker.io/sourcegraph/prometheus:6.4.3889@sha256:ccbbb810a76508656b93d8db7a27965ba729d612e441cf0795011c332b2109b9
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/blobstore:6.4.3889@sha256:218b9882e6b6794f2a9deab0f14da7123cab19b881015555c71a27a735ae011f
image: index.docker.io/sourcegraph/blobstore:6.4.3889@sha256:c87e8961aa2627a2b974be7ae7d8af9d0e4e3a69bf8b9d78216fad60dfcf994a
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:6.4.3889@sha256:7bf2b1352a80f8804c9a07fceed4dc07c52c32634fc4ad66a7de6ecec9f41b5f
image: index.docker.io/sourcegraph/alpine-3.14:6.4.3889@sha256:728ce2c7ceb92c5b6ce2e85a7bc7029d3e2b8d0781c250c89c70520af45f3c10
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16-codeinsights:6.4.3889@sha256:b71c315181ce079f0400443c32b7e052fbe582d1b876e1c4eccda7455e57e3ff
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.4.3889@sha256:c2734dd0974ce44ea01bf03d419597726047405449b6e5d452e22fc0807f24c0
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:6.4.3889@sha256:ec21c9a0ea7f6c3ce8dc7260c9a02ad66293c4abb7e9f6a36961b327db49c298
image: index.docker.io/sourcegraph/postgres_exporter:6.4.3889@sha256:93a96677c09caab42f40e9b820a95ecbb765c585fccbb8ba5fce54f750109996
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:6.4.3889@sha256:7bf2b1352a80f8804c9a07fceed4dc07c52c32634fc4ad66a7de6ecec9f41b5f
image: index.docker.io/sourcegraph/alpine-3.14:6.4.3889@sha256:728ce2c7ceb92c5b6ce2e85a7bc7029d3e2b8d0781c250c89c70520af45f3c10
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:6.4.3889@sha256:7f2abc3696ab4f10e861c3cfc769489128e707a51fc1340d8b2380f4202b3e48
image: index.docker.io/sourcegraph/postgresql-16:6.4.3889@sha256:9549324800e5fcdfdca595a9a0f646c262b71208cd2fa4fd9d201bc07cf8a33a
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:6.4.3889@sha256:ec21c9a0ea7f6c3ce8dc7260c9a02ad66293c4abb7e9f6a36961b327db49c298
image: index.docker.io/sourcegraph/postgres_exporter:6.4.3889@sha256:93a96677c09caab42f40e9b820a95ecbb765c585fccbb8ba5fce54f750109996
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/migrator:6.4.3889@sha256:1456704f553bde38e34a7bb240b54fabcd7723c7816670772d5bcb5b1c6212a4
image: index.docker.io/sourcegraph/migrator:6.4.3889@sha256:7c0ce38b43b1b0acb6e5df07ec413dbc1e69e7e88e6bfb9a984ef29fc0dcc574
args: ["up"]
resources:
limits:
Expand All @@ -48,7 +48,7 @@ spec:
name: sourcegraph-frontend-env
containers:
- name: frontend
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/frontend:6.4.3889@sha256:6899b89c81a2dc6b4a08bb4b1d7f48b94f650fbb33ea985d1957c7c7cab61555
image: index.docker.io/sourcegraph/frontend:6.4.3889@sha256:aaf92f940850f995c090ba44d9f61982a02f5a5e697bf5da10835af08dd2fc7f
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/gitserver:6.4.3889@sha256:5a7515c06a9147fd7563ae68ddff77fafb442ba5ec739b2657b0ecefdab20a45
image: index.docker.io/sourcegraph/gitserver:6.4.3889@sha256:36c2fbe144c27eed2825b8f2b1356a06e4e4e96f91ce413cc8af896ce341904a
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/indexed-searcher:6.4.3889@sha256:e14cd616913e33cd52247ec5b55408c5e0f1ac9dd593f3099f2e6c6cdab83389
image: index.docker.io/sourcegraph/indexed-searcher:6.4.3889@sha256:f275954e12be6180a9d1c97e0b73c8f8cb1c0268010de5e23aad3fe98d67470c
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/search-indexer:6.4.3889@sha256:485527f75931d34937b24994a5710fdd164ee1ef65c6344c2b4189d58c6d61d0
image: index.docker.io/sourcegraph/search-indexer:6.4.3889@sha256:1a23e8692afffa373a9ec8ebdfa217da2a7269d33ba3cfbfc8922240b74ce0e7
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:6.4.3889@sha256:7bf2b1352a80f8804c9a07fceed4dc07c52c32634fc4ad66a7de6ecec9f41b5f
image: index.docker.io/sourcegraph/alpine-3.14:6.4.3889@sha256:728ce2c7ceb92c5b6ce2e85a7bc7029d3e2b8d0781c250c89c70520af45f3c10
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:6.4.3889@sha256:7f2abc3696ab4f10e861c3cfc769489128e707a51fc1340d8b2380f4202b3e48
image: index.docker.io/sourcegraph/postgresql-16:6.4.3889@sha256:9549324800e5fcdfdca595a9a0f646c262b71208cd2fa4fd9d201bc07cf8a33a
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:6.4.3889@sha256:ec21c9a0ea7f6c3ce8dc7260c9a02ad66293c4abb7e9f6a36961b327db49c298
image: index.docker.io/sourcegraph/postgres_exporter:6.4.3889@sha256:93a96677c09caab42f40e9b820a95ecbb765c585fccbb8ba5fce54f750109996
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/precise-code-intel-worker:6.4.3889@sha256:f3c4edf6aa52de297bc2aada447d1832ca63c938745604b113cd8444490b5d7c
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.4.3889@sha256:0702c2f686e001a6275f29293f4c87065e907c4b2499b76fc5d65ba19ae00245
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis-cache:6.4.3889@sha256:5ce773f2b8075ae172ee7d76861f0050f3485ad5cc8dfb460b30344506f6595d
image: index.docker.io/sourcegraph/redis-cache:6.4.3889@sha256:93bccc666f734b0265634b8461ec7486f8bdb5497f0e5e9b670e321aade7e6c9
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis_exporter:6.4.3889@sha256:ff4bd1e7bafcbf94f744b6424953a1f9cc17eed7c2e46468d3ba070e03cbf332
image: index.docker.io/sourcegraph/redis_exporter:6.4.3889@sha256:149fe4c28e3cd7c40c68ab3f07d6882e6234c656b00f7701053bcc9577286c45
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis-store:6.4.3889@sha256:b103e7670a4c32d431613f2868cd7c7b38290bd890fd3c1400336b9af5907a48
image: index.docker.io/sourcegraph/redis-store:6.4.3889@sha256:357f311d08f1769037b177c93adf1a1e8c6dec3afc0eaf4e6076309613ecb54b
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis_exporter:6.4.3889@sha256:ff4bd1e7bafcbf94f744b6424953a1f9cc17eed7c2e46468d3ba070e03cbf332
image: index.docker.io/sourcegraph/redis_exporter:6.4.3889@sha256:149fe4c28e3cd7c40c68ab3f07d6882e6234c656b00f7701053bcc9577286c45
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/searcher:6.4.3889@sha256:e096d3362dc7eeb45e7dbedc8a49fd39520264c9007b11f71d323c38d86d9440
image: index.docker.io/sourcegraph/searcher:6.4.3889@sha256:13a42112e2c58cdea05f9a95d965458a7ece30d4bf83fa85ea651af339d58f59
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/syntactic-code-intel-worker:6.4.3889@sha256:370ac0c0de1e287170fc0ae7928f3c5b739e66c2f1fcc168e6c31f44262b7564
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.4.3889@sha256:f29a853227446f553cc4f35d848abde24464dd7cbf3fff4ae62d1d4d4109d4ff
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/syntax-highlighter:6.4.3889@sha256:ebd77780d0b196d7e610cd3927ef642cc5f46bffe419ffb9cd5390bc913ace0f
image: index.docker.io/sourcegraph/syntax-highlighter:6.4.3889@sha256:02cf04b9026c5762e525b6359a4334e3c10ad7441e0bd3a58514321674593858
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/worker:6.4.3889@sha256:4449f0ac363ea7ba563da3fd4a483f69d0301ed680aea5a1fef33cfd2819edf5
image: index.docker.io/sourcegraph/worker:6.4.3889@sha256:3c6db52cc76992057370ce11f0317103b4045d8b998de6cb5fec1cf6ff75996e
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/executor:6.4.3889@sha256:a2ce711dbe306f891d1df4c1c634bbae9b15eb50763ee25d43efd9b5045385fd
image: index.docker.io/sourcegraph/executor:6.4.3889@sha256:c17899a5412f5f95d877d8a7cfe818e8a3d5afb18147bafa52a271aadb665435
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
- mountPath: /scratch
name: executor-scratch
- name: dind
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/dind:6.4.3889@sha256:dc195d2ca80ace088da27c99d974c61a48e24990f7fd62af9e347925e0605e14
image: index.docker.io/sourcegraph/dind:6.4.3889@sha256:45447657bb065ffb95dd5f8262478f6763529416f715381b64f373425f9327bc
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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/executor-kubernetes:6.4.3889@sha256:92699b0b7eebbc012181fdb8dc5b9d22243cb8d35dcbb44f70ffde839c7de582
image: index.docker.io/sourcegraph/executor-kubernetes:6.4.3889@sha256:67066b3b3e1d6917d2949c9fc2f9d23378d1164b8129bcee384ff548c777c4c6
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down