Skip to content

Commit

Permalink
Update Sourcegraph Docker insiders images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 1, 2020
1 parent 1740d17 commit d691ebe
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 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:f4854e82878d60a6707a2995dae7a501d46ee4f5fcd07a393f57f66b0a6f6ccf
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:1aeadaf083fec1e754711e89f4108dff83eda709b922275455f690dad95c86c6
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 @@ -59,7 +59,7 @@ spec:
value: http://precise-code-intel-bundle-manager:3187
- name: PROMETHEUS_URL
value: http://prometheus:30090
image: index.docker.io/sourcegraph/frontend:insiders@sha256:61676d06e9756dd4d0cf4a80c3b4b9551528e15c1e1cf9f148937987c07954a0
image: index.docker.io/sourcegraph/frontend:insiders@sha256:e7c3d5135b963459dd7dfcd0414ad90274bebadb20c29630986398e3f210d277
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down Expand Up @@ -91,7 +91,7 @@ spec:
volumeMounts:
- mountPath: /mnt/cache
name: cache-ssd
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:a7963efa3e23d6ed0650b9515a3b63113ecb2631d5686663815fd587b64625f8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:6e3cb84cf4929ed10da4e02c9b32b9b93a846922959c38770d37cbaeaaebd15b
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:1c498f1e23fb9fb481693f9189809b61cba729093f0265f92f93d71e03fccbe9
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:93b082c9543fe7f8201067930ac01a3e1d2c8aa6b5d21ef4f273df73a8bcf739
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:a7963efa3e23d6ed0650b9515a3b63113ecb2631d5686663815fd587b64625f8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:6e3cb84cf4929ed10da4e02c9b32b9b93a846922959c38770d37cbaeaaebd15b
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:11812ac1de6cf3345d6a67478086a8a177af04bfa03f084e6f9d8972f1cb63b7
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:ee85cee3c71ddf35be2751333365d2efea551e7f223aea682d3e65016e76452a
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:a7963efa3e23d6ed0650b9515a3b63113ecb2631d5686663815fd587b64625f8
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:6e3cb84cf4929ed10da4e02c9b32b9b93a846922959c38770d37cbaeaaebd15b
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:f8bbc8f9109d36cc227f48188b1ed9bd2262c6787486bfb0b1972fc03fcb8c00
- image: index.docker.io/sourcegraph/grafana:insiders@sha256:7cf8d0f4aeb6e8b917bbba2cb83027ff43a674e99f962c1e2c971b5acc248225
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:943dba54f856f56b7eb90634104fce357eef836a46ad9b6950915de29e4cb128
- image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:a6abb6fd6b7f0391d0cfa4306ee8be4f7a2336a73501090cb5b08efce80778f6
name: jaeger
args: ["--memory.max-traces=20000"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/precise-code-intel/bundle-manager.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: index.docker.io/sourcegraph/precise-code-intel-bundle-manager:insiders@sha256:d89ac89b37432aa3a3659cc55493f9d68e88c3f14185cdbfabbd3ef4c70ec6bb
image: index.docker.io/sourcegraph/precise-code-intel-bundle-manager:insiders@sha256:21c194ae1e3586210467b78fc53ea83dd19a02128e7f7934ec94d1fac89ee47a
terminationMessagePolicy: FallbackToLogsOnError
name: precise-code-intel-bundle-manager
livenessProbe:
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 @@ -36,7 +36,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:1996c256a9496d50395a7d20583c6f90d1200da1235f4b2685ddadf0000457e2
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:c71bef3b8e09353bf09691342c92bc3dac899d5ef43fee992831d059a0c07f37
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 @@ -25,7 +25,7 @@ spec:
spec:
serviceAccountName: prometheus
containers:
- image: index.docker.io/sourcegraph/prometheus:insiders@sha256:d43f8b0975901f8967cea8774fd12981e5c916e506712b9a6e387b7b1116f405
- image: index.docker.io/sourcegraph/prometheus:insiders@sha256:95dba7f1bf349276e8c60e6a28cd2bf8d0ff0aeb471e4c7ea8b821de4a3e56f1
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:60fe3aa0bedd32e8c547ca353bcf82dbcf07a24f21591f56d4bad46e7ab19124
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:8f2be706f52077cc9df775935862557627e0758eb364d30b7324ad1e48c9907d
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:a7963efa3e23d6ed0650b9515a3b63113ecb2631d5686663815fd587b64625f8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:6e3cb84cf4929ed10da4e02c9b32b9b93a846922959c38770d37cbaeaaebd15b
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:98b4c9f8322dd07e0064e69a27ff19153a945aa59264c7e43b3bc5844b34d0cd
- image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:9e2c0f2665509b79bc358e312b22903f2a7aacdfcf09af676d1f163fb0f34a87
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:a7963efa3e23d6ed0650b9515a3b63113ecb2631d5686663815fd587b64625f8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:6e3cb84cf4929ed10da4e02c9b32b9b93a846922959c38770d37cbaeaaebd15b
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:9efecd0df86e77f5fc1c3d8c5fdbcd651f38ddfc34b4c4e47e7dec1730ac60dc
image: index.docker.io/sourcegraph/searcher:insiders@sha256:41905026916150fc43e5e4d59bbb732c7365415f8dbb6edba7a82e0d517c7159
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:a7963efa3e23d6ed0650b9515a3b63113ecb2631d5686663815fd587b64625f8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:6e3cb84cf4929ed10da4e02c9b32b9b93a846922959c38770d37cbaeaaebd15b
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:d97979700376dcddea657e5cfc0e8845082f3dc8a9244bd5c423197bb4c34c08
image: index.docker.io/sourcegraph/symbols:insiders@sha256:b1339d370f9207bffa3f29cfefab1ee2f2966803cbbf70bad4eb40fd15a93fc6
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:a7963efa3e23d6ed0650b9515a3b63113ecb2631d5686663815fd587b64625f8
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:6e3cb84cf4929ed10da4e02c9b32b9b93a846922959c38770d37cbaeaaebd15b
name: jaeger-agent
env:
- name: POD_NAME
Expand Down

0 comments on commit d691ebe

Please sign in to comment.