Skip to content

Commit

Permalink
Update Sourcegraph Docker insiders images (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcegraph-bot authored Dec 20, 2020
1 parent c01ebe7 commit a818a63
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
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:120c6ba20c70716ce66c4aa49348219b287e1438ec7571ae8bea2fc675b71025
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:6531e34759144705520cbe99a58ff541c723ad9b5cbbbdbfd067812d992de94b
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 @@ -67,7 +67,7 @@ spec:
value: http://jaeger-query:16686
- name: PROMETHEUS_URL
value: http://prometheus:30090
image: index.docker.io/sourcegraph/frontend:insiders@sha256:6e93306b234e4bb6368b7130158a72b0569f95ef09c7a800d39fbce6552a1904
image: index.docker.io/sourcegraph/frontend:insiders@sha256:5713e4f80caff8ba364e0d3cfa7eecd01a7f46e701ddac039475868939b5bcc3
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
volumeMounts:
- mountPath: /mnt/cache
name: cache-ssd
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:3675bb74e93cada638653f19ec81657a4650b8479bd30f8adcaa2854b7e15019
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f990116b88c988bdf35fbae91f1b23bb64ad95958b1e94a1bb8858e230cc4bc5
name: jaeger-agent
env:
- name: POD_NAME
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:62f6c173bb3ca6ef97826f18c0d5146757a88088d03a284f3e647a52f411caa2
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:dc46e43b798bb4a91f35e429d059072270468b7f1c6529cfd585da0ba4e40d6a
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:3675bb74e93cada638653f19ec81657a4650b8479bd30f8adcaa2854b7e15019
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f990116b88c988bdf35fbae91f1b23bb64ad95958b1e94a1bb8858e230cc4bc5
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:eb6d86974460ee8b38b41690de6ed06fb1eba9a44252421908808030fb6e58c9
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:df6f9ac646f115e1cc1e324f35fa053c69405df7a17068be33ffc6789f0bb3b0
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:3675bb74e93cada638653f19ec81657a4650b8479bd30f8adcaa2854b7e15019
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f990116b88c988bdf35fbae91f1b23bb64ad95958b1e94a1bb8858e230cc4bc5
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:691c21028ce956e974808f584f6e79dde55d0f8179fb571500650786ceeffe4e
- image: index.docker.io/sourcegraph/grafana:insiders@sha256:2701521954599f4e0ea3f23f5d201636dec0f2f34f01c5bc5b92cc672fa96a35
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:de57b4151d021a861f9c71ef53949144df9c9c115597003d1aaf933a3fdf5e4e
- image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:2105b638cea949fd21e31ee7cf98ec4e32a3b3a202536437286cfa3442930255
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:3df5fdf6a39bc086424f67e3ebc8d7ab3eb72b98f07d0f7bbd89c242c519cec3
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:23f8ec23c1ededffcced071f2d67f3faac7605c66b53f40c8e1f42e7975514e5
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:1ed9d836a1051ec7134fb3d233c5472fa9aaa8d16361669ad077fcd7efd8e702
- image: index.docker.io/sourcegraph/prometheus:insiders@sha256:2301ab257a46c0293d1fb71cd21b1776c33367b4db27a900160249c1cd2a8721
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:8410b2c9f582bfddd545f2e0f4bc667858c0d53fd919c3b97f7aa657a2a6402b
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:fe0b6a9cfc47b37016c71b38ac96af70b7b08ce8124fe0fabb2f8f41825658c0
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:3675bb74e93cada638653f19ec81657a4650b8479bd30f8adcaa2854b7e15019
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f990116b88c988bdf35fbae91f1b23bb64ad95958b1e94a1bb8858e230cc4bc5
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:5b758d1454d46ed9ac8b195d65d7a59c7a4a9bd888583c0fef283a256ce949dd
- image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:3b732460e8c66fb1fe8889374a9dcfc25a3b25dc78461ddbe8c1e3be2c2e5b1a
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:3675bb74e93cada638653f19ec81657a4650b8479bd30f8adcaa2854b7e15019
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f990116b88c988bdf35fbae91f1b23bb64ad95958b1e94a1bb8858e230cc4bc5
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:2315e263f3e1608c7df6145a2600ad99987251c92c370df3a82e685f3cedb2ac
image: index.docker.io/sourcegraph/searcher:insiders@sha256:c5d8ae4f1f5f8c1474854c931f00c15e11ae49c1dfbf93bb17e41570d85d9361
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:3675bb74e93cada638653f19ec81657a4650b8479bd30f8adcaa2854b7e15019
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f990116b88c988bdf35fbae91f1b23bb64ad95958b1e94a1bb8858e230cc4bc5
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:b722322a93090df1914968783e9132b6f16a632b328d1808372da6cb462d8919
image: index.docker.io/sourcegraph/symbols:insiders@sha256:27064877bd541230901338552bd719a6a51ab7c13a9486a8e37cde5eae7ec6ba
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:3675bb74e93cada638653f19ec81657a4650b8479bd30f8adcaa2854b7e15019
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f990116b88c988bdf35fbae91f1b23bb64ad95958b1e94a1bb8858e230cc4bc5
name: jaeger-agent
env:
- name: POD_NAME
Expand Down

0 comments on commit a818a63

Please sign in to comment.