Skip to content

Commit 9ec226b

Browse files
author
Stephen Gutekanst
committed
update image tags to v3.14.0
1 parent be31129 commit 9ec226b

15 files changed

+28
-28
lines changed

deploy-frontend-internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ docker run --detach \
3030
-e GRAFANA_SERVER_URL=http://grafana:3000 \
3131
-e GITHUB_BASE_URL=http://github-proxy:3180 \
3232
-v ~/sourcegraph-docker/sourcegraph-frontend-internal-0-disk:/mnt/cache \
33-
index.docker.io/sourcegraph/frontend:3.13.2@sha256:189c714c6a3881760db4c9df28696a50745af1b1f8051e0105f0ec9252ba2381
33+
index.docker.io/sourcegraph/frontend:3.14.0@sha256:fd10d228461581e65fcc39e0fc4481be5a19f4b5aa1a1b19f0ad90fcc4a5ff88
3434

3535
echo "Deployed sourcegraph-frontend-internal service"

deploy-frontend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run --detach \
3232
-e GITHUB_BASE_URL=http://github-proxy:3180 \
3333
-v ~/sourcegraph-docker/sourcegraph-frontend-$1-disk:/mnt/cache \
3434
-p 0.0.0.0:$((3080 + $1)):3080 \
35-
index.docker.io/sourcegraph/frontend:3.13.2@sha256:189c714c6a3881760db4c9df28696a50745af1b1f8051e0105f0ec9252ba2381
35+
index.docker.io/sourcegraph/frontend:3.14.0@sha256:fd10d228461581e65fcc39e0fc4481be5a19f4b5aa1a1b19f0ad90fcc4a5ff88
3636

3737
# Note: SRC_GIT_SERVERS, SEARCHER_URL, and SYMBOLS_URL are space-separated
3838
# lists which each allow you to specify more container instances for scaling

deploy-github-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ docker run --detach \
2121
-e GOMAXPROCS=1 \
2222
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2323
-e JAEGER_AGENT_HOST='jaeger-agent' \
24-
index.docker.io/sourcegraph/github-proxy:3.13.2@sha256:f570cfceda0302aa7f6ffea8fb1baa68d1213ffe794254d03f01031667983107
24+
index.docker.io/sourcegraph/github-proxy:3.14.0@sha256:5679eaafbfb5687900d5a379c8941d2650b6c9cfecf359b53921223b07e16e6c
2525

2626
echo "Deployed github-proxy service"

deploy-gitserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ docker run --detach \
2020
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2121
-e JAEGER_AGENT_HOST='jaeger-agent' \
2222
-v ~/sourcegraph-docker/gitserver-$1-disk:/data/repos \
23-
index.docker.io/sourcegraph/gitserver:3.13.2@sha256:95ea2520763f51bf0888c70333e043a40a9a7a31f141fffc03ac19671513c324
23+
index.docker.io/sourcegraph/gitserver:3.14.0@sha256:22512a7e58063438d807305623ac6412f9f71a188effb09ca8a545c717578190
2424

2525
echo "Deployed gitserver $1 service"

deploy-grafana.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run --detach \
1919
-v ~/sourcegraph-docker/grafana-disk:/var/lib/grafana \
2020
-v $(pwd)/grafana/datasources:/sg_config_grafana/provisioning/datasources \
2121
-v $(pwd)/grafana/dashboards:/sg_grafana_additional_dashboards \
22-
index.docker.io/sourcegraph/grafana:10.0.10@sha256:a6f9816346c3e38478f4b855eeee199fc91a4f69311f5dd57760bf74c3234715
22+
index.docker.io/sourcegraph/grafana:10.0.11@sha256:0daf513a09d7f705d56ef8ec4c088723f2fb683d4e92a099606dfa6ba89ec756
2323

2424
# Add the following lines above if you wish to use an auth proxy with Grafana:
2525
#

deploy-lsif-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ docker run --detach \
2020
-e LSIF_STORAGE_ROOT=/lsif-storage \
2121
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2222
-v ~/sourcegraph-docker/lsif-server-disk:/lsif-storage \
23-
index.docker.io/sourcegraph/lsif-server:3.13.2@sha256:27d6f82702cd770d02de57a8a74b8b1f338ee3de53eb3979bd2a06f12216bf7e
23+
index.docker.io/sourcegraph/lsif-server:3.14.0@sha256:75bdc5100e95f9b113fbfd4c40efb2b88f38ce62b07be019c8dac29517db97dc
2424

2525
echo "Deployed lsif-server service"

deploy-prometheus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ docker run --detach \
1818
-p 0.0.0.0:9090:9090 \
1919
-v ~/sourcegraph-docker/prometheus-v2-disk:/prometheus \
2020
-v $(pwd)/prometheus:/sg_prometheus_add_ons \
21-
index.docker.io/sourcegraph/prometheus:10.0.8@sha256:75efaada5a335cda9895f337d8f31b6abb7a082ef3092b7bb24bf31fb78eafe6
21+
index.docker.io/sourcegraph/prometheus:10.0.9@sha256:35a6d00e8291e365ef62a7a656fa674161582040116b9fa0612ce4baa1866bae

deploy-query-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ docker run --detach \
1818
-e GOMAXPROCS=1 \
1919
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2020
-e JAEGER_AGENT_HOST='jaeger-agent' \
21-
index.docker.io/sourcegraph/query-runner:3.13.2@sha256:8a714e4d88545ed0f9330e5c2b07fcfc7d60b102656509054bba8bba2ea9d53a
21+
index.docker.io/sourcegraph/query-runner:3.14.0@sha256:1c1e2799d2679e278c16daff1a7160497fa8922fce16b9e27a7bf278455d4aba
2222

2323
echo "Deployed query-runner service"

deploy-replacer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ docker run --detach \
1919
-e GOMAXPROCS=1 \
2020
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2121
-v ~/sourcegraph-docker/replacer-disk:/mnt/cache \
22-
index.docker.io/sourcegraph/replacer:3.13.2@sha256:4bffbb9af71d742edc8ae1a4e1aaa9395f70816df0e2b076bd324fde483967f3
22+
index.docker.io/sourcegraph/replacer:3.14.0@sha256:8843d25125b8309623642fe22d9f4412e1c692ce3823b0bd2b5d924c4004808e
2323

2424
echo "Deployed replacer service"

deploy-repo-updater.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ docker run --detach \
2121
-e JAEGER_AGENT_HOST='jaeger-agent' \
2222
-e GITHUB_BASE_URL=http://github-proxy:3180 \
2323
-v ~/sourcegraph-docker/repo-updater-disk:/mnt/cache \
24-
index.docker.io/sourcegraph/repo-updater:3.13.2@sha256:09b206354027eefafc9f441feb02db4aa84c4ff65f6158e67b2ffca696264034
24+
index.docker.io/sourcegraph/repo-updater:3.14.0@sha256:8417839e12336e3e5dfc45ce5aae01a2e1527d8c721eeec87c78395c74f236cc
2525

2626
echo "Deployed repo-updater service"

0 commit comments

Comments
 (0)