Skip to content

(promote) release: build v6.5.1211 #303

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.5.1211
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.5.1211@sha256:bba54d8c91768e5e78bac333388638b0f16931b5b6e98fd3d89aac8942a41ed2
image: index.docker.io/sourcegraph/cadvisor:6.5.1211@sha256:13c010562ec4123596d22c7209b367ec3c9562ac753ec1be3dec4edac2e376a0
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.5.1211@sha256:b45ab38f0b514d536cff4392e6bd850bbe2bebd33a067504b16070ddd8f3bb51
image: index.docker.io/sourcegraph/grafana:6.5.1211@sha256:822ead3bc12803dfa2bb2938676fec9b40e666eadc5c01ecc9316b11ba228b6f
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.5.1211@sha256:0e73e13f86ae3ad3f433e7a1867c6f26207397f95c254022bc3fb481ff1e69e1
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.5.1211@sha256:191b4848636f58b816330343ca21d2dc3f04a40229cc3576f18376b755c83a25
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.5.1211@sha256:218bfaa729541826f1f0daff5e5c50e11a6952baf0af4865bf4c573908478b8b
image: index.docker.io/sourcegraph/node-exporter:6.5.1211@sha256:fd4b9786bd379e2939e277534b222bff65ac5b20e29a8b58b924d24a363863e0
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.5.1211@sha256:21b6ab3e02bbf83da0c9210ac011fc8d0d3029d759d9de50735d6d7a83cab6d3
image: index.docker.io/sourcegraph/opentelemetry-collector:6.5.1211@sha256:888dd993c62a4dc968a22eb2b49bfe214a4761fbafbf463cd3592337ce7c7557
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.5.1211@sha256:21b6ab3e02bbf83da0c9210ac011fc8d0d3029d759d9de50735d6d7a83cab6d3
image: index.docker.io/sourcegraph/opentelemetry-collector:6.5.1211@sha256:888dd993c62a4dc968a22eb2b49bfe214a4761fbafbf463cd3592337ce7c7557
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.5.1211@sha256:b3e3dab7070a0fb0160ca971a4bacc00431496fd1906527e06f24f805872c027
image: index.docker.io/sourcegraph/prometheus:6.5.1211@sha256:4b06a77e37cf7595e54b8fe3a486025b5ee5ecee54d58bd0cf8925c9ff4bc394
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.5.1211@sha256:39460faa1afb2cccee2f2b582b8b37d7864b9858626c57e13a2e9036a8bc3f90
image: index.docker.io/sourcegraph/blobstore:6.5.1211@sha256:e71993fe3d63df864ff8ddd2cd4be0ed84a166bea76ca86f7d5a1761b0ef253e
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.5.1211@sha256:d13673c2fe72096deb88609c46a04d8bf84e41c1eddc8db37924b089e730c175
image: index.docker.io/sourcegraph/alpine-3.14:6.5.1211@sha256:1da189bb765196b691c6b678e02096951179f8dafc8bf7517c93a680848dc1fc
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.5.1211@sha256:b04abd14aa41b6b38b68713d291e4d907075635c1b14bc674159faad673f4c7a
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.5.1211@sha256:e0e5ea19ed9960cf3be67c316684c393732145302c8d62c59d622ff2362e857c
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.5.1211@sha256:8a86b452ebc13078e412ee9e96b81bc05a4ed5fa8867a6a6546949c4b4be7207
image: index.docker.io/sourcegraph/postgres_exporter:6.5.1211@sha256:7e2eb49eb506669436b7ddd6a004efdba47455dfcda0a9d207cb2539b893da5e
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.5.1211@sha256:d13673c2fe72096deb88609c46a04d8bf84e41c1eddc8db37924b089e730c175
image: index.docker.io/sourcegraph/alpine-3.14:6.5.1211@sha256:1da189bb765196b691c6b678e02096951179f8dafc8bf7517c93a680848dc1fc
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.5.1211@sha256:6068c3dfdc535b3b3d75a237453e7e4b5b39d79473c28a123c5a3223cf00b2c4
image: index.docker.io/sourcegraph/postgresql-16:6.5.1211@sha256:92c597cd68f15d5481de603c04a29a96386bd70a536f35bc0678bff6b9b3b6d4
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.5.1211@sha256:8a86b452ebc13078e412ee9e96b81bc05a4ed5fa8867a6a6546949c4b4be7207
image: index.docker.io/sourcegraph/postgres_exporter:6.5.1211@sha256:7e2eb49eb506669436b7ddd6a004efdba47455dfcda0a9d207cb2539b893da5e
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.5.1211@sha256:f9e46ab197ec21a9279e1cd20ab12f99da9499b315aa51682498bb4f157f4203
image: index.docker.io/sourcegraph/migrator:6.5.1211@sha256:1b6242da347fe4fa8dd563aaaf148554fee1bdf4ed279c77d41f45977268dba0
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.5.1211@sha256:c1299820aec2ea922ca5d7a8594a0e7af7df6c441f48d67c9d78394bef1bb6b7
image: index.docker.io/sourcegraph/frontend:6.5.1211@sha256:e137e3d5ee73a0bb503a025e8a22615b3f3ea4fa9ed62ec443edd9b680d1580a
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.5.1211@sha256:8ffbf1f1561e8783b91accd9dcd1bfaaf2883a27a193742b4eb3976741529ee9
image: index.docker.io/sourcegraph/gitserver:6.5.1211@sha256:c89b169b15ac26236bb1ddcba63abacc64f77dcddd94ea31cae6b2e4cb059805
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.5.1211@sha256:24714f780b29c5f5b068ca7f67e13cc4995b4e51448e96602b8f403600bf1271
image: index.docker.io/sourcegraph/indexed-searcher:6.5.1211@sha256:96d8ac14b3420038838d135c72920dbbeb8d2fafdb235bfd66cfa6a8342c1a78
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.5.1211@sha256:008addd87bef9ba33baed0fddc4e02fdb524ed83966d04add5be5138c44282d2
image: index.docker.io/sourcegraph/search-indexer:6.5.1211@sha256:2b7d45ac066de289964f1c261fe2df29ff6f09b0acdbf8dd37eb03802ad5aa6a
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.5.1211@sha256:d13673c2fe72096deb88609c46a04d8bf84e41c1eddc8db37924b089e730c175
image: index.docker.io/sourcegraph/alpine-3.14:6.5.1211@sha256:1da189bb765196b691c6b678e02096951179f8dafc8bf7517c93a680848dc1fc
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.5.1211@sha256:6068c3dfdc535b3b3d75a237453e7e4b5b39d79473c28a123c5a3223cf00b2c4
image: index.docker.io/sourcegraph/postgresql-16:6.5.1211@sha256:92c597cd68f15d5481de603c04a29a96386bd70a536f35bc0678bff6b9b3b6d4
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.5.1211@sha256:8a86b452ebc13078e412ee9e96b81bc05a4ed5fa8867a6a6546949c4b4be7207
image: index.docker.io/sourcegraph/postgres_exporter:6.5.1211@sha256:7e2eb49eb506669436b7ddd6a004efdba47455dfcda0a9d207cb2539b893da5e
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.5.1211@sha256:404664f25c56db9b8fd98c945b6dfbebcaa4a739477abc7cadea743b0b26270b
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.5.1211@sha256:255cdd36834c49ba7f9279ce1363efbdcbd609be098fc2afab778ca3de7ef6dc
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.5.1211@sha256:839c1b29054aeff415acae741e123a684f68bc5938213b516a933a8d17b7ae82
image: index.docker.io/sourcegraph/redis-cache:6.5.1211@sha256:ee4b2bde36bbf747a99897b34cce33443e3f31d1ceee01451cb6733ffb33fd3e
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.5.1211@sha256:7b6491b84ef438081ac705f527ba7e8fa115acb8ff49ee93d02edf7bd58a6f9d
image: index.docker.io/sourcegraph/redis_exporter:6.5.1211@sha256:d62622620773b1d8e529fe1e4913068a7d3e2c8894e387e2ba70a8b81091b615
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.5.1211@sha256:8909d33d146ce483c64a4f57bdd37ac26f9d2671556bf221b03352f0c692a6e1
image: index.docker.io/sourcegraph/redis-store:6.5.1211@sha256:9d91519a09e98fb34ffe350a77320b443faec1b9eeb810d41cae084dba61ace3
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.5.1211@sha256:7b6491b84ef438081ac705f527ba7e8fa115acb8ff49ee93d02edf7bd58a6f9d
image: index.docker.io/sourcegraph/redis_exporter:6.5.1211@sha256:d62622620773b1d8e529fe1e4913068a7d3e2c8894e387e2ba70a8b81091b615
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.5.1211@sha256:d82da0e1080d421f9b8e8d417439970828b280661d1c807f338b7ab533889d1f
image: index.docker.io/sourcegraph/searcher:6.5.1211@sha256:b79bbe6dca5258d6ee9f293be06ea80a30c06d144899512e5fdb7204e4dee2a8
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.5.1211@sha256:4e6113f0c2f4ca503b44e7d1462b14c9eccf416ba65d3c298017bc84f56942f9
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.5.1211@sha256:3d128d210c9a2e3e301c6592e9bd4fe8d8a5da103533ff46a36c7f3e45615291
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.5.1211@sha256:035e2f6d73b3b99cf597dc35049e7e7ec2b9db2a3aa637273bcd338eccc5fefe
image: index.docker.io/sourcegraph/syntax-highlighter:6.5.1211@sha256:f4d3b04ab103ac9a778e1912897ba937643b9618c3a273bb86e9066ed10567bf
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.5.1211@sha256:b61893a2deebc11b8fe15fb7a4ffe5fbfee891bb465c9295c7e7189101aec720
image: index.docker.io/sourcegraph/worker:6.5.1211@sha256:954c2b425726a65f66e06ab57aaf4a45df020645a46a9bc175fba70384b2e515
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.5.1211@sha256:87500959a39c888d849b4941c1b2229455b8adf10e42e318703d61dc8e27fee1
image: index.docker.io/sourcegraph/executor:6.5.1211@sha256:da714cc245a207a5e212bdb211992064ed79a83142ef1fc15e1fbb49bee525e5
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.5.1211@sha256:935e1a0a8ca70740046e707b35151573d5021f9e18a507e2be8fcb19016e04c6
image: index.docker.io/sourcegraph/dind:6.5.1211@sha256:bc204fce59471c69eb6bb3e83a8c20a3e45e2c05118688c2923f1aa6c36e9923
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.5.1211@sha256:80bc4e067946004d336781ade0f766cdc39f61cc9cdd08f7621c29eeb77df98e
image: index.docker.io/sourcegraph/executor-kubernetes:6.5.1211@sha256:9e87ee11f404d60b69bad377d6e6be875a8b6578e07119715d62e57ebd88c8d3
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down