Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Merged
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/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: index.docker.io/sourcegraph/cadvisor:insiders@sha256:092026d9b3b5243d6a369543b3eb9fd338141af918293fd91848c57731098d0d
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:60a581549bdf03758ffda7477991a94cc07639cb37fa000e7a387c0c4c12fb0c
args:
# Kubernetes-specific flags below (other flags are baked into the Docker image)
#
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 @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: frontend
image: index.docker.io/sourcegraph/frontend:insiders@sha256:44c933f4ddae0fe76b12db1dd1fdd0f79094314ffb0d9f2e327b318c22865bf8
image: index.docker.io/sourcegraph/frontend:insiders@sha256:8d301ed9b9dcfb0ba13c0be9bd787e58a7fe0b28303367dee7aab5504a0d17b5
args:
- serve
env:
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
- mountPath: /mnt/cache
name: cache-ssd
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0c07543e60161c9597f1b0ac3a179459c4bb759b08ef9989c42659b9d7e6db25
env:
- name: POD_NAME
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions base/github-proxy/github-proxy.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:656fc5a93912191c1bb1d9791b5e352ac83a0c44f00e04af001721437261a187
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:86a874f1ec07996f3c15bc5733a3ce443b30bc7446f43ea74aaa92ce07248adb
terminationMessagePolicy: FallbackToLogsOnError
name: github-proxy
ports:
Expand All @@ -41,7 +41,7 @@ spec:
requests:
cpu: 100m
memory: 250M
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0c07543e60161c9597f1b0ac3a179459c4bb759b08ef9989c42659b9d7e6db25
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/gitserver/gitserver.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- args:
- run
env:
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:bed2dc409e8a04d7395f52fe370f04c1518ab3d9b1fd763c93cd72c4e4223ca2
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:7eb1d5faca51a692c8f748042652fe7664dcc5f4aa361ef61ce9f982b840d4e1
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
Expand All @@ -53,7 +53,7 @@ spec:
# - mountPath: /root/.ssh
# name: ssh
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0c07543e60161c9597f1b0ac3a179459c4bb759b08ef9989c42659b9d7e6db25
env:
- name: POD_NAME
valueFrom:
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 @@ -24,7 +24,7 @@ spec:
deploy: sourcegraph
spec:
containers:
- image: index.docker.io/sourcegraph/grafana:insiders@sha256:fcf53b1dd513762657e6e21f59a59359fac8daf1eaad8de654093e286007e280
- image: index.docker.io/sourcegraph/grafana:insiders@sha256:a29249d785c2b6a6c30ce30b5eac1e0102eaa2d7171101afd4b23356e6b58761
terminationMessagePolicy: FallbackToLogsOnError
name: grafana
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/jaeger/jaeger.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
prometheus.io/port: "16686"
spec:
containers:
- image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:334b71d7aad34aa3bc87182173f10c9766b62b555c8b8197bb58e9b1f5d483f2
- image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:f34ab2acf8f61d5125fdef40ad0b22950759634cf826ed26972e397a2ab00002
name: jaeger
args: ["--memory.max-traces=20000"]
ports:
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 @@ -34,7 +34,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:36e7d32b15f8e5538cf0d6a56882d4e3875df99cdf089e69d059c2ac04bdc5b9
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:1b1c74671b29e6a842e6fa928ceb9912b63a789902355fd65aa74d5ef7abdf3a
terminationMessagePolicy: FallbackToLogsOnError
name: precise-code-intel-worker
livenessProbe:
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 @@ -24,7 +24,7 @@ spec:
app: prometheus
spec:
containers:
- image: index.docker.io/sourcegraph/prometheus:insiders@sha256:53f46d7c479b07cf2b6356826a7d60d0a4b5dde7d0856f86466f587bdfc99c46
- image: index.docker.io/sourcegraph/prometheus:insiders@sha256:d92e3c93185d3fc804ffaa949e07237d5010e4da2c95e8405bbd9f2576b4902e
terminationMessagePolicy: FallbackToLogsOnError
name: prometheus
readinessProbe:
Expand Down
4 changes: 2 additions & 2 deletions base/query-runner/query-runner.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:676b6a6833ab14fb46de336bb8c823202d0c96a40a6bc50249e603d1b277c8a1
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:699029aa5d807bbd19c3f354547ed9aad259936554cbc8a8b80459d1f57d0ea0
terminationMessagePolicy: FallbackToLogsOnError
name: query-runner
ports:
Expand All @@ -41,7 +41,7 @@ spec:
requests:
cpu: 500m
memory: 1G
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0c07543e60161c9597f1b0ac3a179459c4bb759b08ef9989c42659b9d7e6db25
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/repo-updater/repo-updater.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
app: repo-updater
spec:
containers:
- image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:90f04728df0f9208bb42a91135063e748f8e9ed457e070cfe673c0932dc41448
- image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:9d6f30daca3c542d6a47ee9e974dd0e2cfc97f71edad7cf0b198d3bb10939c86
env:
terminationMessagePolicy: FallbackToLogsOnError
name: repo-updater
Expand All @@ -52,7 +52,7 @@ spec:
requests:
cpu: "1"
memory: 500Mi
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0c07543e60161c9597f1b0ac3a179459c4bb759b08ef9989c42659b9d7e6db25
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/searcher/searcher.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/searcher:insiders@sha256:bf6943e8832401bf045bf4da23c7a2e307ae48c0d5b47ac174fa7f7c4edbdf9e
image: index.docker.io/sourcegraph/searcher:insiders@sha256:576864e931f9bffbaabd3173af360d887fe2b93745f9093bacdc855a5f25cdad
terminationMessagePolicy: FallbackToLogsOnError
name: searcher
ports:
Expand All @@ -62,7 +62,7 @@ spec:
volumeMounts:
- mountPath: /mnt/cache
name: cache-ssd
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0c07543e60161c9597f1b0ac3a179459c4bb759b08ef9989c42659b9d7e6db25
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/symbols/symbols.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/symbols:insiders@sha256:149099ce2ef7b5879f34029d15d5b1bf5e2d67b8994aae17885e11bd44a248a8
image: index.docker.io/sourcegraph/symbols:insiders@sha256:3ade521980b9f561c8d54c5ddd58cd42db03cf49a0f38e0330183e32b1d23a17
terminationMessagePolicy: FallbackToLogsOnError
name: symbols
livenessProbe:
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
volumeMounts:
- mountPath: /mnt/cache
name: cache-ssd
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0c07543e60161c9597f1b0ac3a179459c4bb759b08ef9989c42659b9d7e6db25
name: jaeger-agent
env:
- name: POD_NAME
Expand Down