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 v5.11.2732 #4406

Draft
wants to merge 1 commit into
base: internal/release-v5.11.2732
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:5.11.2732@sha256:c8f5d4f3f0f812a9ff4dc59279ceecb521d66a23960baa80e948989633aa9e9b
image: index.docker.io/sourcegraph/blobstore:5.11.2732@sha256:bbafeab8279a3d0f2bfdbfe268770a3f9bf9e1cecef0cb9e239d7078fae82006
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:5.11.2732@sha256:2bf3c57b8b5c92f17dc6f0024da3b03d0785b59b2426e12a9c470b7131662ee7
image: index.docker.io/sourcegraph/cadvisor:5.11.2732@sha256:4096d32422253c9ccc7920f39438eaffad517f5a9a993372d2d8be1afeee30c9
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:5.11.2732@sha256:c36ebea8a962cc38e159a936f2dcf183590c6692fabbf2f595750962bb8db55c
image: index.docker.io/sourcegraph/alpine-3.14:5.11.2732@sha256:d6afa60fce2c4eef00b9f0515985c3718704670083b59f02de0b51754cddeac3
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:5.11.2732@sha256:7061472ef1a248fb0c410bb709a15524528a74eba39cbb6aea40085cf8513069
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:5.11.2732@sha256:85f9dd0726afa475c68dc23fa3c70961efbcb342c0fdb59d461d9d48f1795b35
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:5.11.2732@sha256:29e055d057456e91fec461e0d1a00de14fa671e30b5ac8da5578922f66288a65
image: index.docker.io/sourcegraph/postgres_exporter:5.11.2732@sha256:96e6b6160baa423bfd7e7aae0b3faf7476e4be8ec4cfe4b63d6e52042547b218
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:5.11.2732@sha256:c36ebea8a962cc38e159a936f2dcf183590c6692fabbf2f595750962bb8db55c
image: index.docker.io/sourcegraph/alpine-3.14:5.11.2732@sha256:d6afa60fce2c4eef00b9f0515985c3718704670083b59f02de0b51754cddeac3
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:5.11.2732@sha256:3b1da39c7300c4c9275084b77002132c17d6e4cf3f13649697414f1eaa04236e
image: index.docker.io/sourcegraph/postgresql-16:5.11.2732@sha256:348a7d5ece64b496550f5aa817975f91670978959d9cc50d922e16a2d3014efd
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:5.11.2732@sha256:29e055d057456e91fec461e0d1a00de14fa671e30b5ac8da5578922f66288a65
image: index.docker.io/sourcegraph/postgres_exporter:5.11.2732@sha256:96e6b6160baa423bfd7e7aae0b3faf7476e4be8ec4cfe4b63d6e52042547b218
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:5.11.2732@sha256:6797045a31937dfa1fe41c4c44ad482fd0880ed40abfd83cf034828e81311146
image: index.docker.io/sourcegraph/migrator:5.11.2732@sha256:e633e2e6e88b2d720a7d75b0c64d591dfdcd1949673a3e8ce291677b986fbdbe
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:5.11.2732@sha256:cadb11655a449d1a5482fc6ebc1a228f2f6e66f53f54c2ff862455508a2b2df8
image: index.docker.io/sourcegraph/frontend:5.11.2732@sha256:9ae3f4eaf06fd52b7c87e78d7ddfd347bd9a650b0fb7642d18bb53cea5d1b8f6
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:5.11.2732@sha256:93ef7f662a955453baed9c1f11f286671bf6dea7d8de59f370572236c9fe8c2d
image: index.docker.io/sourcegraph/gitserver:5.11.2732@sha256:766251d883857ee86a4af2ae0cdda3e53904896ceebcc85855af5f8e83e4f2e9
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:5.11.2732@sha256:c1e5e324a113a1181ec4cdd5e48f16be8c45144c85dfdadc6696a98ea14c7aa9
image: index.docker.io/sourcegraph/grafana:5.11.2732@sha256:4f338f2df95d0e720ee147dd3eca213ead55f8647e3bb1ea996e2f2af6a8fb5f
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:5.11.2732@sha256:819edb602c020e5b87f869414f3c09920cbb819da46f35fabe1125eb3230f115
image: index.docker.io/sourcegraph/indexed-searcher:5.11.2732@sha256:8dc1dcc31b7bc21bac294210e20ef00cfc80a0d52162f4be55ac8196e7745b20
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:5.11.2732@sha256:813233b281a59fda0e4fa2b0ac6e4f44ce5e8d9730f2ad6810ab2070f10fd9d7
image: index.docker.io/sourcegraph/search-indexer:5.11.2732@sha256:b389a1d4b951eb473c79f5c77410f5bf627523c02998c7069aa1b0b44861c757
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:5.11.2732@sha256:63f3b7d085efed85ae3327875db8bdb6cb8f0c0f9bf9d6ed2ba2949a0ee4d07c
image: index.docker.io/sourcegraph/node-exporter:5.11.2732@sha256:7f3291db21ff525392a22bc09916afa576d7c79931cfdd24e229c371501769e3
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:5.11.2732@sha256:d5102f26dbc16263425c06ac75d2c8b0fa17452c7a4104152f7528d65733e608
image: index.docker.io/sourcegraph/opentelemetry-collector:5.11.2732@sha256:6c7c236b95ffe67fdd143b654f3278bd92039fe5167c5d5e777beef163689ac0
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:5.11.2732@sha256:d5102f26dbc16263425c06ac75d2c8b0fa17452c7a4104152f7528d65733e608
image: index.docker.io/sourcegraph/opentelemetry-collector:5.11.2732@sha256:6c7c236b95ffe67fdd143b654f3278bd92039fe5167c5d5e777beef163689ac0
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:5.11.2732@sha256:c36ebea8a962cc38e159a936f2dcf183590c6692fabbf2f595750962bb8db55c
image: index.docker.io/sourcegraph/alpine-3.14:5.11.2732@sha256:d6afa60fce2c4eef00b9f0515985c3718704670083b59f02de0b51754cddeac3
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:5.11.2732@sha256:3b1da39c7300c4c9275084b77002132c17d6e4cf3f13649697414f1eaa04236e
image: index.docker.io/sourcegraph/postgresql-16:5.11.2732@sha256:348a7d5ece64b496550f5aa817975f91670978959d9cc50d922e16a2d3014efd
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:5.11.2732@sha256:29e055d057456e91fec461e0d1a00de14fa671e30b5ac8da5578922f66288a65
image: index.docker.io/sourcegraph/postgres_exporter:5.11.2732@sha256:96e6b6160baa423bfd7e7aae0b3faf7476e4be8ec4cfe4b63d6e52042547b218
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:5.11.2732@sha256:737c253592219164e09bcebb9f2ccdb58aeb5f63c003fe4b895dbf58fb5cd55e
image: index.docker.io/sourcegraph/precise-code-intel-worker:5.11.2732@sha256:1faf2057a558d4e788fcbdacef10e912efe05e70e973659f4b95e9460b4a374a
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:5.11.2732@sha256:02d0142413705385492b60d47d8bd779f546db50e4cedacd1560de0cb371d5da
image: index.docker.io/sourcegraph/prometheus:5.11.2732@sha256:d7d998ab80a0ebdacf2896ac7af9e8f6a322016d0b1756668023471df6e0ac1e
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:5.11.2732@sha256:3327fd137946a173bce8c25a3ccc6c3270d777fbdd7d060817863fdbe76f6b9d
image: index.docker.io/sourcegraph/redis-cache:5.11.2732@sha256:008f18a4253ad48483d3d58f13eff7ded2329bb4a7e1879a252af66430348bb6
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:5.11.2732@sha256:9ff04ee3dc3ec0eee12174f6caec75b6aa570ea68cbcec7b1451968924f415cb
image: index.docker.io/sourcegraph/redis_exporter:5.11.2732@sha256:8c8aa3eea165f9f0cd1e63340a3afd6408df3583e00ea799829669fccd645b4c
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:5.11.2732@sha256:92e90b74388abe43e1ff680519b4ebbfbfb343d99035f9854f743bf580d77289
image: index.docker.io/sourcegraph/redis-store:5.11.2732@sha256:82d4d218e925cb5569a7d368023378349845de6845aeb18df61c12b3ee0b8eb8
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:5.11.2732@sha256:9ff04ee3dc3ec0eee12174f6caec75b6aa570ea68cbcec7b1451968924f415cb
image: index.docker.io/sourcegraph/redis_exporter:5.11.2732@sha256:8c8aa3eea165f9f0cd1e63340a3afd6408df3583e00ea799829669fccd645b4c
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:5.11.2732@sha256:5d2127edfa5423002bdfcf6f14dcda7f435d6d6cea48448c075cb1fe86055478
image: index.docker.io/sourcegraph/repo-updater:5.11.2732@sha256:d3306703e27ac1f06f142f9a4e02750e8f6842fed067eafc89d90e169f053b9b
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:5.11.2732@sha256:18588bcc63e7ab8158f9a3b0879620a817529cdd39e59373f6d6bee58223eec5
image: index.docker.io/sourcegraph/searcher:5.11.2732@sha256:6e1f6f2445476740752c5e93aa576a9fbad608e662fc519b8d67b09096977f5a
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:5.11.2732@sha256:110503fcfe163a0d213156fddcc628d68e47a614d9248179c7224db08e1bc836
image: index.docker.io/sourcegraph/symbols:5.11.2732@sha256:ea6af188bb6860ff2f46888337bb874718256ffec615e9f149fa6601d41a4601
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:5.11.2732@sha256:75942d7da7ae7f6b85997287708b450f440a062aece62bcc268f5ee887f66535
image: index.docker.io/sourcegraph/syntax-highlighter:5.11.2732@sha256:ef00cd0953250c9d67993ce1db81fbf180690eb2a9821e2993fb86519effc8ec
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:5.11.2732@sha256:feea885911d98db1b7dff50c9bd0b6e295c77c6282338314230a79480a0b1d63
image: index.docker.io/sourcegraph/worker:5.11.2732@sha256:903f99488590fa59cbd21e8537f491bf3e6291dec450c5242985c52ecc87d7d2
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:5.11.2732@sha256:54e1e0c4f9ff4429d090722c6211cae5d9642dac074f65ddfc18078acfb2be80
image: index.docker.io/sourcegraph/executor:5.11.2732@sha256:f104486e591c0429b3a7dd48ee85354666daaffebc9e01e045dbde990fcbf73e
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:5.11.2732@sha256:f0688a48cbe8c90449591a58e704620c9fd9e2db8d666c089bb0ff07ded99be8
image: index.docker.io/sourcegraph/dind:5.11.2732@sha256:bd8a0903ba91b5e7e00b20aa9d7b1ba9c3c68a5f70019eec95cc5f5c05bfe248
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:5.11.2732@sha256:a7c81c7a6b5d108c7ea6126fc8781cd9e4d27d603a0ee38b9cb3d8c718180f57
image: index.docker.io/sourcegraph/executor-kubernetes:5.11.2732@sha256:1c7a343eae5af0616a802729144bd06c0fd04d7ca939277ce84a85042409db88
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:5.11.2732@sha256:6797045a31937dfa1fe41c4c44ad482fd0880ed40abfd83cf034828e81311146"
image: "index.docker.io/sourcegraph/migrator:5.11.2732@sha256:e633e2e6e88b2d720a7d75b0c64d591dfdcd1949673a3e8ce291677b986fbdbe"
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.10.2832@sha256:1d316ea0996b31dc38bef8ccee74f1bd0383500931ea0f79defa69a9594c6144
image: index.docker.io/sourcegraph/jaeger-all-in-one:5.11.2732@sha256:1936df2e574bba6afc100b902b2cb3645c9597898f39edcc60906a075bd224bc
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.10.2832@sha256:d0d92d9ccbbf01005a095401aafce754c4bdc865cb993a56b673fbb4d7f274fb
image: index.docker.io/sourcegraph/alpine-3.14:5.11.2732@sha256:d6afa60fce2c4eef00b9f0515985c3718704670083b59f02de0b51754cddeac3
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.10.2832@sha256:d0d92d9ccbbf01005a095401aafce754c4bdc865cb993a56b673fbb4d7f274fb
image: index.docker.io/sourcegraph/alpine-3.14:5.11.2732@sha256:d6afa60fce2c4eef00b9f0515985c3718704670083b59f02de0b51754cddeac3
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