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:62deafd4e3a2773ec5fe7e04c4020b653ea9130cd1d6cd82f358bf56f47fd885
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:d064590622a0ac7cfc5a6d862c6dcd8f67341b2374e29038163c85ba94e8ff3a
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:e3882e1cc06e42c7fc685173eb357aecdb3c6ce8d6a2d3c386b554c29141bc81
image: index.docker.io/sourcegraph/frontend:insiders@sha256:30a47cb5f66d5c56b493b861753805a88eafa948c3225927ffe7662bd507aaae
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:c80073bf604102c1ac6f4129f2f54690a83d89dced5c0efb961faeeb8e95d75d
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
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:
- name: github-proxy
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:438baabb59f051c56d0d06616c9f0e7a3e83d14e758a47f6141f1f73ad0815b1
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:1c8b3702d7e1fe6151a9543d13f50cd5e5e38f98d024367c5ab1265276c18d2b
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3180
Expand All @@ -41,7 +41,7 @@ spec:
cpu: 100m
memory: 250M
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c80073bf604102c1ac6f4129f2f54690a83d89dced5c0efb961faeeb8e95d75d
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
env:
- name: POD_NAME
valueFrom:
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 @@ -26,7 +26,7 @@ spec:
containers:
- name: gitserver
args: ["run"]
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:0dba079f05164bc0273aba527bacb4d5cbe92babc6908342cd2d9d5a982044bb
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:9e5e8b3fde2ecb74e509a2afa4ab4c143b58b176e2ebe4a724ef64e1261faa6b
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
Expand All @@ -51,7 +51,7 @@ spec:
# - mountPath: /root/.ssh
# name: ssh
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c80073bf604102c1ac6f4129f2f54690a83d89dced5c0efb961faeeb8e95d75d
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
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 @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: grafana
image: index.docker.io/sourcegraph/grafana:insiders@sha256:b1326e50280233243a99142d80e976581fab1e6d41d172ec5460b339fdb72efa
image: index.docker.io/sourcegraph/grafana:insiders@sha256:b9c455ef2eb3c86f5351af2d5a4109bc186d1f5c94baae711c080e69ad1bb372
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3370
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 @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: jaeger
image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:35665199ceb2fe17e247829645b0c915cca77b28b73654d3ca07069b67ef31fa
image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:03623147d72ff805791d9270ccba8ade4e2bcf1cb440356405487cfe10d87d95
args: ["--memory.max-traces=20000"]
ports:
- containerPort: 5775
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 @@ -35,7 +35,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:2bb69c4b6a2cd9903ba9c4f6f0cb21319998b994a9f47e2a31020c058a769ced
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:2ddfa12212a1b3f2d0e2154f8bf73b4c9f27c3755a82b3106a9a718d94a14cbe
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: index.docker.io/sourcegraph/prometheus:insiders@sha256:a7cde633da63a60baffdebf293a296e62fb212b2b3fb29d430914c4a1fbc3dcb
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:de61095263cabec63159c08b4e3e2e21097729d8d73a24980bfafcaac229288d
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
httpGet:
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:
- name: query-runner
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:c01b1efa21dedbd09d5b5cc3cf2a3b42bc5860790df3c77273139e59d5af11f2
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:f6c42871451eb794ca7c1795ef42523bd9925ea34d4c2e0b28fb06d504399df7
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3183
Expand All @@ -40,7 +40,7 @@ spec:
requests:
cpu: 500m
memory: 1G
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c80073bf604102c1ac6f4129f2f54690a83d89dced5c0efb961faeeb8e95d75d
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
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 @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: repo-updater
image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:f8e856518b511dc50dc60d8794f8757e4afd80dec24f63e1f52217df2d913ff3
image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:80c1ef817d91ad06790a26c81f8a6c29a3e1bcbca5d72faac7e38d1a382f0b6c
env:
terminationMessagePolicy: FallbackToLogsOnError
ports:
Expand All @@ -53,7 +53,7 @@ spec:
cpu: "1"
memory: 500Mi
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c80073bf604102c1ac6f4129f2f54690a83d89dced5c0efb961faeeb8e95d75d
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
env:
- name: POD_NAME
valueFrom:
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 @@ -37,7 +37,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/searcher:insiders@sha256:0b987684923e60995ffb2f287db188cd1a3a4b43391ba8b89479bb877df46349
image: index.docker.io/sourcegraph/searcher:insiders@sha256:37fa84615da8bcc216c998bab95745a9c16ffb56e8245fc0cafe5e5bdaa68c5f
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3181
Expand All @@ -63,7 +63,7 @@ spec:
- mountPath: /mnt/cache
name: cache-ssd
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c80073bf604102c1ac6f4129f2f54690a83d89dced5c0efb961faeeb8e95d75d
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
env:
- name: POD_NAME
valueFrom:
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 @@ -37,7 +37,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/symbols:insiders@sha256:bc890b4717503487ad8421bb87beb29200b1845d38bcb2b519704e32de43878a
image: index.docker.io/sourcegraph/symbols:insiders@sha256:3c091a04e1fb38b0de278e2cdce926574da5059404945ebd74bebf86c52ad9de
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
- mountPath: /mnt/cache
name: cache-ssd
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c80073bf604102c1ac6f4129f2f54690a83d89dced5c0efb961faeeb8e95d75d
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
env:
- name: POD_NAME
valueFrom:
Expand Down