Skip to content

Commit

Permalink
2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed Sep 15, 2018
1 parent 74e5866 commit 666158b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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 @@ -59,7 +59,7 @@ spec:
# secretKeyRef:
# key: key
# name: tls
image: sourcegraph/frontend:2.11.1
image: sourcegraph/frontend:2.11.2
livenessProbe:
httpGet:
path: /healthz
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 @@ -29,7 +29,7 @@ spec:
value: /etc/sourcegraph/config.json
- name: LOG_REQUESTS
value: "true"
image: sourcegraph/github-proxy:2.11.1
image: sourcegraph/github-proxy:2.11.2
name: github-proxy
ports:
- containerPort: 3180
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 @@ -28,7 +28,7 @@ spec:
value: /etc/sourcegraph/config.json
- name: SRC_REPOS_DIR
value: /data/repos
image: sourcegraph/gitserver:2.11.1
image: sourcegraph/gitserver:2.11.2
livenessProbe:
initialDelaySeconds: 5
tcpSocket:
Expand Down
2 changes: 1 addition & 1 deletion base/indexer/indexer.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
value: sg
- name: SRC_GIT_SERVERS
value: gitserver-0.gitserver:3178
image: sourcegraph/indexer:2.11.1
image: sourcegraph/indexer:2.11.2
name: indexer
ports:
- containerPort: 3179
Expand Down
2 changes: 1 addition & 1 deletion base/lsp-proxy/lsp-proxy.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: sourcegraph/lsp-proxy:2.11.1
image: sourcegraph/lsp-proxy:2.11.2
livenessProbe:
initialDelaySeconds: 5
tcpSocket:
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 @@ -29,7 +29,7 @@ spec:
value: /etc/sourcegraph/config.json
- name: DEPLOY_TYPE
value: datacenter
image: sourcegraph/query-runner:2.11.1
image: sourcegraph/query-runner:2.11.2
name: query-runner
ports:
- containerPort: 3183
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 @@ -30,7 +30,7 @@ spec:
value: /etc/sourcegraph/config.json
- name: SRC_GIT_SERVERS
value: gitserver-0.gitserver:3178
image: sourcegraph/repo-updater:2.11.1
image: sourcegraph/repo-updater:2.11.2
name: repo-updater
ports:
- containerPort: 3182
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 @@ -37,7 +37,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: sourcegraph/searcher:2.11.1
image: sourcegraph/searcher:2.11.2
name: searcher
ports:
- containerPort: 3181
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 @@ -37,7 +37,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: sourcegraph/symbols:2.11.1
image: sourcegraph/symbols:2.11.2
name: symbols
ports:
- containerPort: 3184
Expand Down
2 changes: 1 addition & 1 deletion configure/xlang/go/xlang-go-bg.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: sourcegraph/xlang-go:2.11.1
image: sourcegraph/xlang-go:2.11.2
livenessProbe:
initialDelaySeconds: 5
tcpSocket:
Expand Down
2 changes: 1 addition & 1 deletion configure/xlang/go/xlang-go.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: sourcegraph/xlang-go:2.11.1
image: sourcegraph/xlang-go:2.11.2
livenessProbe:
initialDelaySeconds: 5
tcpSocket:
Expand Down

0 comments on commit 666158b

Please sign in to comment.