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:fb04e9ad6f42a24e189297a63acb08af1ab427999d768b6cacfeb60704c656f5
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:964e00950a513206d2c2153f14b015d3b30dea62563a58d4927ed7ceaf40daf6
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:b1a108c71c9c75b13576db03fd56932f5dd7f4f19206d624fa09ee4db766a875
image: index.docker.io/sourcegraph/frontend:insiders@sha256:16b0e8987a72599d229a7b7ac8004970bc89fc5f67043194b3edb23a72ea7bc9
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:2a7d7193fdc3a3226d2a9fd52d24f864302e68135527a2766ac846c7eb84deef
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:50665175ecf3793963b779fb6aec35b7dc70adfbb5b8cfc8e2b22ba5244b3e8d
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:86c40f3fb59afcc16a06de7ceb3825ce945f568fac846a5487b7d81cc78cb3d3
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:3e9c7c2b7c6341928017450216f843ef1c32142fef3c879360be1dbb5626b538
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:2a7d7193fdc3a3226d2a9fd52d24f864302e68135527a2766ac846c7eb84deef
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:50665175ecf3793963b779fb6aec35b7dc70adfbb5b8cfc8e2b22ba5244b3e8d
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:f4f4717f3fa0a92b941ca71af4d648b6b6c277096c3320a1646c93cc8d17db34
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:cf678688ab9c7e2fcda6e9db7ea28d3cbfadf39bcab6962d637044b1f0ec6bae
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:2a7d7193fdc3a3226d2a9fd52d24f864302e68135527a2766ac846c7eb84deef
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:50665175ecf3793963b779fb6aec35b7dc70adfbb5b8cfc8e2b22ba5244b3e8d
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:8bc6aafe55f15e5f289b74be56ec849b41dc0af3c6a79b1e81d62a878dd59ee2
image: index.docker.io/sourcegraph/grafana:insiders@sha256:d4847e270216640eb42226276d210e5367b569164d33d410e40d4c4532acd0d8
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:ccc958bb754f61da97eb0065212550ab33a033c6f2b6bd39d4f9ddeb62131561
image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:dea6b2791d5626da5e8f5f8471df2451ee1ed30acb1174d2f48d881dd8bd97ac
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:049b2f7dee679ad7b279d8acc29cce6238d5f67014608b4350facf6601a9c2bb
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:cfc8b325af7d62d8698b6f876759b5dd7f897e0bbf9a155d0897cd5d9e33040b
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:094ef1b8ca7d5881c1ba198066a9968e7fa7009864d8f4bbf8a4743aa956ed57
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:bae8d0b62efc8d4e7ad074e907fa25e63f1ed9d4100ae94662716359d9df27ba
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:28165f327345dbbfe4c375d5dcf154b69dd946e6c5d97498fad288a7492c4adb
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:01bd4d9bef14bc1c02266077172156433738b2542c101a780ed6c1312b42aec2
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:2a7d7193fdc3a3226d2a9fd52d24f864302e68135527a2766ac846c7eb84deef
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:50665175ecf3793963b779fb6aec35b7dc70adfbb5b8cfc8e2b22ba5244b3e8d
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:2a5318dd7f0112c0609c6bbca4d21be47ea82401b90227b6a435d270d32fa434
image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:36859cce371f0e63ff8e3f99fb9e67e959f9539e06455eef55f42d45da5830f8
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:2a7d7193fdc3a3226d2a9fd52d24f864302e68135527a2766ac846c7eb84deef
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:50665175ecf3793963b779fb6aec35b7dc70adfbb5b8cfc8e2b22ba5244b3e8d
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:6e4eee963989a64cca5745a875391039c069639c0d6e7eabf05ca151910d1e83
image: index.docker.io/sourcegraph/searcher:insiders@sha256:3fb1fdc0f8c682dd6870d3a549588f819856f8b67a23f1fb04484822f87fac1c
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:2a7d7193fdc3a3226d2a9fd52d24f864302e68135527a2766ac846c7eb84deef
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:50665175ecf3793963b779fb6aec35b7dc70adfbb5b8cfc8e2b22ba5244b3e8d
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:c6482909b31e1fc22d6dd3563603019a71c755fc4fd125f98dbc9c1ea6248e9e
image: index.docker.io/sourcegraph/symbols:insiders@sha256:6e257e972db89bd85b47298d0127a0138ba54b60957c8e7f74433fcc520812d9
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:2a7d7193fdc3a3226d2a9fd52d24f864302e68135527a2766ac846c7eb84deef
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:50665175ecf3793963b779fb6aec35b7dc70adfbb5b8cfc8e2b22ba5244b3e8d
env:
- name: POD_NAME
valueFrom:
Expand Down