From f4060f3091a91cc7deed851bc7738939b2fdfb1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 6 Nov 2018 16:43:46 -0800 Subject: [PATCH] Update Sourcegraph Docker images Docker tags to v2.13.2 (#138) --- base/frontend/sourcegraph-frontend.Deployment.yaml | 2 +- base/github-proxy/github-proxy.Deployment.yaml | 2 +- base/gitserver/gitserver.StatefulSet.yaml | 2 +- base/indexer/indexer.Deployment.yaml | 2 +- base/lsp-proxy/lsp-proxy.Deployment.yaml | 2 +- base/query-runner/query-runner.Deployment.yaml | 2 +- base/repo-updater/repo-updater.Deployment.yaml | 2 +- base/searcher/searcher.Deployment.yaml | 2 +- base/symbols/symbols.Deployment.yaml | 2 +- configure/xlang/go/xlang-go-bg.Deployment.yaml | 2 +- configure/xlang/go/xlang-go.Deployment.yaml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/base/frontend/sourcegraph-frontend.Deployment.yaml b/base/frontend/sourcegraph-frontend.Deployment.yaml index dfb286f21a9e..42abbdc2a49b 100644 --- a/base/frontend/sourcegraph-frontend.Deployment.yaml +++ b/base/frontend/sourcegraph-frontend.Deployment.yaml @@ -57,7 +57,7 @@ spec: # secretKeyRef: # key: key # name: tls - image: sourcegraph/frontend:2.13.1@sha256:db480d86614f5f4221eb786b0053b600cbfd91b8cb2593c1eccaf267010ba6e0 + image: sourcegraph/frontend:2.13.2@sha256:66ecfcdf900468aec7c63f3d4cbf5b86c24769eedfdf4096b1506d8bff65e460 livenessProbe: httpGet: path: /healthz diff --git a/base/github-proxy/github-proxy.Deployment.yaml b/base/github-proxy/github-proxy.Deployment.yaml index 04006f99613d..11ce16214712 100644 --- a/base/github-proxy/github-proxy.Deployment.yaml +++ b/base/github-proxy/github-proxy.Deployment.yaml @@ -29,7 +29,7 @@ spec: value: /etc/sourcegraph/config.json - name: LOG_REQUESTS value: "true" - image: sourcegraph/github-proxy:2.13.1@sha256:d04571f48b3fd81cef2e29ec451317109214325f20ab9e7ef80c1e09ecd67934 + image: sourcegraph/github-proxy:2.13.2@sha256:1aff6ad7b14aaba2bfb21f5276778675f0ea5a8beeb935ea5177f925a4eb5464 name: github-proxy ports: - containerPort: 3180 diff --git a/base/gitserver/gitserver.StatefulSet.yaml b/base/gitserver/gitserver.StatefulSet.yaml index 779f202166fd..35abe23a91e7 100644 --- a/base/gitserver/gitserver.StatefulSet.yaml +++ b/base/gitserver/gitserver.StatefulSet.yaml @@ -28,7 +28,7 @@ spec: value: /etc/sourcegraph/config.json - name: SRC_REPOS_DIR value: /data/repos - image: sourcegraph/gitserver:2.13.1@sha256:3fac1ac8cf5c3c1726e33fe95ef2c65b8f9ad764111d32b07fd48f74c038ee3f + image: sourcegraph/gitserver:2.13.2@sha256:b69f6810622042d433befd0f42d42e693704a96e786a979d6b8d27c2c7f08ebc livenessProbe: initialDelaySeconds: 5 tcpSocket: diff --git a/base/indexer/indexer.Deployment.yaml b/base/indexer/indexer.Deployment.yaml index 1654c60459ea..720d5806ea2c 100644 --- a/base/indexer/indexer.Deployment.yaml +++ b/base/indexer/indexer.Deployment.yaml @@ -41,7 +41,7 @@ spec: value: sg - name: SRC_GIT_SERVERS value: gitserver-0.gitserver:3178 - image: sourcegraph/indexer:2.13.1@sha256:c96b059255d85e3f15f6a11d5c5d78d170301b333aa87b5c2d7a78f7717e2dce + image: sourcegraph/indexer:2.13.2@sha256:bbf4d789821657965d62c89125aa6c7331667e2e152397d80f24dbce45c7e5da name: indexer ports: - containerPort: 3179 diff --git a/base/lsp-proxy/lsp-proxy.Deployment.yaml b/base/lsp-proxy/lsp-proxy.Deployment.yaml index e52437d611f3..b117b004f85c 100644 --- a/base/lsp-proxy/lsp-proxy.Deployment.yaml +++ b/base/lsp-proxy/lsp-proxy.Deployment.yaml @@ -37,7 +37,7 @@ spec: fieldPath: metadata.name - name: CACHE_DIR value: /mnt/cache/$(POD_NAME) - image: sourcegraph/lsp-proxy:2.13.1@sha256:44077bd088f4a95915c12d32ebd02318e2badf790a115c26f6371a1c6286617e + image: sourcegraph/lsp-proxy:2.13.2@sha256:9baac1845e7f0e568471e3fa96d44dc721c2e5a641598f4baa6bfcfe5dce7a83 livenessProbe: initialDelaySeconds: 5 tcpSocket: diff --git a/base/query-runner/query-runner.Deployment.yaml b/base/query-runner/query-runner.Deployment.yaml index 53ebfd0a27ba..4e9b7c6fa0a1 100644 --- a/base/query-runner/query-runner.Deployment.yaml +++ b/base/query-runner/query-runner.Deployment.yaml @@ -27,7 +27,7 @@ spec: - env: - name: SOURCEGRAPH_CONFIG_FILE value: /etc/sourcegraph/config.json - image: sourcegraph/query-runner:2.13.1@sha256:6644089d1519453ef8a9bacc467801e5aeb64b0737e440fe31c5843680c6eacb + image: sourcegraph/query-runner:2.13.2@sha256:e831f848ce7d2442f3c3deec9a0f3812b355c1c491f13313dc0fd6cd988538d4 name: query-runner ports: - containerPort: 3183 diff --git a/base/repo-updater/repo-updater.Deployment.yaml b/base/repo-updater/repo-updater.Deployment.yaml index 3299771243e0..e49c1abb258b 100644 --- a/base/repo-updater/repo-updater.Deployment.yaml +++ b/base/repo-updater/repo-updater.Deployment.yaml @@ -30,7 +30,7 @@ spec: value: /etc/sourcegraph/config.json - name: SRC_GIT_SERVERS value: gitserver-0.gitserver:3178 - image: sourcegraph/repo-updater:2.13.1@sha256:4059a2088d344471870e49412247bab247d90892a1dcdb0fcc171fe1431f160c + image: sourcegraph/repo-updater:2.13.2@sha256:55fbb09087bfc5e52e00ec5b478765285fc2b421c7f680376d77b18ce344909c name: repo-updater ports: - containerPort: 3182 diff --git a/base/searcher/searcher.Deployment.yaml b/base/searcher/searcher.Deployment.yaml index 13ca28c5868c..8a29d49d430e 100644 --- a/base/searcher/searcher.Deployment.yaml +++ b/base/searcher/searcher.Deployment.yaml @@ -37,7 +37,7 @@ spec: fieldPath: metadata.name - name: CACHE_DIR value: /mnt/cache/$(POD_NAME) - image: sourcegraph/searcher:2.13.1@sha256:e2e811c21e25e2443572562258ffedc1b9995517628dfd7c6e6d635e7b21b47f + image: sourcegraph/searcher:2.13.2@sha256:e434b7d9b2591707f6217ce23e5769c44d5176760ae95dcba1dee28457bf0a76 name: searcher ports: - containerPort: 3181 diff --git a/base/symbols/symbols.Deployment.yaml b/base/symbols/symbols.Deployment.yaml index b208abd177e3..50f77f5bc60b 100644 --- a/base/symbols/symbols.Deployment.yaml +++ b/base/symbols/symbols.Deployment.yaml @@ -37,7 +37,7 @@ spec: fieldPath: metadata.name - name: CACHE_DIR value: /mnt/cache/$(POD_NAME) - image: sourcegraph/symbols:2.13.1@sha256:256684c159b9c8c4004efff0eeeba7bf4d5d786f2531f7bc63107b7f7ef9a739 + image: sourcegraph/symbols:2.13.2@sha256:a0fd8038ec18e4547b45653476dc455799d2159bf104b9ca51dd6297f977ef86 name: symbols ports: - containerPort: 3184 diff --git a/configure/xlang/go/xlang-go-bg.Deployment.yaml b/configure/xlang/go/xlang-go-bg.Deployment.yaml index b98b7ead3492..f2a46f143767 100644 --- a/configure/xlang/go/xlang-go-bg.Deployment.yaml +++ b/configure/xlang/go/xlang-go-bg.Deployment.yaml @@ -43,7 +43,7 @@ spec: fieldPath: metadata.name - name: CACHE_DIR value: /mnt/cache/$(POD_NAME) - image: sourcegraph/xlang-go:2.13.1@sha256:3a7c751334b583a7d3ffc4be19fe5f32f1e2b5f119fc70469b3043bd9de5b845 + image: sourcegraph/xlang-go:2.13.2@sha256:b1362d70ba3d549ed352ac16e1cc49f6b51cd7accb0e1e15dc87ab73c131be0e livenessProbe: initialDelaySeconds: 5 tcpSocket: diff --git a/configure/xlang/go/xlang-go.Deployment.yaml b/configure/xlang/go/xlang-go.Deployment.yaml index f27d8eeadef2..b6c31d69883b 100644 --- a/configure/xlang/go/xlang-go.Deployment.yaml +++ b/configure/xlang/go/xlang-go.Deployment.yaml @@ -43,7 +43,7 @@ spec: fieldPath: metadata.name - name: CACHE_DIR value: /mnt/cache/$(POD_NAME) - image: sourcegraph/xlang-go:2.13.1@sha256:3a7c751334b583a7d3ffc4be19fe5f32f1e2b5f119fc70469b3043bd9de5b845 + image: sourcegraph/xlang-go:2.13.2@sha256:b1362d70ba3d549ed352ac16e1cc49f6b51cd7accb0e1e15dc87ab73c131be0e livenessProbe: initialDelaySeconds: 5 tcpSocket: