Skip to content

Commit

Permalink
Update Sourcegraph Docker insiders images (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcegraph-bot authored Jan 13, 2021
1 parent c88b1a8 commit 658ea20
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:ef4901bf8e181ff4fc06019230c28e1194ae70cfddd96f87e3039d19fefc3a09
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:2643798918bd6c4c062e8e388453255b27a2f9fcc47a793fbec2504406b3388d
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:45bcd9c7de49ee56bf23acb4fafacb60c63a9e23d0b1ec9bd207d7f18be859bf
image: index.docker.io/sourcegraph/frontend:insiders@sha256:3196da414134dce1209df66f688606a9ac8f2915c168b6b34fc9d520eae03a7b
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:1a0c2cb7509783391811ad260b89d187cab53a1da41b7ed5c0558dc11e26c6b3
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:48d3c01ec932130db356551aa0846f940c6461b3b6ef73b11936d09186e69d00
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:c94526ba4d923368d1c0ffe5be802dff894f323f78907f0bb943bb5a0b64f360
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:7f73f984d332f605292571433c04ed89399fcd26dd3b122db2a12ef53a555d96
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:1a0c2cb7509783391811ad260b89d187cab53a1da41b7ed5c0558dc11e26c6b3
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:48d3c01ec932130db356551aa0846f940c6461b3b6ef73b11936d09186e69d00
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:17afa20f0c610f18c5c968b468b06ed5ad795209ec366ce4f6cb040b7996b36a
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:72d2df3b427d79d7051e48866b19b69f4cf7ea4a2f9becc5d166354410caf390
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:1a0c2cb7509783391811ad260b89d187cab53a1da41b7ed5c0558dc11e26c6b3
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:48d3c01ec932130db356551aa0846f940c6461b3b6ef73b11936d09186e69d00
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:20172165ede67be5769a1e786d7cbb7fb54c4a3e24c1029360c6ced2763b859c
- image: index.docker.io/sourcegraph/grafana:insiders@sha256:bed89d9be60eeb7baba023ab1efdb750b41644a6f2aeb5b5162996f254ae45b1
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:902f6c3eabe1f239cc4561bdd1e8df35255ab8a120d735425d49a70ff72b8ff2
- image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:249ad189201d0237357fee240404b5a35747b85adb32d18523dd927c94d09e15
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:e8b28797d92d63e814962652bfd2c46eca64d56738718d0dcae8da480af39fc6
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:6d7a32fee81e8f31b6417c5075de3395081c449a36e0dff55e18e19543e61122
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:64a0d1283875d0517f739ee6f35bf9767a1da08bc025942e7cc4f3960fa2e54f
- image: index.docker.io/sourcegraph/prometheus:insiders@sha256:f0a702994d54cd8266d3960a0ab486a6cf70021342e635fdb10f4ec96eefad5f
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:21cbfbd344d85b7002a1115fbcac581f6c4b0990dc46083e6b5dcac3393bf050
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:2d513d7c0e2bd67f8b8d3786cbca40a7c5213774dbf68173d3a8f6a44e34b269
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:1a0c2cb7509783391811ad260b89d187cab53a1da41b7ed5c0558dc11e26c6b3
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:48d3c01ec932130db356551aa0846f940c6461b3b6ef73b11936d09186e69d00
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:0f76cd6b91197f94755a56d2b50e20619d40f78da96e02a946da51a992a22981
- image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:ab08ced9f1d78a423456981fdd5adc1c22e609d43fbcce886b4b4696ec1a0815
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:1a0c2cb7509783391811ad260b89d187cab53a1da41b7ed5c0558dc11e26c6b3
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:48d3c01ec932130db356551aa0846f940c6461b3b6ef73b11936d09186e69d00
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:fc91e630a126421ddb321ebb9b778f1e3c1690bf7c9673083a1f1c77fef70c63
image: index.docker.io/sourcegraph/searcher:insiders@sha256:48a3c296c682fba0b100a376c2579ff0dbc7bd9493dcc902e53ca0b4e73890a6
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:1a0c2cb7509783391811ad260b89d187cab53a1da41b7ed5c0558dc11e26c6b3
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:48d3c01ec932130db356551aa0846f940c6461b3b6ef73b11936d09186e69d00
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:77f19754100bd90036ca809ecde7b045d3f609cf04f70762661b6f09fa86d7e2
image: index.docker.io/sourcegraph/symbols:insiders@sha256:ed3714ab1a4397a5d9046c5e73c17d7d726fd5bd3412fb58055df642956ffe97
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:1a0c2cb7509783391811ad260b89d187cab53a1da41b7ed5c0558dc11e26c6b3
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:48d3c01ec932130db356551aa0846f940c6461b3b6ef73b11936d09186e69d00
name: jaeger-agent
env:
- name: POD_NAME
Expand Down

0 comments on commit 658ea20

Please sign in to comment.