Skip to content

Commit

Permalink
promote-release: v5.10.1164
Browse files Browse the repository at this point in the history
{"version":"v5.10.1164","inputs":"server=5.10.1164","type":"patch"}
  • Loading branch information
jdpleiness committed Dec 3, 2024
1 parent ba76a1e commit 32a8e5e
Show file tree
Hide file tree
Showing 33 changed files with 44 additions and 44 deletions.
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.10.1164@sha256:b97b404a696ca1fca6334fe4e09416bae80588fad99b3ec5358b843b5ea10a45
image: index.docker.io/sourcegraph/blobstore:5.10.1164@sha256:c5d4b078b354ce902b414cbe879d7a1286a55b6d824e73b3483dea17a42d8d82
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.10.1164@sha256:295729384f5bb72e329378fd591da752133e4bc488f89fe145f868dee2f98e84
image: index.docker.io/sourcegraph/cadvisor:5.10.1164@sha256:675e0d71ab35ea8d90a6761cddd004a2f10b72b5461fb2494143ff803892c40b
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.10.1164@sha256:eded779c9ac690c3e569bf2de82f7fad5ef9e7a84a426d00101a3d639d86c8c8
image: index.docker.io/sourcegraph/alpine-3.14:5.10.1164@sha256:a2f33293bfc3f4bc61ebd5695d6b1e077afc710454c7c70e33b07209ce654bad
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.10.1164@sha256:25475cbcf84919366fda867fbbf592d3543445c90bea76435493808a7a0e5d1f
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:5.10.1164@sha256:fb73bc27a6b5b2889df209623870703e15a650217b0ea907134129c2ab797591
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.10.1164@sha256:ef8b7a323178f963fa337135be5aa94146092de414ea8806204bbed9f6fabf39
image: index.docker.io/sourcegraph/postgres_exporter:5.10.1164@sha256:dfa9dec0eec71a099f5b6644d046a54c85a5f2754d810808318148c65ece5252
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.10.1164@sha256:eded779c9ac690c3e569bf2de82f7fad5ef9e7a84a426d00101a3d639d86c8c8
image: index.docker.io/sourcegraph/alpine-3.14:5.10.1164@sha256:a2f33293bfc3f4bc61ebd5695d6b1e077afc710454c7c70e33b07209ce654bad
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.10.1164@sha256:27a4ca48b2f4eb30c42689bf54674db4dcc71159ab8ffb609cf571489dfcc59d
image: index.docker.io/sourcegraph/postgresql-16:5.10.1164@sha256:b9f3729db0f260637146527c4dba2f2c15b4551b3bcfa77a11e6ff95d2d1a570
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.10.1164@sha256:ef8b7a323178f963fa337135be5aa94146092de414ea8806204bbed9f6fabf39
image: index.docker.io/sourcegraph/postgres_exporter:5.10.1164@sha256:dfa9dec0eec71a099f5b6644d046a54c85a5f2754d810808318148c65ece5252
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.10.1164@sha256:a36344b91208313b295153e1d008269217f63c143ba0e6f51a0cace9c4e2396a
image: index.docker.io/sourcegraph/migrator:5.10.1164@sha256:9c8ad6278d70f95edbc9e11714a2659166dea6cfd51c20471226b799bc57dfcf
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.10.1164@sha256:74ed155ab434de34f0abc80d9d4355492dad72e79180fa18745b8ab5e63a47b5
image: index.docker.io/sourcegraph/frontend:5.10.1164@sha256:1c01764e7e232c62890478da72f277ba069caf4f42a7724e5685747fa37a93fe
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.10.1164@sha256:916dc93b8f492748b4f61e4cb674d63b9e3db6c2cd7b90c68f44045f11d1e827
image: index.docker.io/sourcegraph/gitserver:5.10.1164@sha256:015cb50471dcbcffe5f852664d300fa972eec8f2f611ceb9c60505e7d8642076
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.10.1164@sha256:89d94f201bede3f90d70b63fda635b7702b6ba96e1eec2b1e0fff25052c9616a
image: index.docker.io/sourcegraph/grafana:5.10.1164@sha256:d2d93f3e7f5b65cfa8e514a21675fe1604dfd93c828beb2e167d0bc416234c82
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.10.1164@sha256:279cd92d283e52e96677baf2aa116d564579a5adeac88a0759b8e687675aa64f
image: index.docker.io/sourcegraph/indexed-searcher:5.10.1164@sha256:adcae7c5b6335ab2fa2e6247cfe99f90f0d92a42d5ae1a5561c0cf23830f9b6c
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.10.1164@sha256:77d41dcf21ee06a30bf46c5dd7c488d4be2206d80b8181423f53c932623f7053
image: index.docker.io/sourcegraph/search-indexer:5.10.1164@sha256:6e1126106dcd3ff4def3d3fdb19d8a2a8b478f918478081dabb2248eb6f6f2c9
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.10.1164@sha256:545673692d0a300df953b72791a7d157811d4bf843e575c68ec8bf4f6c2e2199
image: index.docker.io/sourcegraph/node-exporter:5.10.1164@sha256:d7dd1348f275f95e7a70dd4e23b7decdd58df919be620b3ca8246d0da2916e85
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.10.1164@sha256:8c5a4120317c30c02967980c992c1d8eb567af7a3d328c817e1852348c1463f7
image: index.docker.io/sourcegraph/opentelemetry-collector:5.10.1164@sha256:966c924d7435665bb4684b5dd7d4a033f54ef8eafeb4cf9aa4aa475422b4d243
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.10.1164@sha256:8c5a4120317c30c02967980c992c1d8eb567af7a3d328c817e1852348c1463f7
image: index.docker.io/sourcegraph/opentelemetry-collector:5.10.1164@sha256:966c924d7435665bb4684b5dd7d4a033f54ef8eafeb4cf9aa4aa475422b4d243
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.10.1164@sha256:eded779c9ac690c3e569bf2de82f7fad5ef9e7a84a426d00101a3d639d86c8c8
image: index.docker.io/sourcegraph/alpine-3.14:5.10.1164@sha256:a2f33293bfc3f4bc61ebd5695d6b1e077afc710454c7c70e33b07209ce654bad
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.10.1164@sha256:27a4ca48b2f4eb30c42689bf54674db4dcc71159ab8ffb609cf571489dfcc59d
image: index.docker.io/sourcegraph/postgresql-16:5.10.1164@sha256:b9f3729db0f260637146527c4dba2f2c15b4551b3bcfa77a11e6ff95d2d1a570
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.10.1164@sha256:ef8b7a323178f963fa337135be5aa94146092de414ea8806204bbed9f6fabf39
image: index.docker.io/sourcegraph/postgres_exporter:5.10.1164@sha256:dfa9dec0eec71a099f5b6644d046a54c85a5f2754d810808318148c65ece5252
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.10.1164@sha256:2ce6195520b57841d4a5eae1c8862003a1f5583fea21a32fa4df325cb6be220b
image: index.docker.io/sourcegraph/precise-code-intel-worker:5.10.1164@sha256:6b6c677af98dc40b4bd3f86ec2d3e5ee6dbec789f303b4b93e19ee478e5774a3
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.10.1164@sha256:42d98ea72a99286f786ab73048b2c633c407058ce20ac63fce69f451e0b217e7
image: index.docker.io/sourcegraph/prometheus:5.10.1164@sha256:44eb5ecfdb8b2568239cf7e8abbe877d78bf08cf454cc50fe77d416649617934
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.10.1164@sha256:1be8b8493aabb9308e8f71b372193e4f027cafe05d634ff5fabfc95992d60a88
image: index.docker.io/sourcegraph/redis-cache:5.10.1164@sha256:ffc27324785d7f5b01617520b6735870ca18e32491fe4f2ccc8e8adeb5365a43
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.10.1164@sha256:a40bd2c9c73fef1af4da030c8586247c885fbc307029c74b07ce960efff60330
image: index.docker.io/sourcegraph/redis_exporter:5.10.1164@sha256:e3d4164a8e2f2a8cf931b73579ca073d01d07ed3889c069348caea7421a81e4c
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.10.1164@sha256:1e197b3d7c819cd489f273eece68cf485d63d77749ee7f62da096f85c342342d
image: index.docker.io/sourcegraph/redis-store:5.10.1164@sha256:e96f8ed17e130dc562addcad674b473484a96e60a2b947860f019a6439450ceb
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.10.1164@sha256:a40bd2c9c73fef1af4da030c8586247c885fbc307029c74b07ce960efff60330
image: index.docker.io/sourcegraph/redis_exporter:5.10.1164@sha256:e3d4164a8e2f2a8cf931b73579ca073d01d07ed3889c069348caea7421a81e4c
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.10.1164@sha256:a3cabacb89f18099971f6a38b81ddf4f0a78b6410e96a976cba3b5da2fd707d5
image: index.docker.io/sourcegraph/repo-updater:5.10.1164@sha256:c35f487e0686e8a1087e7cd3babf659d087fd210dd738d6656080012a9365677
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.10.1164@sha256:ff91080729806f6253baabb537aa0295440f6afeff4d0618f56cf6eae3d4ca7a
image: index.docker.io/sourcegraph/searcher:5.10.1164@sha256:184bcaabeb817d49079014a4838a857bf642ea55824ade674dc514f9aa7e4c93
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.10.1164@sha256:f5a977abd6ef1fdb1d2c6861d967f16fbacebf01d11303d2b2e305263cf349f4
image: index.docker.io/sourcegraph/symbols:5.10.1164@sha256:e7830732a746dd5f491560e0e8fa02102089108a651f4e6abc52111ecf29fe45
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.10.1164@sha256:a351572f2441cc9315f8632e1297bb84260210ec9ae3ab6f00cc782c5d506bbb
image: index.docker.io/sourcegraph/syntax-highlighter:5.10.1164@sha256:074459aee82ae45ee804d06b88ecdf672dfbda951734c42877bd60557f4ecf69
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.10.1164@sha256:69d64bacac449f099824ac5d183f1da652d3f83bd068ff1aca94e26a33c1c0a2
image: index.docker.io/sourcegraph/worker:5.10.1164@sha256:c70d40a3d76419f32719da9d0f265d5a7f59b86827c898ae596f6e27554b0f16
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.10.1164@sha256:e847912a54fff8ced46e1f8bd0b70af1a8301dcf839fb1e8e454ce4fcf6ecba7
image: index.docker.io/sourcegraph/executor:5.10.1164@sha256:5c7264bfbec072760b8cd3d4902561164abaab64465e52773d3e91befcd41133
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.10.1164@sha256:d4109d38183aa243fd7424025c02dcb57a630539a684d879dc934d40cf4c4f71
image: index.docker.io/sourcegraph/dind:5.10.1164@sha256:6dbf0031ff9af3e574ac0edb41fbc738d6df6d098f0523411d13533ebeebf7d4
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.10.1164@sha256:57a4a6f7afaee98422f448910601f0b84c33dbddffea2748c71843e55f397c38
image: index.docker.io/sourcegraph/executor-kubernetes:5.10.1164@sha256:623d2b7cce8e5c1b72d3cd28ed766502e46bc006f4e570b40e0f5d24afcfe890
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.10.1164@sha256:a36344b91208313b295153e1d008269217f63c143ba0e6f51a0cace9c4e2396a"
image: "index.docker.io/sourcegraph/migrator:5.10.1164@sha256:9c8ad6278d70f95edbc9e11714a2659166dea6cfd51c20471226b799bc57dfcf"
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.9.1590@sha256:58bf91017d27e766374cfe4c4d526138fad5ca93944ae46aca1760fdbc7edf75
image: index.docker.io/sourcegraph/jaeger-all-in-one:5.10.1164@sha256:20bd66fd4eeb26e2a45c363bd2608d41b059eb4f20701265e18d374ab045a7e0
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.9.1590@sha256:542e92925d9aa6d62f1f741e8422ef22f29a13b8cf96c2fce118af06eb882742
image: index.docker.io/sourcegraph/alpine-3.14:5.10.1164@sha256:a2f33293bfc3f4bc61ebd5695d6b1e077afc710454c7c70e33b07209ce654bad
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.9.1590@sha256:542e92925d9aa6d62f1f741e8422ef22f29a13b8cf96c2fce118af06eb882742
image: index.docker.io/sourcegraph/alpine-3.14:5.10.1164@sha256:a2f33293bfc3f4bc61ebd5695d6b1e077afc710454c7c70e33b07209ce654bad
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

0 comments on commit 32a8e5e

Please sign in to comment.