Skip to content

Commit

Permalink
Update Sourcegraph Docker images Docker tags to v3.1.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nicksnyder committed Feb 19, 2019
1 parent 2939a71 commit 3f069b2
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 @@ -56,7 +56,7 @@ spec:
# archives of repositories at a commit.
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: sourcegraph/frontend:3.1.0-rc.4@sha256:1ae5bd77e0f6059db135cc82c42eab735ba3558f23fcce73bb6b2bec3c2bcfc6
image: sourcegraph/frontend:3.1.0@sha256:467e9fbf3b1d60e9fd27151b88d808d73ea2cb8ca638cb54651a6c06c70c8aec
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.1.0-rc.4@sha256:ede50a177a8582cd98736412bc1ebc07e4cc99314f025db0fd6632746081201e
image: sourcegraph/github-proxy:3.1.0@sha256:087f1e826ff31642d036a55a5ad29a938ef20fe986d7054f4acff09bc5b9314b
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.1.0-rc.4@sha256:107bcc298ab226b654f65ab6d482e6cac9bdd3d568ebe05241120e3f6ac08cb8
image: sourcegraph/gitserver:3.1.0@sha256:f3cd149cdd19fe1642fe11e4d2a6ef4dad0564646d95a66ec896b8a70ca847c1
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.1.0-rc.4@sha256:c6287ad6da8d14dfeae8f289fabaa0d7c89cb09a6645cce4b1eb123b4ed83c17
image: sourcegraph/management-console:3.1.0@sha256:ae856a5e5bd8024ce34cca56fe46e8b038184999894ad03e6ff2ad3fdba9234a
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.1.0-rc.4@sha256:f145eee815b1665479ecf499f5fb73cb88b625e86a204101de87fdf3f4a05dd0
image: sourcegraph/query-runner:3.1.0@sha256:607aa3a88f021fa6715f2a30b280d2d5c51d462a11bf16521097c4d0a6b190b5
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 @@ -26,7 +26,7 @@ spec:
spec:
containers:
- env:
image: sourcegraph/repo-updater:3.1.0-rc.4@sha256:a562d002d179b1324ce26e7a8a37285db8c244a561e9adb2e16389a98db0caca
image: sourcegraph/repo-updater:3.1.0@sha256:c004cdd83172d13ab45bfcf7fcd4ac0ce2002b8d6d6a4c3d3239e75450047ed5
terminationMessagePolicy: FallbackToLogsOnError
name: repo-updater
ports:
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.1.0-rc.4@sha256:1fc107812d9023e247fddb74720e39c3ea9b3814c4db168d7874560eaf36a0f6
image: sourcegraph/searcher:3.1.0@sha256:c11577d69575237b8814cb6fdd49ed5e9e4b86ec8d426a5478b1fe9e95bcb7ee
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.1.0-rc.4@sha256:55687b24ee8fcf2196d473334e3948e3ab557efb6e1b9e456537050846d0812a
image: sourcegraph/symbols:3.1.0@sha256:ab365359f0374fcee31dcaf15ae0c68b7f3e2b4c2bcfb02e0af54fd02bc9f12f
terminationMessagePolicy: FallbackToLogsOnError
name: symbols
livenessProbe:
Expand Down

0 comments on commit 3f069b2

Please sign in to comment.