Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 1a8f9a3

Browse files
committed
upgrade to v4.3.1
1 parent df00a09 commit 1a8f9a3

24 files changed

+24
-24
lines changed

pure-docker/deploy-blobstore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ docker run --detach \
1919
--memory=1g \
2020
-p 0.0.0.0:9000:9000 \
2121
-v $VOLUME:/data \
22-
index.docker.io/sourcegraph/blobstore:4.3.0@sha256:94722bbe55c15cd533cf1c27bd0bb24f01e78caf61513deb9e6da73742e3075b
22+
index.docker.io/sourcegraph/blobstore:4.3.1@sha256:bdb5bb31391eb47a44c6222cc4665413de114176bba784fd54f2997e1935e91e

pure-docker/deploy-cadvisor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sudo docker run --detach \
3131
--volume=/dev/disk/:/dev/disk:ro \
3232
--privileged \
3333
--device=/dev/kmsg \
34-
index.docker.io/sourcegraph/cadvisor:4.3.0@sha256:a96e536b268f8ab97a6ae7ffbcca2254cd30d214d80f00a17b0f09c425a55ebb \
34+
index.docker.io/sourcegraph/cadvisor:4.3.1@sha256:83cdcb6982801bc850bf06c840432ddaed3a040442c01c60bb61bd69fa666e8e \
3535
--port=8080
3636

3737
echo "Deployed cadvisor"

pure-docker/deploy-codeinsights-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker run --detach \
2323
-e POSTGRES_USER=postgres \
2424
-e PGDATA=/var/lib/postgresql/data/pgdata \
2525
-v $VOLUME:/var/lib/postgresql/data/ \
26-
index.docker.io/sourcegraph/codeinsights-db:4.3.0@sha256:6c1a749f3c8d0c4dd3a251475daf3606cfc8ca366e3302af4ea8fab670484167
26+
index.docker.io/sourcegraph/codeinsights-db:4.3.1@sha256:912a8b45e4ed55244bcbc139591aaf77b434ea78c446034fa1449f2df78b108a
2727

2828
# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
2929
# but anything 12 and higher is supported.

pure-docker/deploy-codeintel-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run --detach \
1919
--memory=2g \
2020
-e PGDATA=/var/lib/postgresql/data/pgdata \
2121
-v $VOLUME:/var/lib/postgresql/data/ \
22-
index.docker.io/sourcegraph/codeintel-db:4.3.0@sha256:7dcc028e64c965bee399011605857b77478a46c2b7b7a67c2b0986263986f2cc
22+
index.docker.io/sourcegraph/codeintel-db:4.3.1@sha256:2e415fd0a741b118db1fcbdd259e86203d2a5fc9c53da5adcf99dfc4f2031e35
2323

2424
# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
2525
# but anything 12 and higher is supported.

pure-docker/deploy-frontend-internal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ docker run --detach \
4242
-e PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore \
4343
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
4444
-v $VOLUME:/mnt/cache \
45-
index.docker.io/sourcegraph/frontend:4.3.0@sha256:30a25c9ac727e637a295e41e5ba8265e11cfb65e84768458a6aa123d3eb3cd90
45+
index.docker.io/sourcegraph/frontend:4.3.1@sha256:de243f51a2bc8b7d613a1e374c5c9ccb0e828771916022217250cbeae3da052e
4646

4747
echo "Deployed sourcegraph-frontend-internal service"

pure-docker/deploy-frontend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker run --detach \
4444
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
4545
-v $VOLUME:/mnt/cache \
4646
-p 0.0.0.0:$((3080 + $1)):3080 \
47-
index.docker.io/sourcegraph/frontend:4.3.0@sha256:30a25c9ac727e637a295e41e5ba8265e11cfb65e84768458a6aa123d3eb3cd90
47+
index.docker.io/sourcegraph/frontend:4.3.1@sha256:de243f51a2bc8b7d613a1e374c5c9ccb0e828771916022217250cbeae3da052e
4848

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

pure-docker/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 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
24-
index.docker.io/sourcegraph/github-proxy:4.3.0@sha256:92d95bdb6eb984c0f254b63ad315d590b8a1e91fa6b4c88d638f2585a7e18238
24+
index.docker.io/sourcegraph/github-proxy:4.3.1@sha256:cbb5c28b275dac5e3e72fe7b06f9a76c361aeea62b4754f16211676d9b9271b8
2525

2626
echo "Deployed github-proxy service"

pure-docker/deploy-gitserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ docker run --detach \
2424
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
2525
-e 'GITHUB_BASE_URL=http://github-proxy:3180' \
2626
-v $VOLUME:/data/repos \
27-
index.docker.io/sourcegraph/gitserver:4.3.0@sha256:1110a967ff911c009d0a1c8c0282855083f4bb472836ff4047079fca34201a87
27+
index.docker.io/sourcegraph/gitserver:4.3.1@sha256:4d5e977c2de948589a9ae72da40c8e4c75cbae880d55e5f0e9e5bbce343d706a
2828

2929
echo "Deployed gitserver $1 service"

pure-docker/deploy-grafana.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run --detach \
2121
-v $VOLUME:/var/lib/grafana \
2222
-v $(pwd)/../grafana/datasources:/sg_config_grafana/provisioning/datasources \
2323
-v $(pwd)/../grafana/dashboards:/sg_grafana_additional_dashboards \
24-
index.docker.io/sourcegraph/grafana:4.3.0@sha256:740768788d455e5ca7c0199f1761d9c5040b3636523e21f7ed499cf38b96a09f
24+
index.docker.io/sourcegraph/grafana:4.3.1@sha256:794f10ed447ea111da17a88dbee3c37823490d123d2e174d4387119d29e0000c
2525

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

pure-docker/deploy-migrator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker run --detach \
2020
-e CODEINTEL_PGUSER=sg \
2121
-e CODEINTEL_PGHOST=codeintel-db \
2222
-e CODEINSIGHTS_PGDATASOURCE=postgres://postgres:password@codeinsights-db:5432/postgres \
23-
index.docker.io/sourcegraph/migrator:4.3.0@sha256:c57cc926ff6fb6ad798e5a3f9278e69994c0c204793fac7e1d5d20e0390ef401 \
23+
index.docker.io/sourcegraph/migrator:4.3.1@sha256:cda5dc0c390ca8b1eb3add730bc3c2671eafeb126070972c1cd79276519a0213 \
2424
up -db=all
2525

2626
echo "Deployed migrator service"

0 commit comments

Comments
 (0)