Skip to content

(promote) release: build v6.1.5633 #4453

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.1.5633
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.1.5633@sha256:6f26e01f8e8af31923db45366b70e61a593b75a46351aaea4494c0d04c891d8a
image: index.docker.io/sourcegraph/blobstore:6.1.5633@sha256:a5535719d44641296000b795ca131b1b4000178c2e50298e5f25debecfa6217c
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.1.5633@sha256:15d12cdb45a62923bbd909bebbc5e395d745bc32e9c9f7489799e84450bde5da
image: index.docker.io/sourcegraph/cadvisor:6.1.5633@sha256:0a655f557e97f83e242ca2f02ef20ba98e4a59a231f8ffa2b1b51bd5da7e5763
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.1.5633@sha256:8fefad90bd031e2f283615a91b109de4520966fef51a972f3f288d0f398e2031
image: index.docker.io/sourcegraph/alpine-3.14:6.1.5633@sha256:76efd22961be39f9834195afca717ea2cd8fee38248c8b81b8b3b570cd969c7d
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.1.5633@sha256:47f6ba45d6aca10f3aad978e0d3f7f77e065cf9f3a107a2f337f6702c0a1e411
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.1.5633@sha256:8a339d8fd1e8349fcdbada8033952d8854666782c8ed95051cbdddca13b4ac9f
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.1.5633@sha256:7f08b45aa78ef973e523c1f212d2fe654743c95eb9f81e2ddd762462894e41e8
image: index.docker.io/sourcegraph/postgres_exporter:6.1.5633@sha256:e717173a7adf04bdd52a1fa180b7665d4fcae421f511251b93da986d24203794
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.1.5633@sha256:8fefad90bd031e2f283615a91b109de4520966fef51a972f3f288d0f398e2031
image: index.docker.io/sourcegraph/alpine-3.14:6.1.5633@sha256:76efd22961be39f9834195afca717ea2cd8fee38248c8b81b8b3b570cd969c7d
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.1.5633@sha256:0920347256cec8fc937806dccdcdcdac7dfaac15b727cea378fa47d3156212bb
image: index.docker.io/sourcegraph/postgresql-16:6.1.5633@sha256:f2a174b91fedbd476e2dd07a0c7384321b94568f6c6312115e9f8e7d3c436068
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.1.5633@sha256:7f08b45aa78ef973e523c1f212d2fe654743c95eb9f81e2ddd762462894e41e8
image: index.docker.io/sourcegraph/postgres_exporter:6.1.5633@sha256:e717173a7adf04bdd52a1fa180b7665d4fcae421f511251b93da986d24203794
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.1.5633@sha256:4e125e512be64115371b8f89f5f16df11e9726d186306bf94df5d33c89b60b2a
image: index.docker.io/sourcegraph/migrator:6.1.5633@sha256:d9b01813927432810e3fb86f2f29f073384fde636bc2f7e6654f59c026571524
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.1.5633@sha256:bb4c16ff622d0fcab60a131f38449686a459a1da3730461782050f9bedc29502
image: index.docker.io/sourcegraph/frontend:6.1.5633@sha256:ef94aa9db44984cc4040ca117a1e3aa6cd250ecdd4b7ab6f0d2274d754fa08dc
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.1.5633@sha256:65e167ba1093e0c73b439b18a1342950485edf614e477f42c2f5c65bc269c6a8
image: index.docker.io/sourcegraph/gitserver:6.1.5633@sha256:0e0b3154a9de2d9e7635fcf645d17846a6744b0e27298e9856c90a24722250b0
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
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.1.5633@sha256:d27f968a9dee2ea92f0ffeb155fb609dd4e961bea71e5fa371748d772cdc8866
image: index.docker.io/sourcegraph/grafana:6.1.5633@sha256:0014854328943456ffc6be1beca284966cbeb83eb1065dcef8d0c96367017402
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.1.5633@sha256:56305b60adf54b524ad565164e8cb33a531d37ded6dec0f2ddc9de02858539ea
image: index.docker.io/sourcegraph/indexed-searcher:6.1.5633@sha256:019a318a71b2daa62b7a00293424e76ff1f8fd0a6530cd360ca487c8035eaf9a
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.1.5633@sha256:d5f3b6c82d09de4f6a57aea24659e8ad7badeeca66692a69dc5eab10b89ecf7f
image: index.docker.io/sourcegraph/search-indexer:6.1.5633@sha256:4ef7dc32a85b1a3f723d583b99d48b86e594afad8d02710a3294fa123fbcc9d9
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.1.5633@sha256:784737970fab444ded8b8297bd8b658c700e79328e205d907b5898b10a7e7d38
image: index.docker.io/sourcegraph/node-exporter:6.1.5633@sha256:10f51ee677cb4af30003f673d2eee0d85d30becbab3cdf6553523af3c93c90f5
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.1.5633@sha256:a64366cdb53528ed8883e73690acfdfbef44ff1f31204ef77a639bc4ff8d163e
image: index.docker.io/sourcegraph/opentelemetry-collector:6.1.5633@sha256:86d1c06b66ed4d040cdbde0d0ec17027968cd9c1754108df8e2571afc1ec3f36
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.1.5633@sha256:a64366cdb53528ed8883e73690acfdfbef44ff1f31204ef77a639bc4ff8d163e
image: index.docker.io/sourcegraph/opentelemetry-collector:6.1.5633@sha256:86d1c06b66ed4d040cdbde0d0ec17027968cd9c1754108df8e2571afc1ec3f36
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.1.5633@sha256:8fefad90bd031e2f283615a91b109de4520966fef51a972f3f288d0f398e2031
image: index.docker.io/sourcegraph/alpine-3.14:6.1.5633@sha256:76efd22961be39f9834195afca717ea2cd8fee38248c8b81b8b3b570cd969c7d
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.1.5633@sha256:0920347256cec8fc937806dccdcdcdac7dfaac15b727cea378fa47d3156212bb
image: index.docker.io/sourcegraph/postgresql-16:6.1.5633@sha256:f2a174b91fedbd476e2dd07a0c7384321b94568f6c6312115e9f8e7d3c436068
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.1.5633@sha256:7f08b45aa78ef973e523c1f212d2fe654743c95eb9f81e2ddd762462894e41e8
image: index.docker.io/sourcegraph/postgres_exporter:6.1.5633@sha256:e717173a7adf04bdd52a1fa180b7665d4fcae421f511251b93da986d24203794
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.1.5633@sha256:a85e8e5abe1e6d214742b59155e53001eb20048faf9f56e21377d9096b6fb724
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.1.5633@sha256:9570c4a309c20db23aff282ca98ccd8fc8c017a2a815f8ec44c5b49ee6899ec9
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.1.5633@sha256:68ece63c3672174a1757a6106f93205635191fde0279a9df2160b07f34d61d87
image: index.docker.io/sourcegraph/prometheus:6.1.5633@sha256:8fe095b5df1fa4af3f0274d93d0ef2c59f24b3b6ad7841248fd656ca9d2fa569
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.1.5633@sha256:2a6a0414a7b36a68d643e9b202378aee29efd3f775b1acb879f3ec6bbb26dd0e
image: index.docker.io/sourcegraph/redis-cache:6.1.5633@sha256:93de62614679f41e4e4bfe0ecd96375e689c55dfa7218cb5a227fee9f95731f0
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.1.5633@sha256:c108f6d2efafa9d7eff230049c63299efd9faece94a9bb9255b9c8f81c1a387a
image: index.docker.io/sourcegraph/redis_exporter:6.1.5633@sha256:8768f4c231a0fe1b94c39b12d0cd3020ff00b2d25cbee29861a0c9fcd8532d18
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.1.5633@sha256:53e80359a0360fb7dc3de5af4b6bd701ac5380e9db4fca5ddcd1684e6a07c0aa
image: index.docker.io/sourcegraph/redis-store:6.1.5633@sha256:d7247720b103caad28a131911bbabf7543e8bac145df973634bfd3878cf84070
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.1.5633@sha256:c108f6d2efafa9d7eff230049c63299efd9faece94a9bb9255b9c8f81c1a387a
image: index.docker.io/sourcegraph/redis_exporter:6.1.5633@sha256:8768f4c231a0fe1b94c39b12d0cd3020ff00b2d25cbee29861a0c9fcd8532d18
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.1.5633@sha256:bf85c996c6c24387a8a7d3b835c7096b11ce7ed7a0ba2bc2d514b427bcf0af6c
image: index.docker.io/sourcegraph/repo-updater:6.1.5633@sha256:352a344537abe6810cdff6dbf1bffb9415d75f2b7a0ed6c71988014ff8b35d4b
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.1.5633@sha256:e4bfdd37178eccfb2d3b745c3dae69f7f44a50d72a29859ae7715952d0df8c42
image: index.docker.io/sourcegraph/searcher:6.1.5633@sha256:e735517a9681658e971e1f5c2fecae3fda79d30df8a7b6434b75b967f3f38a88
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.1.5633@sha256:722a8c2f49249c895aeb1ce15bd7b553d7f64b9959f8312fa80530b6a9931c65
image: index.docker.io/sourcegraph/symbols:6.1.5633@sha256:9ae6ad105ca5d69d847f08f14eece66376e957d7b8ea7a7aee60e2788c6fba39
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.1.5633@sha256:b720de9f156e8c92bc7faf319fc9199009bbe9dce904e2d58c227ae74432bda8
image: index.docker.io/sourcegraph/syntax-highlighter:6.1.5633@sha256:62a7cd49009257dce3994e0bcf9798e24bb07d2d2f8f2e1fa58573d44ed6730e
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.1.5633@sha256:f57c543df1fe199155ca4a65cc5e05af31d3211b3b028fdac2e9425e5aa1473e
image: index.docker.io/sourcegraph/worker:6.1.5633@sha256:2b5c86ed044d163ecdbf7b1702591b400b2f83af474db0790633c0ebd480644c
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.1.5633@sha256:2c486489bef10c122d2ba3f62b4adfb56ba76daa0c3f26603391d965c172ef85
image: index.docker.io/sourcegraph/executor:6.1.5633@sha256:b2dbf5373efd08b3ebe03d92ef42309616ae60f05111c9ecd50e8db1851dcb02
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.1.5633@sha256:3f9b446f8336e37441fab1d385130e859dd33872a2b825a70b86c98f3a30a939
image: index.docker.io/sourcegraph/dind:6.1.5633@sha256:e14bbbeeac3440639f09868b0caa2fac91af6a4721a0745937e5b691b80c6592
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.1.5633@sha256:afd88c5647691b548b6f13b1f4ef9e68162b6186e7811c3645851833217f289f
image: index.docker.io/sourcegraph/executor-kubernetes:6.1.5633@sha256:15b0c4ae7609748aa0b7c1019dc9a20043f1475fbcac37bfbc68506d54d9f1b9
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.1.5633@sha256:4e125e512be64115371b8f89f5f16df11e9726d186306bf94df5d33c89b60b2a"
image: "index.docker.io/sourcegraph/migrator:6.1.5633@sha256:d9b01813927432810e3fb86f2f29f073384fde636bc2f7e6654f59c026571524"
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: index.docker.io/sourcegraph/jaeger-all-in-one:5.11.0@sha256:9357cec3cfe720522b3f9b6b661bd003478c4b58d9462306be154068a71200da
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.1.5633@sha256:7b2d64416b312458efabeeba55c550a2e21535555be8f4e58d43c42aa787914e
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: index.docker.io/sourcegraph/alpine-3.14:5.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
image: index.docker.io/sourcegraph/alpine-3.14:6.1.5633@sha256:76efd22961be39f9834195afca717ea2cd8fee38248c8b81b8b3b570cd969c7d
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: index.docker.io/sourcegraph/alpine-3.14:5.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
image: index.docker.io/sourcegraph/alpine-3.14:6.1.5633@sha256:76efd22961be39f9834195afca717ea2cd8fee38248c8b81b8b3b570cd969c7d
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