Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Sourcegraph Docker insiders images #1713

Merged
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.
Jump to
Jump to file
Failed to load files.
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:4aa03d40dc91ad7ac5d05a83fd4564c9e5112226755c89972e8ff55cdadff900
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:092026d9b3b5243d6a369543b3eb9fd338141af918293fd91848c57731098d0d
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:9602549b0b1b9063b41ceb474d681c2c6b8ed605e38b8b878fa9dc809359428a
image: index.docker.io/sourcegraph/frontend:insiders@sha256:44c933f4ddae0fe76b12db1dd1fdd0f79094314ffb0d9f2e327b318c22865bf8
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:225d8327aafb7fad8a395b1cebc7a08763e628b53b3b979b627cf3ea73594c54
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
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:713a7ef4bafcf2ec9b123b373669fbec12950b3236eb107a22d1d7d9018391ac
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:656fc5a93912191c1bb1d9791b5e352ac83a0c44f00e04af001721437261a187
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:225d8327aafb7fad8a395b1cebc7a08763e628b53b3b979b627cf3ea73594c54
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
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:575d7866dd26092cc847677d521183685a89ecb542a76f4c68932bc76aa16d41
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:bed2dc409e8a04d7395f52fe370f04c1518ab3d9b1fd763c93cd72c4e4223ca2
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:225d8327aafb7fad8a395b1cebc7a08763e628b53b3b979b627cf3ea73594c54
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
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:7a8e4930921c87bee4921ddda08f374c2f83a6a71262376a478f4e3b91f4a80b
- image: index.docker.io/sourcegraph/grafana:insiders@sha256:fcf53b1dd513762657e6e21f59a59359fac8daf1eaad8de654093e286007e280
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:5c7adf8c46ada457845898e8fc2779add1abab2feacde8180b5a4d86f7b4bcbf
- image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:334b71d7aad34aa3bc87182173f10c9766b62b555c8b8197bb58e9b1f5d483f2
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:f5a4f5e19c85a73d4a0137869484d0a32ce1f36a2845442bc7f54676d1da24ff
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:36e7d32b15f8e5538cf0d6a56882d4e3875df99cdf089e69d059c2ac04bdc5b9
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:ab8eae1cb7becd37a369868812818d3918043cdebc8c5f9e8d8430c7f4e7d929
- image: index.docker.io/sourcegraph/prometheus:insiders@sha256:53f46d7c479b07cf2b6356826a7d60d0a4b5dde7d0856f86466f587bdfc99c46
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:dcaa846643c97feaac83f35f997e48fd895b5067b2d0b9064714f93aad02df3d
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:676b6a6833ab14fb46de336bb8c823202d0c96a40a6bc50249e603d1b277c8a1
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:225d8327aafb7fad8a395b1cebc7a08763e628b53b3b979b627cf3ea73594c54
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
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:6644683636ecfbf6c1fd07ab47ced176aa534c995edfb76614d198b7185d3df7
- image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:90f04728df0f9208bb42a91135063e748f8e9ed457e070cfe673c0932dc41448
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:225d8327aafb7fad8a395b1cebc7a08763e628b53b3b979b627cf3ea73594c54
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
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:c8f416e36661a2aa4b99284fa3bd0ca47f21765cb8a0736e6f06c29ee0c9c7ef
image: index.docker.io/sourcegraph/searcher:insiders@sha256:bf6943e8832401bf045bf4da23c7a2e307ae48c0d5b47ac174fa7f7c4edbdf9e
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:225d8327aafb7fad8a395b1cebc7a08763e628b53b3b979b627cf3ea73594c54
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
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:08db93f9a9ba708eef95f424774119544ec3dd996131586d0f1b4c7d29ebffa5
image: index.docker.io/sourcegraph/symbols:insiders@sha256:149099ce2ef7b5879f34029d15d5b1bf5e2d67b8994aae17885e11bd44a248a8
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:225d8327aafb7fad8a395b1cebc7a08763e628b53b3b979b627cf3ea73594c54
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9a3ce7d15e14b647bcb29d05afd541231ddb8c7971db8be9eb323c3922ba79d8
name: jaeger-agent
env:
- name: POD_NAME
Expand Down