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:9da4e1839d33f03959a05da7a54db039d2c67015a07969a1aa0831b23c8f2bdb
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:636b94e3490376d5f4a75aecedf9cd27d60fc92fbca191b38ae3f9e672ef626e
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:6a6215ebe0ee89eaf21e3b1ed764786fda4d7657a665197d82d5f2dc4fcfaffd
image: index.docker.io/sourcegraph/frontend:insiders@sha256:df6f88409c43ae3d04df351fac953ed9ffb7bf7db29462b8aa4919cb496db003
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:c60c358df26c8a608a237420d6644ef349d7fce4da300e269271a20ef68c8e83
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:5ae05f5254469cde00840b01c8059584f7be6b1caade3a4cdae7c9efe10a9df5
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:e5cd297e92feac92b655bf577a8642cd9be069b182557c65c526b3b47017a0b1
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:38c81c9a4a5946f35eed3b40a69cce0bb38e027fa6cda45d1ac8787bf17fe67b
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:c60c358df26c8a608a237420d6644ef349d7fce4da300e269271a20ef68c8e83
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:5ae05f5254469cde00840b01c8059584f7be6b1caade3a4cdae7c9efe10a9df5
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:3d8b7bf5f522c7b93d8e0153e31ceb7107acd86e5ecbfe6e075af26a298e9b20
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:ba9af297e32ccbdd88f4e86d35f763cdfb33c2f8d438cc665c09abf9bd3e4b5d
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:c60c358df26c8a608a237420d6644ef349d7fce4da300e269271a20ef68c8e83
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:5ae05f5254469cde00840b01c8059584f7be6b1caade3a4cdae7c9efe10a9df5
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:7026614c64beb0ef5a19ec405ac14834439cea736cbe500e0015518a6d0b53e4
image: index.docker.io/sourcegraph/grafana:insiders@sha256:a237fa2b9ac318cd9d6e60f8eb50da29bf4be30345caf8cc7cce7654268635b4
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:17b7ab2ffe4a47d47accc4f507e87048ec851411b1245391b5a0cd4d137bd3cf
image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:2887a568056638bd716d0afdca3ebfe2555a08465855e12e5ebc0d5d39d1c7c0
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:9b25342048abed7614d0b4c556993f548b391c738c358d0e645d5551bb0b319b
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:c8db3bb9b841367160f02b3d39563c540eb7677bb91d85c0e57a8ddee26b63e3
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:1f978b585a99a872334e1d2d172f474cb302a9893e568578a27bab26f75b6be9
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:fbb968ac045e2f8c06684830d271ca8ed07f60288053c2d3ce52b5667809fb34
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:55347d793220f55536a4241302441dee9fa43cdf4586c4797dafcc67c8a19c50
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:2d520e0e81e82f61e7ed41a735b0cfa4f2299d20e824b3859e970a88b9059f61
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:c60c358df26c8a608a237420d6644ef349d7fce4da300e269271a20ef68c8e83
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:5ae05f5254469cde00840b01c8059584f7be6b1caade3a4cdae7c9efe10a9df5
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:540141a7206e2f872371ba3605ebd677e2be6e42d3659081a43be4c2b0a722d3
image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:0cfd8089c7df8aac128e0af7c5bc6e9e4951c4228105c710f7197361717004fd
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:c60c358df26c8a608a237420d6644ef349d7fce4da300e269271a20ef68c8e83
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:5ae05f5254469cde00840b01c8059584f7be6b1caade3a4cdae7c9efe10a9df5
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:0019c6d15206bbce3a4d9f5acf63005847b72556b1b338eeba43ef4fee5208bc
image: index.docker.io/sourcegraph/searcher:insiders@sha256:de4f31ae831b20ce3901cebd06414ec14c8eba16bc1415898ba6e4df83ee6d42
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:c60c358df26c8a608a237420d6644ef349d7fce4da300e269271a20ef68c8e83
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:5ae05f5254469cde00840b01c8059584f7be6b1caade3a4cdae7c9efe10a9df5
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:f63db70bccf78d24d19d842e732fad7d98431ebcbdc8db5fa2b0e8fcd2d3233b
image: index.docker.io/sourcegraph/symbols:insiders@sha256:54a63052cc31a07ceb5bed31ff21e4476afc51ae61e6b47036a9d394007e6ce2
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:c60c358df26c8a608a237420d6644ef349d7fce4da300e269271a20ef68c8e83
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:5ae05f5254469cde00840b01c8059584f7be6b1caade3a4cdae7c9efe10a9df5
env:
- name: POD_NAME
valueFrom:
Expand Down