Skip to content

Commit

Permalink
Update Sourcegraph Docker images Docker tags to v3.4.3 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and emidoots committed Jun 7, 2019
1 parent 45cab11 commit 667c4e4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion base/frontend/sourcegraph-frontend.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
# archives of repositories at a commit.
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: sourcegraph/frontend:3.4.2@sha256:e2779f82faeefa4e9d02145e4d21d9367efd9770f11d366d13ef894aac822566
image: sourcegraph/frontend:3.4.3@sha256:188cc9f16d72d6d459817d2945f52107eda99065956c93d9a93bc3c1dafdfe85
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: sourcegraph/github-proxy:3.4.2@sha256:16ac87d182210cbd7d09207b7d079d9fdf90dfc25a5df96f33e79c939e20d974
image: sourcegraph/github-proxy:3.4.3@sha256:16b6643b86f4739c5eb35175df9cd82baf0bbc1e71675359600f17ae548609bf
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: sourcegraph/gitserver:3.4.2@sha256:433b25a1ee875da3fdb5d052608166b3e3176a0a6986c3d80ffe589e39658840
image: sourcegraph/gitserver:3.4.3@sha256:e4256b4e13d63d4156e87d686115b9aae9a752212f4fda55fdf6cdd1a8466033
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
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: sourcegraph/management-console:3.4.2@sha256:027efd4bf07f856f5a26f683b0b323c1be267784695a577fecf5c844b4204e3b
image: sourcegraph/management-console:3.4.3@sha256:af15d09e64fcfc34e343188e9727a17d55b510c401ae44dd22608c863eeb6493
terminationMessagePolicy: FallbackToLogsOnError
name: management-console
ports:
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: sourcegraph/query-runner:3.4.2@sha256:611aa8048d92ad2b453c661df0d56d4ff236e3fb09e1e7efcfc58411f49b33d9
image: sourcegraph/query-runner:3.4.3@sha256:a5e64105cffbdda3054ea9f5ccde1ebe733144733ffe181f8a2070f613a73c9f
terminationMessagePolicy: FallbackToLogsOnError
name: query-runner
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: sourcegraph/repo-updater:3.4.2@sha256:30b8bdfeae0cf096cc26e0928c3fb0675cf616e90a213300fc22578ec5c36e72
- image: sourcegraph/repo-updater:3.4.3@sha256:bf104002cee7ad91e7f9c79560a651acfb6488b1929b4acbad7063fd2e0e40ae
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: sourcegraph/searcher:3.4.2@sha256:7f1f005e449f4f0a1843bce43acdc4ca44b80bfb6c7dc4ae3094d16de3fe42c1
image: sourcegraph/searcher:3.4.3@sha256:a3c5a5d4beb5caea607299208eb8146092f845bfbb922974ee28130febd8c028
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: sourcegraph/symbols:3.4.2@sha256:30aee750a40ac76e3f2c136de60996a686e1e3b63e6c026ba44b1221fe73a785
image: sourcegraph/symbols:3.4.3@sha256:b4361bf021fbdb2f5b7d5818a2b59e3bf60bc7d675797938dcae924a1f6d19a0
terminationMessagePolicy: FallbackToLogsOnError
name: symbols
livenessProbe:
Expand Down

0 comments on commit 667c4e4

Please sign in to comment.