Skip to content

(promote) release: build v6.2.0 #4457

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.2.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/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.2.0@sha256:a5881589fcc96b600f4f2947e1952224563d9a6aecd6d43560a164db5e0b4658
image: index.docker.io/sourcegraph/blobstore:6.2.0@sha256:15f8a7580cbefb012e3f035e7d2477a3ecf8bb115be961f7fe99f970ec9bcb14
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9000
Expand Down
2 changes: 1 addition & 1 deletion base/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.2.0@sha256:11f09e735fcc995390f026bfc43f2b4fadb486a11889bb7d4be82ce94ee33ed8
image: index.docker.io/sourcegraph/cadvisor:6.2.0@sha256:7bd11ebdbf142d61d63904337b79f0efc50a469e3b329351cda3935580f41245
args:
# Kubernetes-specific flags below (other flags are baked into the Docker image)
#
Expand Down
6 changes: 3 additions & 3 deletions base/codeinsights-db/codeinsights-db.Deployment.yaml
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.2.0@sha256:3213719ab6953290cae0801390abe73edb680f768a18ae8cf5843e6776d8e3d8
image: index.docker.io/sourcegraph/alpine-3.14:6.2.0@sha256:903fad504a7197decea98c748465b6d062ba76aae3483ce50d5a3075fb8a7970
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 @@ -42,7 +42,7 @@ spec:
memory: "50Mi"
containers:
- name: codeinsights
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16-codeinsights:6.2.0@sha256:8e74edde445ec41103a645a626c3229c2a915e5bedc1cf16c833990cfb633b48
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.2.0@sha256:7dcbb228dffbbf86a5bcbf4ab4da7a85e47fa97af7c8e4beb8d263f67195b6ba
env:
- name: POSTGRES_DB
value: postgres
Expand Down Expand Up @@ -75,7 +75,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.2.0@sha256:d6770ff9ff8ccf8fe8c87cd4bb3814504937bf96244a63ba6c61b630b4ac1e42
image: index.docker.io/sourcegraph/postgres_exporter:6.2.0@sha256:7f4a5302d127fbcf5c42b38bea5d32003e5b546a6dc06bb20d6f113be994ec12
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
resources:
Expand Down
6 changes: 3 additions & 3 deletions base/codeintel-db/codeintel-db.Deployment.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.2.0@sha256:3213719ab6953290cae0801390abe73edb680f768a18ae8cf5843e6776d8e3d8
image: index.docker.io/sourcegraph/alpine-3.14:6.2.0@sha256:903fad504a7197decea98c748465b6d062ba76aae3483ce50d5a3075fb8a7970
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
volumeMounts:
- mountPath: /data
Expand All @@ -43,7 +43,7 @@ spec:
memory: "50Mi"
containers:
- name: pgsql
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:6.2.0@sha256:9baa62e2b92b9d1af5912c8b97a0eb82c69c2d4d3028355e5d2de78f4b67c5aa
image: index.docker.io/sourcegraph/postgresql-16:6.2.0@sha256:93a84fa1ec4d7a13e93fc0ef6e076eba7c0c5b29bf937d7ecc0c7c646096c9f7
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down Expand Up @@ -80,7 +80,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.2.0@sha256:d6770ff9ff8ccf8fe8c87cd4bb3814504937bf96244a63ba6c61b630b4ac1e42
image: index.docker.io/sourcegraph/postgres_exporter:6.2.0@sha256:7f4a5302d127fbcf5c42b38bea5d32003e5b546a6dc06bb20d6f113be994ec12
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
resources:
Expand Down
4 changes: 2 additions & 2 deletions base/frontend/sourcegraph-frontend.Deployment.yaml
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.2.0@sha256:022a6d8be805fe642461901236d894517b8e7f6ed5e46107c6bda1d915f0ef0b
image: index.docker.io/sourcegraph/migrator:6.2.0@sha256:dc78256f56ac63851fc94a553622f514b6c04bd9300cd08b4548615ffde1aa46
args: ["up"]
resources:
limits:
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
value: sg
containers:
- name: frontend
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/frontend:6.2.0@sha256:47446701a12be8b319a38e872d58942fff39fc043a15bff8ce4a5cc79d5997ad
image: index.docker.io/sourcegraph/frontend:6.2.0@sha256:4f4ae5f3fe61e8a0725b2b23ba9449e3f8e9adc11b06bc0855ce67ece55c5fe8
args:
- serve
env:
Expand Down
2 changes: 1 addition & 1 deletion base/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.2.0@sha256:d72c096c26e2c4eaaba3324aa85afea815e39eee5662d887884acf74e8f1e9a0
image: index.docker.io/sourcegraph/gitserver:6.2.0@sha256:9a9a3d7dd2e9574be582fcbf99b6da11e0aa935d5447d48413bb743bd53a9345
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
2 changes: 1 addition & 1 deletion base/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.2.0@sha256:416a5436a4c9a5bda6872db60d5ad3f76c83bc63089210b0123d120fb821a9f0
image: index.docker.io/sourcegraph/grafana:6.2.0@sha256:5a450f465323d58dd3beb68957e67e0b69309402ffa5517f2b2579154e19d4ed
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3370
Expand Down
4 changes: 2 additions & 2 deletions base/indexed-search/indexed-search.StatefulSet.yaml
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.2.0@sha256:88af9b6a74ed6011d414316ac0aca47069f7f1e94574975695d134ae9a736d79
image: index.docker.io/sourcegraph/indexed-searcher:6.2.0@sha256:055a57fd0412c84d624f31f2779fb883487ce70b31cd16cbe85838f12f47e1f5
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6070
Expand Down Expand Up @@ -67,7 +67,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.2.0@sha256:0d67fbf140dd09618edc8393be8be1b50bb095854c83af67d913524d01b179f7
image: index.docker.io/sourcegraph/search-indexer:6.2.0@sha256:54183e9c3dacfc3a9731919805ff1714d5af3ff1744790588c29678090a060db
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6072
Expand Down
2 changes: 1 addition & 1 deletion base/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.2.0@sha256:531d9eac43ad4fcd7be033f8467b8bc47d23498f22244dc0f2e1d39b43a45c55
image: index.docker.io/sourcegraph/node-exporter:6.2.0@sha256:dc19554003281c622e66318d669e51f4780eafb17093c2b6cf3b51caa7917b3b
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion base/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.2.0@sha256:c029d04e7fdecd2a86e52f71997655089a442d7d64922e05974d1e4b300903da
image: index.docker.io/sourcegraph/opentelemetry-collector:6.2.0@sha256:414bc8e9e0be6e6c2975237376ba9f7a3520ffb7cf1f9cdb41b4ea86d952aa18
command:
- "/bin/otelcol-sourcegraph"
- "--config=/etc/otel-agent/config.yaml"
Expand Down
2 changes: 1 addition & 1 deletion base/otel-collector/otel-collector.Deployment.yaml
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.2.0@sha256:c029d04e7fdecd2a86e52f71997655089a442d7d64922e05974d1e4b300903da
image: index.docker.io/sourcegraph/opentelemetry-collector:6.2.0@sha256:414bc8e9e0be6e6c2975237376ba9f7a3520ffb7cf1f9cdb41b4ea86d952aa18
command:
- "/bin/otelcol-sourcegraph"
# To use a custom configuration, edit otel-collector.ConfigMap.yaml
Expand Down
6 changes: 3 additions & 3 deletions base/pgsql/pgsql.Deployment.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.2.0@sha256:3213719ab6953290cae0801390abe73edb680f768a18ae8cf5843e6776d8e3d8
image: index.docker.io/sourcegraph/alpine-3.14:6.2.0@sha256:903fad504a7197decea98c748465b6d062ba76aae3483ce50d5a3075fb8a7970
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
volumeMounts:
- mountPath: /data
Expand All @@ -43,7 +43,7 @@ spec:
memory: "50Mi"
containers:
- env:
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:6.2.0@sha256:9baa62e2b92b9d1af5912c8b97a0eb82c69c2d4d3028355e5d2de78f4b67c5aa
image: index.docker.io/sourcegraph/postgresql-16:6.2.0@sha256:93a84fa1ec4d7a13e93fc0ef6e076eba7c0c5b29bf937d7ecc0c7c646096c9f7
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down Expand Up @@ -83,7 +83,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.2.0@sha256:d6770ff9ff8ccf8fe8c87cd4bb3814504937bf96244a63ba6c61b630b4ac1e42
image: index.docker.io/sourcegraph/postgres_exporter:6.2.0@sha256:7f4a5302d127fbcf5c42b38bea5d32003e5b546a6dc06bb20d6f113be994ec12
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
resources:
Expand Down
2 changes: 1 addition & 1 deletion base/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.2.0@sha256:336fb937b51a70031ec13873068038f76ea077ab7ac220036ec166fdb815dca9
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.2.0@sha256:01243d4918e725d60d021d3b77ec164b24da688d327b0e510a66c625ac176a8f
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/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.2.0@sha256:b6f02a837f1bc0cc82d91fc00fb2dad75bb23b5730ca20cb2df91ca87d1ef38a
image: index.docker.io/sourcegraph/prometheus:6.2.0@sha256:d5a834229583d467f96f65d3c8a21010969d092bc60a63b64e6af327e726301e
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions base/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.2.0@sha256:1b5c707cff96298862ec395a8abeeac8569262227d4e410e5a14410de6b71947
image: index.docker.io/sourcegraph/redis-cache:6.2.0@sha256:1034d6e85aadccfcd2bc4e6bf4372bf8d2b35d964c951b5f82e04c3f24e8e5c6
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis_exporter:6.2.0@sha256:4d75d8db89bbd80140d4f770d9f8d1d1c24d023546a298d9ba1d2a5ed3f3014e
image: index.docker.io/sourcegraph/redis_exporter:6.2.0@sha256:a0b1979a3392a34cbdd09d9688ee7fbd50aed959273c74fa49420a5cfeaafeae
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
4 changes: 2 additions & 2 deletions base/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.2.0@sha256:5fb69fffb729a6e3945e2496d8315ce81b44dea6fc37e22ac6ffdd56e4c975ed
image: index.docker.io/sourcegraph/redis-store:6.2.0@sha256:d65b824197c4861a85a362585a8f6523c85b757d69c608101ddc6052bc3bfd4f
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/redis_exporter:6.2.0@sha256:4d75d8db89bbd80140d4f770d9f8d1d1c24d023546a298d9ba1d2a5ed3f3014e
image: index.docker.io/sourcegraph/redis_exporter:6.2.0@sha256:a0b1979a3392a34cbdd09d9688ee7fbd50aed959273c74fa49420a5cfeaafeae
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
2 changes: 1 addition & 1 deletion base/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.2.0@sha256:ada9156a524bdcc65229d83b5bbebaf8cad9b25e5975a3c59164278e45a11773
image: index.docker.io/sourcegraph/repo-updater:6.2.0@sha256:de9f127d2f1f04a0146cc3203140d5b3252a8d55907ebd695c748707c7f70b5f
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/searcher/searcher.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.2.0@sha256:2ea2e84cea12c9afe1b502d606b041df86e6d5c2c4620a0fd8966e4deb17d231
image: index.docker.io/sourcegraph/searcher:6.2.0@sha256:897c8649190d647ba2405f988c4358a38e6a051d709fb97282be54d683c4ddc3
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3181
Expand Down
2 changes: 1 addition & 1 deletion base/symbols/symbols.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.2.0@sha256:acff1a5a258c5989a53438fe227a67e988e43cc074aee047b564be869b8108ab
image: index.docker.io/sourcegraph/symbols:6.2.0@sha256:54e70b5f2150779cd5854748381612c436df14f7cc02dedd46c1a208076f348b
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/syntect-server/syntect-server.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
containers:
- name: syntect-server
env:
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/syntax-highlighter:6.2.0@sha256:a7dc3971af96ce1bf67d39d9a0e3538a13a35cb623a2df96179e72a725befe66
image: index.docker.io/sourcegraph/syntax-highlighter:6.2.0@sha256:370295912179f1826a83acc0b0a1051d82c283fe97c202a55b79f5c97a1a0f45
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/worker/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.2.0@sha256:6392d13c1448152e20e6c5bdd0551a5ea40d6412af8f7d9e210b15cc8877e644
image: index.docker.io/sourcegraph/worker:6.2.0@sha256:2ed076d1c95d6562b9febe6ef84687cd107fbc95aac3c66ddd064d0615f9815b
envFrom:
- configMapRef:
name: embeddings-backend
Expand Down
4 changes: 2 additions & 2 deletions configure/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.2.0@sha256:ffa946a030270bdd7c0582f1f3b5d51393ed522406829470d815c48ae0db2a65
image: index.docker.io/sourcegraph/executor:6.2.0@sha256:9d40060098fc720d81a60e707d4dc2ce26b3c93ab2fbd707ae16ee12f6e039d2
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
- mountPath: /scratch
name: executor-scratch
- name: dind
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/dind:6.2.0@sha256:30425596bd4f15a220531d909632b588e8996d3b768ace33e426163e23765ac5
image: index.docker.io/sourcegraph/dind:6.2.0@sha256:f8fd94ade99f42d99d9f0561e7978abc954523580a2cd6d0e5e24e54f037dae9
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion configure/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.2.0@sha256:db2b8adb858c821a45549c86ac5b175b5e3a064e45fe3d082ba9e735035d8b36
image: index.docker.io/sourcegraph/executor-kubernetes:6.2.0@sha256:1ce2d529c671e37742f9a9297f776bd2bf712a30046ae640d308b46d59016e27
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down
2 changes: 1 addition & 1 deletion configure/migrator/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-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/migrator:6.2.0@sha256:022a6d8be805fe642461901236d894517b8e7f6ed5e46107c6bda1d915f0ef0b"
image: "index.docker.io/sourcegraph/migrator:6.2.0@sha256:dc78256f56ac63851fc94a553622f514b6c04bd9300cd08b4548615ffde1aa46"
args: ["up"]
env:
- name: PGHOST
Expand Down
2 changes: 1 addition & 1 deletion overlays/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.2.0@sha256:585f6b7f8440037f4010348238c68fe90fbdc3659a21ce768030ff2f4fd9334a
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.2.0@sha256:d271e19943f60303fa17d148fa787275615b8ccad81ee36a4789ebb1095e199c
args: ["--memory.max-traces=20000", "--sampling.strategies-file=/etc/jaeger/sampling_strategies.json", "--collector.otlp.enabled"]
ports:
- containerPort: 5775
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
initContainers:
- name: transfer-file-ownership
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:6.2.0@sha256:3213719ab6953290cae0801390abe73edb680f768a18ae8cf5843e6776d8e3d8
image: index.docker.io/sourcegraph/alpine-3.14:6.2.0@sha256:903fad504a7197decea98c748465b6d062ba76aae3483ce50d5a3075fb8a7970
command: ["sh", "-c", "chown -R 100:101 /data"]
volumeMounts:
- mountPath: /data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
initContainers:
- name: transfer-file-ownership
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:6.2.0@sha256:3213719ab6953290cae0801390abe73edb680f768a18ae8cf5843e6776d8e3d8
image: index.docker.io/sourcegraph/alpine-3.14:6.2.0@sha256:903fad504a7197decea98c748465b6d062ba76aae3483ce50d5a3075fb8a7970
command: ["sh", "-c", "if [[ \"$(stat -c '%u' /data/repos)\" -ne 100 ]]; then chown -R 100:101 /data/repos; fi"]
volumeMounts:
- mountPath: /data/repos
Expand Down
Loading
Loading