Skip to content
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

(promote) release: build v6.1.0 #241

Draft
wants to merge 1 commit into
base: internal/release-v6.1.0
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.1.0@sha256:5fc08c008acd9c9cf85ef5ce2a458a2c5c0d28ef0101eb3f93d400a232a273ea
image: index.docker.io/sourcegraph/cadvisor:6.1.0@sha256:543c47bba49fb04d9dcf260c9d4151cf7f4836889d217e7c17ee352be36fbdd6
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.1.0@sha256:a84f2de9c52ad269f4683db4b2eeb6c898df4653aae1060ddbde03f397bb15aa
image: index.docker.io/sourcegraph/grafana:6.1.0@sha256:8b97ba947d33cc5f6c6689c8a9e9f2789115ad433e36747afd43694c59fe1092
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.1.0@sha256:796a98408ff885465dce195b0130694950c262b06f6ab0fde2a87a5c2eb2de54
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.1.0@sha256:88617bc74efd4235379bb353dc7663e3dd32597d8cd137ecff144e5aff48cb67
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.1.0@sha256:86367f359024f44c2b1fa0a3b13bc38484aebe5675812d43684eed77e92b5487
image: index.docker.io/sourcegraph/node-exporter:6.1.0@sha256:d3d762640c4d2e264662a815190463a3d88fce8aca4b2b0be480cbe4a73f3aea
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.1.0@sha256:6ee4d13007296be18c676884d929db53d8400fcb00fb77715e477e7aa373d1f1
image: index.docker.io/sourcegraph/opentelemetry-collector:6.1.0@sha256:c63a4304482f6962c4ffb50d5c9055298eae5c9a242bbd9d56786fe06f9e6f29
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.1.0@sha256:6ee4d13007296be18c676884d929db53d8400fcb00fb77715e477e7aa373d1f1
image: index.docker.io/sourcegraph/opentelemetry-collector:6.1.0@sha256:c63a4304482f6962c4ffb50d5c9055298eae5c9a242bbd9d56786fe06f9e6f29
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.1.0@sha256:c863ca11fd05d16081c650c48878e0ff9ba6eaa9c0847814c87f99550dc5c2d4
image: index.docker.io/sourcegraph/prometheus:6.1.0@sha256:4101d2f6c459a37787e8449c2e8b548e2e7d377f4ec97a4fb38118f228fb0474
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.1.0@sha256:07b824cadd9bef71f7f70edb000fc11bacaf9751e8ac65e0bdc6280b5f66229f
image: index.docker.io/sourcegraph/blobstore:6.1.0@sha256:25f0d2b7a8f63d0bf3f94cddc52c30a7e30ba2dd45c15a47ed488e83417bd5c6
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.1.0@sha256:b00d23631505199a22a68fae4674a39d5895a819623d437ad4cab3346384f70b
image: index.docker.io/sourcegraph/alpine-3.14:6.1.0@sha256:4b0689bd33b3e8d82823886ceb9ed9084613ab37548c12a6b67b0c739d541166
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.1.0@sha256:6f093a2f70d6324701e6ae5b3216b5df896996d37544806229536956d8e7f210
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.1.0@sha256:335790afe9856b0612b3a1bbdf43aa225b1cac8936060855cc9dcc1f9af6b7c7
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.1.0@sha256:282daeb6c20c5b582a6c9a0ec8bb53c3c4b8f97495e75d36deb94b7c44e72a8b
image: index.docker.io/sourcegraph/postgres_exporter:6.1.0@sha256:ec06cbb4d7fc344c2527f0a1e33cd5c0f06b567b68a4a130f6987302117db469
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.1.0@sha256:b00d23631505199a22a68fae4674a39d5895a819623d437ad4cab3346384f70b
image: index.docker.io/sourcegraph/alpine-3.14:6.1.0@sha256:4b0689bd33b3e8d82823886ceb9ed9084613ab37548c12a6b67b0c739d541166
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.1.0@sha256:f47e74c90cb8d968b717de2d3d6fa8d7125b6f5b9a31ca924778dfd2152faa8e
image: index.docker.io/sourcegraph/postgresql-16:6.1.0@sha256:725d557563ee5c493cdd66c7ef916a9d002e28e0ccfdf3d9fe9bf3a5eda08a25
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.1.0@sha256:282daeb6c20c5b582a6c9a0ec8bb53c3c4b8f97495e75d36deb94b7c44e72a8b
image: index.docker.io/sourcegraph/postgres_exporter:6.1.0@sha256:ec06cbb4d7fc344c2527f0a1e33cd5c0f06b567b68a4a130f6987302117db469
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.1.0@sha256:a97b534291b21a39e396fab2ca533babf30864d796b27357a19c667c2f656ba2
image: index.docker.io/sourcegraph/migrator:6.1.0@sha256:226836da666bdfbb89cef72d65b6239074ec8b04b6cca8788b1d300cd8a65c39
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.1.0@sha256:4541c1e519318de2ccad3b0b628bb92d58caf1c75b94c908cb9066dc70a27c59
image: index.docker.io/sourcegraph/frontend:6.1.0@sha256:2921f1df65070f968b52162b755686d1e7e62892381501e19a53c4b943117934
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.1.0@sha256:26b1096a80ebf9624b47bf5c1eeb339a325e162ee20afc41d35903eb9ef8e1b9
image: index.docker.io/sourcegraph/gitserver:6.1.0@sha256:ffc905f1a3b72aaa8a2e6959cfe71dde8af73c79e1dc57e4419193e98fdea0fc
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
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.1.0@sha256:e308afcf48abb623e80e355d8c3338cbd4e0218b7336392bd12f2dab1a3a9fb3
image: index.docker.io/sourcegraph/indexed-searcher:6.1.0@sha256:f48fafeff72317de53ebab2333267c805d08132143cab728a3c080ea9bb625f4
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.1.0@sha256:ac81953b9e3953987e004d2cd857c11a540f3279dcd212b3906aabc5349b062a
image: index.docker.io/sourcegraph/search-indexer:6.1.0@sha256:acbb6b076b45438e4ec2eba98a6ccf879301709cf635f6ce01facf3dc0d7d41e
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.1.0@sha256:b00d23631505199a22a68fae4674a39d5895a819623d437ad4cab3346384f70b
image: index.docker.io/sourcegraph/alpine-3.14:6.1.0@sha256:4b0689bd33b3e8d82823886ceb9ed9084613ab37548c12a6b67b0c739d541166
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.1.0@sha256:f47e74c90cb8d968b717de2d3d6fa8d7125b6f5b9a31ca924778dfd2152faa8e
image: index.docker.io/sourcegraph/postgresql-16:6.1.0@sha256:725d557563ee5c493cdd66c7ef916a9d002e28e0ccfdf3d9fe9bf3a5eda08a25
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.1.0@sha256:282daeb6c20c5b582a6c9a0ec8bb53c3c4b8f97495e75d36deb94b7c44e72a8b
image: index.docker.io/sourcegraph/postgres_exporter:6.1.0@sha256:ec06cbb4d7fc344c2527f0a1e33cd5c0f06b567b68a4a130f6987302117db469
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.1.0@sha256:98e80fab26bea9a884d126cdc8aef16f0fb44bfafb4246b4259fdf1b71dfaee2
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.1.0@sha256:85d22e44984c32b0de45be461418db4a471963828a4992ef8cafa8c364522154
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.1.0@sha256:413f4f68b36ee0e3d2700260889a0791e6081b61fc090a09c45a05fa00acea65
image: index.docker.io/sourcegraph/redis-cache:6.1.0@sha256:920a528651acfd458d9ed2035a537f6e54c39f2db3d0908b6174a9baf4c69639
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.1.0@sha256:9c313180c9248f2e3e74d30ec0b3b690c1a2f73e79f6038212ba515e9e50e062
image: index.docker.io/sourcegraph/redis_exporter:6.1.0@sha256:703296b9ad50e440116695e6621f0733c784090cff941808bc78ca0e57e5c809
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.1.0@sha256:042102988738c555f3a23c93782411d867a58ce761de9362f42cde047e76b4f9
image: index.docker.io/sourcegraph/redis-store:6.1.0@sha256:4be1a7fc37639f6da8c86925af6c8ddd5c4937f18ae55b73d49785699f3ce2b2
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.1.0@sha256:9c313180c9248f2e3e74d30ec0b3b690c1a2f73e79f6038212ba515e9e50e062
image: index.docker.io/sourcegraph/redis_exporter:6.1.0@sha256:703296b9ad50e440116695e6621f0733c784090cff941808bc78ca0e57e5c809
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/repo-updater/repo-updater.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: repo-updater
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/repo-updater:6.1.0@sha256:ca5a55f0dc897d8423d09a031246a142bd76a9c683cc69dbb59ff7ed2a35b601
image: index.docker.io/sourcegraph/repo-updater:6.1.0@sha256:eac8621c044576bd7a37b0874d40b9aa4d39939709fc94978486867602504060
env:
# OTEL_AGENT_HOST must be defined before OTEL_EXPORTER_OTLP_ENDPOINT to substitute the node IP on which the DaemonSet pod instance runs in the latter variable
- name: OTEL_AGENT_HOST
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.1.0@sha256:3e70f106f73ade51517bcc975e187e991a945435db21711bc95d957d277baa8a
image: index.docker.io/sourcegraph/searcher:6.1.0@sha256:1198adb481e077d4a3be4a00d28618304d9c7b6b2e9d752a0d1d04efc84fea3b
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3181
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/symbols/symbols.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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/symbols:6.1.0@sha256:33190bad62cd108bd7e16bcc42112069bbfd8cbbc19f63ce3ba62f2da3a3523a
image: index.docker.io/sourcegraph/symbols:6.1.0@sha256:1c5208213a0f732c88f9e4a850a672ae42a7c2139490a7c7e9177f4b7f30b3e5
livenessProbe:
httpGet:
path: /healthz
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.1.0@sha256:6a5f242bbffe0b18fd10212771b36f533fdd38ebfaab699a5d0803bd287879fa
image: index.docker.io/sourcegraph/syntax-highlighter:6.1.0@sha256:79aad2c8c097c3228d13ec0c491ee0fec898c8c46b43c9f738b3bdfabfd2f59b
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.1.0@sha256:a99cb33918ac53ab3af0d4796e636c46b2bd7b87fac1866994b61f9d738604af
image: index.docker.io/sourcegraph/worker:6.1.0@sha256:d44c09d3b6157d37d8417954652dc4b2712f96164be3b73caf939d66fe394aa5
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.1.0@sha256:6a14aeb3d13742ef46d5f3712d86a4d12534d1e855a93fbd9213f3eb92b1a7ed
image: index.docker.io/sourcegraph/executor:6.1.0@sha256:6817033b85651b6e5bbb756c9814228ca05b872ecdc3f78a821af45d622b7966
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.1.0@sha256:53f0679a7cbfe78ef0e2e89d19b627fec02e0a2c10e352499eba8d168ef98482
image: index.docker.io/sourcegraph/dind:6.1.0@sha256:d05ecbe606e1a825a9aa7dcda4321897050d96ba9168555b9bfc6479adf0fc62
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.1.0@sha256:7d1c7d6f8958dd8a741dbd46a38ecfa9edbd4ecd33f8ad685976d605505dc8b4
image: index.docker.io/sourcegraph/executor-kubernetes:6.1.0@sha256:bf9840b26e40602225fd3646c2d65d80e0d91947ea3631ad7b4d04066d406953
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down