Skip to content

Commit 0c1c6d7

Browse files
upgrade to v3.34.0
1 parent 89c0e80 commit 0c1c6d7

23 files changed

+23
-23
lines changed

pure-docker/deploy-cadvisor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sudo docker run --detach \
2424
--volume=/sys:/sys:ro \
2525
--volume=/var/lib/docker/:/var/lib/docker:ro \
2626
--volume=/dev/disk/:/dev/disk:ro \
27-
index.docker.io/sourcegraph/cadvisor:3.33.0@sha256:edb7fb040d36d588189eb4564e76943296d61a4b08fa0542b75005d96fcd383a \
27+
index.docker.io/sourcegraph/cadvisor:3.34.0@sha256:9d521600ebf3237bbb199abf72c2ca844cb45c955644dc7eb988746f706d600f \
2828
--port=8080
2929

3030
echo "Deployed cadvisor"

pure-docker/deploy-codeinsights-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker run --detach \
2020
-e POSTGRES_PASSWORD=password \
2121
-e PGDATA=/var/lib/postgresql/data/pgdata \
2222
-v $VOLUME:/var/lib/postgresql/data/ \
23-
index.docker.io/sourcegraph/codeinsights-db:3.33.0@sha256:6aabbbb460e200568f8a34b627a087d75359d0c509d7909606869c70252df393
23+
index.docker.io/sourcegraph/codeinsights-db:3.34.0@sha256:3d74b14847d1d220c022af270e4c462a5046b7398df67b57b3c005c76bf64c1d
2424

2525
# Note: You should deploy this as a container, do not try to connect it to your external
2626
# Postgres deployment (TimescaleDB is a bit special and most hosted Postgres deployments

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:3.33.0@sha256:152472f5fd688b6a868962a366b44e85b26c861db7a898d9f33197c3b75ac97b
22+
index.docker.io/sourcegraph/codeintel-db:3.34.0@sha256:56360d6ec749ad43671446f43c1c29098f6bf9780c922e12aadabb5a5259aa3f
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
@@ -40,6 +40,6 @@ docker run --detach \
4040
-e GITHUB_BASE_URL=http://github-proxy:3180 \
4141
-e PROMETHEUS_URL=http://prometheus:9090 \
4242
-v $VOLUME:/mnt/cache \
43-
index.docker.io/sourcegraph/frontend:3.33.0@sha256:d9509019a7a75c3f1b6eb78dca4bbc8f03df0e95edbeb9672a3e3106b98eda10
43+
index.docker.io/sourcegraph/frontend:3.34.0@sha256:05cb6332b0d37a1be348a2318badc425bf8aaf96cb02ef35aa419a75fb6b12ab
4444

4545
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
@@ -42,7 +42,7 @@ docker run --detach \
4242
-e PROMETHEUS_URL=http://prometheus:9090 \
4343
-v $VOLUME:/mnt/cache \
4444
-p 0.0.0.0:$((3080 + $1)):3080 \
45-
index.docker.io/sourcegraph/frontend:3.33.0@sha256:d9509019a7a75c3f1b6eb78dca4bbc8f03df0e95edbeb9672a3e3106b98eda10
45+
index.docker.io/sourcegraph/frontend:3.34.0@sha256:05cb6332b0d37a1be348a2318badc425bf8aaf96cb02ef35aa419a75fb6b12ab
4646

4747
# Note: SRC_GIT_SERVERS, SEARCHER_URL, and SYMBOLS_URL are space-separated
4848
# 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 JAEGER_AGENT_HOST=jaeger \
24-
index.docker.io/sourcegraph/github-proxy:3.33.0@sha256:fe445d896cf56c9b7bc89f16994594f0b0769bd385e43336234617577067aeaa
24+
index.docker.io/sourcegraph/github-proxy:3.34.0@sha256:f73ccabfc509b9ecbc1db583af3a42ef9e5bfbb012aa2fdc3b694611f5c35cc4
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
@@ -23,6 +23,6 @@ docker run --detach \
2323
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
2424
-e JAEGER_AGENT_HOST=jaeger \
2525
-v $VOLUME:/data/repos \
26-
index.docker.io/sourcegraph/gitserver:3.33.0@sha256:0b179deb13848a3d83b0e5cfce082ce4b6c602ce0b4b9a282926b54ba1316374
26+
index.docker.io/sourcegraph/gitserver:3.34.0@sha256:087dfc6c64d4d8a2dd463f7150a2f1caa4321b15909e5beb18876e502d58d716
2727

2828
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:3.33.0@sha256:835d97b4ec2da5663a7ad8ed65b9424863cfffe35cf058df5e84ff9ced8b76b9
24+
index.docker.io/sourcegraph/grafana:3.34.0@sha256:ccca8940f61c79f8dd26a9a6126f5b5ea319f6f9339189a3052329e3ce5dab2b
2525

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

pure-docker/deploy-jaeger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ docker run --detach \
2020
-p 0.0.0.0:5778:5778 \
2121
-p 0.0.0.0:6831:6831 \
2222
-p 0.0.0.0:6832:6832 \
23-
index.docker.io/sourcegraph/jaeger-all-in-one:3.33.0@sha256:10297592b41c6ab98bc3c259bb197588024cefe177c889152b82c8cf3a3a288a \
23+
index.docker.io/sourcegraph/jaeger-all-in-one:3.34.0@sha256:22d8d9cbfe8a9ccb2a799f36b4bf77b9cc413e9f3c1c0ded40b74f631b8f9b04 \
2424
--memory.max-traces=20000

pure-docker/deploy-minio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ docker run --detach \
2121
-v $VOLUME:/data \
2222
-e MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE \
2323
-e MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY \
24-
index.docker.io/sourcegraph/minio:3.33.0@sha256:fccfad6cbd7b717472c7f200cdd65807ff742f883fe1d08986fc09ff3bd7df5e \
24+
index.docker.io/sourcegraph/minio:3.34.0@sha256:fccfad6cbd7b717472c7f200cdd65807ff742f883fe1d08986fc09ff3bd7df5e \
2525
server /data

0 commit comments

Comments
 (0)