Skip to content

Commit

Permalink
release: [email protected] (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek authored Nov 2, 2023
1 parent 13d2d97 commit 2e5544d
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion pure-docker/deploy-blobstore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ docker run --detach \
--memory=1g \
-p 0.0.0.0:9000:9000 \
-v $VOLUME:/data \
index.docker.io/sourcegraph/blobstore:5.2.1@sha256:a6a912d9009093d7a223dd26c434a889164ff43a3c293d871af331d536596b2c
index.docker.io/sourcegraph/blobstore:5.2.2@sha256:a6a912d9009093d7a223dd26c434a889164ff43a3c293d871af331d536596b2c
2 changes: 1 addition & 1 deletion pure-docker/deploy-cadvisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo docker run --detach \
--volume=/dev/disk/:/dev/disk:ro \
--privileged \
--device=/dev/kmsg \
index.docker.io/sourcegraph/cadvisor:5.2.1@sha256:20faf42b401e342505d4e01578794d213c305dc5d0148da1d66229f904ccedbd \
index.docker.io/sourcegraph/cadvisor:5.2.2@sha256:20faf42b401e342505d4e01578794d213c305dc5d0148da1d66229f904ccedbd \
--port=8080

echo "Deployed cadvisor"
2 changes: 1 addition & 1 deletion pure-docker/deploy-codeinsights-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker run --detach \
-e POSTGRES_USER=postgres \
-e PGDATA=/var/lib/postgresql/data/pgdata \
-v $VOLUME:/var/lib/postgresql/data/ \
index.docker.io/sourcegraph/codeinsights-db:5.2.1@sha256:d303e745c487fd81a5b402f09ecc0b381bcb50122a49a4b6e6b76ba4483b43d9
index.docker.io/sourcegraph/codeinsights-db:5.2.2@sha256:6597c5a8f251b455bbbf02366606fa2e1818a4f0b916f3d5359505e30614ac17

# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
# but anything 12 and higher is supported.
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-codeintel-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker run --detach \
--memory=2g \
-e PGDATA=/var/lib/postgresql/data/pgdata \
-v $VOLUME:/var/lib/postgresql/data/ \
index.docker.io/sourcegraph/codeintel-db:5.2.1@sha256:01ce4a6813dabffd02c13eb4c8c5d6e09f425783eed29a85aedbdcdfed6c799c
index.docker.io/sourcegraph/codeintel-db:5.2.2@sha256:dbf2a9b4c715fc5b0ab9d0ea308e469dcef415078764e26d521dfd2e5d57329d

# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
# but anything 12 and higher is supported.
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-frontend-internal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ docker run --detach \
-e PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore \
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
-v $VOLUME:/mnt/cache \
index.docker.io/sourcegraph/frontend:5.2.1@sha256:d22b4c373b8b2d7a8d0c9592cc449272fd29ee57e397bfbb22c58c0efa000370
index.docker.io/sourcegraph/frontend:5.2.2@sha256:baede3692eb629d5f9fd61155246415b6927914f1dbb53ff7f8de34102fe7127

echo "Deployed sourcegraph-frontend-internal service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker run --detach \
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
-v $VOLUME:/mnt/cache \
-p 0.0.0.0:$((3080 + $1)):3080 \
index.docker.io/sourcegraph/frontend:5.2.1@sha256:d22b4c373b8b2d7a8d0c9592cc449272fd29ee57e397bfbb22c58c0efa000370
index.docker.io/sourcegraph/frontend:5.2.2@sha256:baede3692eb629d5f9fd61155246415b6927914f1dbb53ff7f8de34102fe7127

# Note: SRC_GIT_SERVERS, SEARCHER_URL, and SYMBOLS_URL are space-separated
# lists which each allow you to specify more container instances for scaling
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-github-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ docker run --detach \
-e GOMAXPROCS=1 \
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
index.docker.io/sourcegraph/github-proxy:5.2.1@sha256:0a61f8f676de47348d08187c870289c9cd60964d9a4b26c4994b4f76e4628604
index.docker.io/sourcegraph/github-proxy:5.2.2@sha256:aa0cab6c749019a27021f62a17aa830cc92a74b52e53ec3ff87ef88e05a3f356

echo "Deployed github-proxy service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-gitserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ docker run --detach \
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
-e 'GITHUB_BASE_URL=http://github-proxy:3180' \
-v $VOLUME:/data/repos \
index.docker.io/sourcegraph/gitserver:5.2.1@sha256:5b56aba16f867ceb3eb7a9bba02db5b88d5e550bc0851c95622bde62e299d7ef
index.docker.io/sourcegraph/gitserver:5.2.2@sha256:78f3a8b340276ed751a36a26b7804e7ce002593c9a2ecc470ea9b70a61e78950

echo "Deployed gitserver $1 service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker run --detach \
-v $VOLUME:/var/lib/grafana \
-v $(pwd)/../grafana/datasources:/sg_config_grafana/provisioning/datasources \
-v $(pwd)/../grafana/dashboards:/sg_grafana_additional_dashboards \
index.docker.io/sourcegraph/grafana:5.2.1@sha256:1c9b30dbfeca0a33623c6547b2ad14a612e27b1c0197d08f7a9206613f123ebf
index.docker.io/sourcegraph/grafana:5.2.2@sha256:14325fb3c4a11311654aa5fa8f3829dfd8ce257d15624671d424946e35c84dfb

# Add the following lines above if you wish to use an auth proxy with Grafana:
#
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-migrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker run --detach \
-e CODEINTEL_PGUSER=sg \
-e CODEINTEL_PGHOST=codeintel-db \
-e CODEINSIGHTS_PGDATASOURCE=postgres://postgres:password@codeinsights-db:5432/postgres \
index.docker.io/sourcegraph/migrator:5.2.1@sha256:283ed72b8757c9a4ed5136a88ab6dbf2904cbcea537f7778e8c6d5e4b2dd46e9 \
index.docker.io/sourcegraph/migrator:5.2.2@sha256:24eb266b0f73d65c2dd249c110a415a027f8992433f6c07f2578b14e329a1b4c \
up -db=all

echo "Deployed migrator service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-node-exporter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sudo docker run --detach \
--volume=/proc:/host/proc:ro \
--volume=/sys:/host/sys:ro \
-p 0.0.0.0:9100:9100 \
index.docker.io/sourcegraph/node-exporter:5.2.1@sha256:b49337f651bd25a954a017e73aa836ebbbd24e3362f87bde3d785da5d78a7ed8 \
index.docker.io/sourcegraph/node-exporter:5.2.2@sha256:b49337f651bd25a954a017e73aa836ebbbd24e3362f87bde3d785da5d78a7ed8 \
'--path.procfs=/host/proc' \
'--path.rootfs=/rootfs' \
'--path.sysfs=/host/sys' \
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-otel-collector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ docker run --detach \
--memory=1g \
-e JAEGER_HOST=jaeger \
-v $(pwd)/../otel-collector/config.yaml:/etc/otel-collector/config.yaml \
index.docker.io/sourcegraph/opentelemetry-collector:5.2.1@sha256:bb20362bbbd09049771285da8e52b43342d3582652bb36bea5c60d9ff6d94616 \
index.docker.io/sourcegraph/opentelemetry-collector:5.2.2@sha256:bb20362bbbd09049771285da8e52b43342d3582652bb36bea5c60d9ff6d94616 \
--config /etc/otel-collector/configs/logging.yaml
2 changes: 1 addition & 1 deletion pure-docker/deploy-pgsql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker run --detach \
--memory=2g \
-e PGDATA=/var/lib/postgresql/data/pgdata \
-v $VOLUME:/var/lib/postgresql/data/ \
index.docker.io/sourcegraph/postgres-12-alpine:5.2.1@sha256:01ce4a6813dabffd02c13eb4c8c5d6e09f425783eed29a85aedbdcdfed6c799c
index.docker.io/sourcegraph/postgres-12-alpine:5.2.2@sha256:dbf2a9b4c715fc5b0ab9d0ea308e469dcef415078764e26d521dfd2e5d57329d

# Sourcegraph requires PostgreSQL 12+. Generally newer versions are better,
# but anything 12 and higher is supported.
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-precise-code-intel-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ docker run --detach \
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
-e PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore \
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
index.docker.io/sourcegraph/precise-code-intel-worker:5.2.1@sha256:5c113c407072a2dbcd10dd3ca57e190a7fe01607b9951aadb483a411dbe82397
index.docker.io/sourcegraph/precise-code-intel-worker:5.2.2@sha256:267b544a8cd93728e03084b8a636ff16328c3f9ab5df34c052115fe3d7a4380f

echo "Deployed precise-code-intel-worker service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-prometheus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ docker run --detach \
-v $VOLUME:/prometheus \
-v $(pwd)/../prometheus:/sg_prometheus_add_ons \
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
index.docker.io/sourcegraph/prometheus:5.2.1@sha256:b0f295541b8451e13d5ed04f818e41ae6a294f8d3e95ae1edb796e16e9eef13d
index.docker.io/sourcegraph/prometheus:5.2.2@sha256:f53098ca1cca6d205b3705c43acf50e145113f4797ce8869161f9d1e5b341aef
2 changes: 1 addition & 1 deletion pure-docker/deploy-redis-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ docker run --detach \
--cpus=1 \
--memory=6g \
-v $VOLUME:/redis-data \
index.docker.io/sourcegraph/redis-cache:5.2.1@sha256:e2ceb4257b20fc04297ca8df7e130507b2eb3a60843d649dd34bf52518c9026b
index.docker.io/sourcegraph/redis-cache:5.2.2@sha256:e2ceb4257b20fc04297ca8df7e130507b2eb3a60843d649dd34bf52518c9026b

echo "Deployed redis-cache service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-redis-store.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ docker run --detach \
--cpus=1 \
--memory=6g \
-v $VOLUME:/redis-data \
index.docker.io/sourcegraph/redis-store:5.2.1@sha256:dae1f3689b3d5edce6b13d8818b58a0ba401737d6d42695cd73a11e77c121fae
index.docker.io/sourcegraph/redis-store:5.2.2@sha256:dae1f3689b3d5edce6b13d8818b58a0ba401737d6d42695cd73a11e77c121fae

echo "Deployed redis-store service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-repo-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ docker run --detach \
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
-e GITHUB_BASE_URL=http://github-proxy:3180 \
-v $VOLUME:/mnt/cache \
index.docker.io/sourcegraph/repo-updater:5.2.1@sha256:3e0b6b4ef13af5c4d335bf9e66db136b4a4cde63ab5e6036dec9afe84280cf63
index.docker.io/sourcegraph/repo-updater:5.2.2@sha256:e77c2d27df891bfe1ca1443c001d7b3b2a4b5e3489ed07f6e33c46e5577841e4

echo "Deployed repo-updater service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-searcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ docker run --detach \
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
-v $VOLUME:/mnt/cache \
index.docker.io/sourcegraph/searcher:5.2.1@sha256:33a46bc3586e8cbafb997e682df91d2212999082080ac073f73e041b442d2dd2
index.docker.io/sourcegraph/searcher:5.2.2@sha256:123c6b8c64321cf0bee1280b9d3b4b8511edd10e3cd0192db29dc47503555fc0

echo "Deployed searcher $1 service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-symbols.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ docker run --detach \
-e SRC_FRONTEND_INTERNAL=sourcegraph-frontend-internal:3090 \
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
-v $VOLUME:/mnt/cache \
index.docker.io/sourcegraph/symbols:5.2.1@sha256:b61b04005f449aa75a198cbef2b84f25a994db197a1a090adaba7084458f3574
index.docker.io/sourcegraph/symbols:5.2.2@sha256:0c0eda399632cbd81c6fbcd3ec20c3e4d1bf0711928a51d08ceaba0479a446de

echo "Deployed symbols $1 service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-syntect-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ docker run --detach \
--restart=always \
--cpus=4 \
--memory=6g \
index.docker.io/sourcegraph/syntax-highlighter:5.2.1@sha256:941948f471ddbbbc26fa54d29b4dc3578601a48e2063daa0fa10fe8cc8515c75
index.docker.io/sourcegraph/syntax-highlighter:5.2.2@sha256:941948f471ddbbbc26fa54d29b4dc3578601a48e2063daa0fa10fe8cc8515c75

echo "Deployed syntect-server service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ docker run --detach \
-e PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore \
-e PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000 \
-v $VOLUME:/mnt/cache \
index.docker.io/sourcegraph/worker:5.2.1@sha256:1aeacdbe64262b88e023eb83c875b0b10901d42aa19292b2594a06ee3e562b54
index.docker.io/sourcegraph/worker:5.2.2@sha256:4e434d22574448dc7b1bd4d2e2cf57880520278f8f33122583c3189e648ef217

echo "Deployed worker service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-zoekt-indexserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ docker run --detach \
-e 'OPENTELEMETRY_DISABLED=false' \
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
-v $VOLUME:/data/index \
index.docker.io/sourcegraph/search-indexer:5.2.1@sha256:f99345fb1c5e4f87020d47f8c9e946d8709b40eba6a07e2ec860f14a3a6a8970
index.docker.io/sourcegraph/search-indexer:5.2.2@sha256:388c68751516d9644b8bd15801001bb635e91d9c5d6e92326e396cabda3c8638

echo "Deployed zoekt-indexserver $1 service"
2 changes: 1 addition & 1 deletion pure-docker/deploy-zoekt-webserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ docker run --detach \
-e 'OPENTELEMETRY_DISABLED=false' \
-e 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317' \
-v $VOLUME:/data/index \
index.docker.io/sourcegraph/indexed-searcher:5.2.1@sha256:11ee5bc6d4aadc0ba5b092549866de76a3af5c4241d105e91c5981fc7ce1a93f
index.docker.io/sourcegraph/indexed-searcher:5.2.2@sha256:d78fcda14d045bf1843bfb2b98c585dabbb44f7fb1a26334f45acf1449f07f5a

echo "Deployed zoekt-webserver $1 service"

0 comments on commit 2e5544d

Please sign in to comment.