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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Sourcegraph Docker images - autoclosed #139

Closed
Closed
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/frontend/sourcegraph-frontend.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
value: /mnt/cache/$(POD_NAME)
- name: GRAFANA_SERVER_URL
value: http://grafana:30070
image: index.docker.io/sourcegraph/frontend:3.8.0@sha256:5511933e4897f132967ed7e2971997829c59ea9667ee481b45ddae5d8d3da8e5
image: index.docker.io/sourcegraph/frontend:3.43.2@sha256:0d54e4571825bab4aa01ce914f3e00b070748ff34b8f3146d239eb36ec3dd5e7
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/github-proxy/github-proxy.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/github-proxy:3.8.0@sha256:6101b76c090172d6929b6a0a82b414563d3d8e5c4958421ea08530f2360ab193
image: index.docker.io/sourcegraph/github-proxy:3.43.2@sha256:93da5c74e23bf4f9ef2e7743542cad0665ad771fa9bbe59506bdbc149f25ab64
terminationMessagePolicy: FallbackToLogsOnError
name: github-proxy
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/gitserver/gitserver.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- args:
- run
env:
image: index.docker.io/sourcegraph/gitserver:3.8.0@sha256:c86493acefa53bb4e3d1406d3a4b144c3077617e14cdd55d9cbc8d6f5289381b
image: index.docker.io/sourcegraph/gitserver:3.43.2@sha256:611c797f24d7d4f6ebcdb7ddb3802949d43a7a7f3d708ca57f4929c4ebfbc9e6
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
Expand Down
2 changes: 1 addition & 1 deletion base/grafana/grafana.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
app: grafana
spec:
containers:
- image: index.docker.io/sourcegraph/grafana:10.0.0@sha256:f84e4260dce4e36f5d5e9c6deb393ac1e9c930ffae622c432fa86640a1f2699f
- image: index.docker.io/sourcegraph/grafana:10.0.13@sha256:2d7fbbda9ae9797145a4769a1503dfbe3b78f6591afceedd6af351c95636029e
terminationMessagePolicy: FallbackToLogsOnError
name: grafana
ports:
Expand Down
4 changes: 2 additions & 2 deletions base/indexed-search/indexed-search.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/zoekt-webserver:0.0.20190915225718-2890d2b@sha256:699117225f9b7ca207c926e2bdd9375f28149241a75a805d8f6e1ef6e792ef18
image: index.docker.io/sourcegraph/zoekt-webserver:0.0.20200429072931-1a9304f@sha256:600015b185019a77f5bb4503eda5f219e0ac856ad38c345bbaba3032865181ce
terminationMessagePolicy: FallbackToLogsOnError
name: zoekt-webserver
ports:
Expand All @@ -49,7 +49,7 @@ spec:
- mountPath: /data
name: disk
- env:
image: index.docker.io/sourcegraph/zoekt-indexserver:0.0.20190915225321-2890d2b@sha256:7b3b9eb4c55f31235156e3af478b22a032456c5a648533e12bb02181d1cc3a36
image: index.docker.io/sourcegraph/zoekt-indexserver:0.0.20200429072931-1a9304f@sha256:8594efce8a5acb962430e8ac93f2ee5f2c75172f24c1004b25e6fd08dc0f57e0
terminationMessagePolicy: FallbackToLogsOnError
name: zoekt-indexserver
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/lsif-server/lsif-server.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/lsif-server:3.8.0@sha256:2174c6f827d69142e3612433b4e26984c049f716cf04668ad6e1c9f6ecbcb163
image: index.docker.io/sourcegraph/lsif-server:3.14.4@sha256:2c2359ceb1100fc42833abd5e44de1982fbea9f14c6a1a9464ae8388589fa7e7
terminationMessagePolicy: FallbackToLogsOnError
name: lsif-server
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion base/management-console/management-console.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
value: disable
- name: PGUSER
value: sg
image: index.docker.io/sourcegraph/management-console:3.8.0@sha256:5c73711a75eb178b8a62804e1a8947aefe887c9e94909e5c0eb718ec2979f941
image: index.docker.io/sourcegraph/management-console:3.11.0-rc.1@sha256:ee7f3551f255ca43d9079ed12d8400ebf45b8c04efd5b777bafe139b638c7a11
terminationMessagePolicy: FallbackToLogsOnError
name: management-console
ports:
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:10.0.0@sha256:aca8cf12d41cbf5d8885ed675fa017b83ad73af96d86bbe5bcead45ca8e958f3
- image: index.docker.io/sourcegraph/prometheus:10.0.11@sha256:9164d49dfc146a76bee79b52f771291f47fefea5ca71e301c2bbcf318a5f87c7
env:
- name: USE_KUBERNETES_DISCOVERY
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion base/query-runner/query-runner.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/query-runner:3.8.0@sha256:1a20faaf8439f1fdca13cbb94cb73d1477993b4fc00ed71bcf33ed0de9a8b243
image: index.docker.io/sourcegraph/query-runner:3.34.2@sha256:bfcb4e3c4b02c0a390ed5fb17f0ec11bad2e869c79747a4e2c54fe2c8ad8bb8f
terminationMessagePolicy: FallbackToLogsOnError
name: query-runner
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/replacer/replacer.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/replacer:3.8.0@sha256:5bfb23af208725b43f5e8d498279c32fe2d77249a333920e25c8c8ad200ee8f3
image: index.docker.io/sourcegraph/replacer:3.18.0@sha256:bc9652f578c93b6602d109844602ef36d9460e8c9612c417f5298e839380cbc8
terminationMessagePolicy: FallbackToLogsOnError
name: replacer
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/repo-updater/repo-updater.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
app: repo-updater
spec:
containers:
- image: index.docker.io/sourcegraph/repo-updater:3.8.0@sha256:733be0843975e6b6a6b36dd8e23ac1853d21dc0a9af98dda485338373eb00865
- image: index.docker.io/sourcegraph/repo-updater:3.43.2@sha256:08721fb7de6b270d063d2f7448558da8f6566aee1d67e8e35b572b8b5a252cde
env:
terminationMessagePolicy: FallbackToLogsOnError
name: repo-updater
Expand Down
2 changes: 1 addition & 1 deletion base/searcher/searcher.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/searcher:3.8.0@sha256:67518cc6e1a12cc9d87c472f74aba7ca4f1212bb1f9cc8db865f8f3692ca6b51
image: index.docker.io/sourcegraph/searcher:3.43.2@sha256:4f3ddb3a204c88a206f427cbd852a1f3f1c31084d8fb98d327ee03bcd7037dda
terminationMessagePolicy: FallbackToLogsOnError
name: searcher
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/symbols/symbols.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/symbols:3.8.0@sha256:aa0317626ea670e48013014cd0191515e8f647e3b5f0bbe6cc95b41faad028d1
image: index.docker.io/sourcegraph/symbols:3.43.2@sha256:c89adde831217913012359aed33d4dc350056ec9ee1d01a6ec389b3f235396a2
terminationMessagePolicy: FallbackToLogsOnError
name: symbols
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion configure/lang/go/lang-go.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/lang-go:insiders@sha256:9b2eb14e6acdd41c3e7fe312b79a72200efa4cac096eb13e2ecd86ee67821a62
image: index.docker.io/sourcegraph/lang-go:insiders@sha256:9dcf87c74974b7265e1f8f9635c4bc2f72aa6ecc73697ab76430725c0cfc1463
livenessProbe:
initialDelaySeconds: 5
tcpSocket:
Expand Down
2 changes: 1 addition & 1 deletion configure/lang/typescript/lang-typescript.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: /home/node/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/lang-typescript:insiders@sha256:b1f85d64923948c14d6ba51d23f5b05d55481079c4221909c97c19960f08741c
image: index.docker.io/sourcegraph/lang-typescript:insiders@sha256:6715520b2a10191f1f5968a03199841c67d3304d21b56afe97064c39566efd69
imagePullPolicy: IfNotPresent
livenessProbe:
initialDelaySeconds: 10
Expand Down
2 changes: 1 addition & 1 deletion configure/ssd/pod-tmp-gc.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: index.docker.io/sourcegraph/pod-tmp-gc:latest@sha256:594b60234d0351b5e7e520709316cbc0e0c4df829540ee40ececd3e33067e9bf
image: index.docker.io/sourcegraph/pod-tmp-gc:latest@sha256:5ebd7c84d4571d0efb2b04cadb0be702ae90c7edce5463a0fa2e3215f7b4b1e3
terminationMessagePolicy: FallbackToLogsOnError
name: pod-tmp-gc
resources:
Expand Down