Skip to content

Commit

Permalink
release: [email protected] (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
keegancsmith authored Jun 1, 2023
1 parent fa8c7c5 commit 8c8a60e
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 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.0.4@sha256:b0f5c38c10d4b85e59972b66141f56b2b7beeb9596f1d2fd4a75456300d0bed6
index.docker.io/sourcegraph/blobstore:5.0.5@sha256:4cda2a975d620cc8457040a42df5a34b2c84372f5966ab59e2f9e185c2358770
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.0.4@sha256:94f51075c7d5dfe9337d82648168f245b089f15ecb15b7804cf4953a8494e27a \
index.docker.io/sourcegraph/cadvisor:5.0.5@sha256:56a6e161b4a4fe53609058d2b3de6459d3eae89bda0903e1c64cf320e437f5bf \
--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.0.4@sha256:cd3844575a3930b9efb48734cd6d65dbf40c9a547a90306bc330182cac12ce2e
index.docker.io/sourcegraph/codeinsights-db:5.0.5@sha256:aab215b8f8fe85b84e70c526c55adb8b71cd70eedf7d6c0cf954f28dd540f900

# 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.0.4@sha256:be3269d3cdcd15976a5bde578b0363f8274a2fdab4acc94aa6a4a784df4015aa
index.docker.io/sourcegraph/codeintel-db:5.0.5@sha256:cf0ce2580ea1cdedd0b6bd570ea51c21ff4361b1a85b9346ca1c960e41f246ea

# 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-embeddings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ docker run --detach \
-e SRC_GIT_SERVERS="$(addresses "gitserver-" $NUM_GITSERVER ":3178")" \
-e 'EMBEDDINGS_UPLOAD_BACKEND=blobstore' \
-e 'EMBEDDINGS_UPLOAD_AWS_ENDPOINT=http://blobstore:9000' \
index.docker.io/sourcegraph/embeddings:5.0.4@sha256:4bff1c15e1ecf51d90a5f780312fc5da73148e862bef61e6593022801244124a
index.docker.io/sourcegraph/embeddings:5.0.5@sha256:09b92c6190aa495646a804847d0ad0dc24e884f40145f14c05230639d9d61cab

echo "Deployed embeddings service"
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.0.4@sha256:68868cce58a0c42116c3ed6106b7a2c0eacf5209c072136dfd1f8a34372a2e89
index.docker.io/sourcegraph/frontend:5.0.5@sha256:a06ada71c56059be91b7ba6d068c7ab68d783bfa80340a8153c06d5e5c83f533

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 @@ -45,7 +45,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.0.4@sha256:68868cce58a0c42116c3ed6106b7a2c0eacf5209c072136dfd1f8a34372a2e89
index.docker.io/sourcegraph/frontend:5.0.5@sha256:a06ada71c56059be91b7ba6d068c7ab68d783bfa80340a8153c06d5e5c83f533

# 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.0.4@sha256:70ab2dbe4cd5a0c6a9cd6fc39c258f0b8a693fe5a3657526c36d384dfb5b47ef
index.docker.io/sourcegraph/github-proxy:5.0.5@sha256:43805503c2a9e1b3aa13af31ea3ac392a136c50bac6d9e1e61fd359508dd6f7b

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.0.4@sha256:9b8770f03c96044d15e834378f37d3e1c5dcf038cfee164c1b0fcac877c62587
index.docker.io/sourcegraph/gitserver:5.0.5@sha256:628c6ffb903a45a9c0ed8155ef6b126ca6fd828bbe8499cc1da8e13673e0121f

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.0.4@sha256:1821c277d7f87bfa0c30ce64dc26673ea3b14842bec01b5b6269f1550e5f3998
index.docker.io/sourcegraph/grafana:5.0.5@sha256:8f7239baf29dd8efaaa44683667d13c38e81104bca52b8d845cf990c8518d8d3

# 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.0.4@sha256:46baf0caa8dde3bfe5b302158b595be9a4c8233cae83dccc18279d91157d39c4 \
index.docker.io/sourcegraph/migrator:5.0.5@sha256:b09f41c0235057ffbceac07ce874d001d7070e70697544051760c702599b3200 \
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.0.4@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80 \
index.docker.io/sourcegraph/node-exporter:5.0.5@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80 \
'--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.0.4@sha256:6744dad44fa845a17be6cb1867baee81b476349ec04f2434fbaf318212fe4de2 \
index.docker.io/sourcegraph/opentelemetry-collector:5.0.5@sha256:53b25687cae5fa69f43f2e743c589ddcbb87b56b7d5b54faa976056b5a30d532 \
--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.0.4@sha256:fb1e7da3632506cb69c5273016fc8814711aaf9488b3b5a11186afe540026eee
index.docker.io/sourcegraph/postgres-12-alpine:5.0.5@sha256:13a991968ff170b594b11d3aa536327c25347748ec919b253786f7d30c019fd9

# 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.0.4@sha256:1e9dcd90a573adc8f7f7d2819e57c4b03391faadcfe9c55cbec68df788521fc3
index.docker.io/sourcegraph/precise-code-intel-worker:5.0.5@sha256:ee5dbb2ccc65a75bb93980bc3b3a5953580d495a14b97a176a044f6c22e923df

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.0.4@sha256:b217c261e70c3079d116eb19f2bd3cc0f5f41b5aeb1857438526ae893d41edc0
index.docker.io/sourcegraph/prometheus:5.0.5@sha256:0020f365707448ce78924d74e51f65f5dbd81b90b6516c0db7652813c0273f7c
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.0.4@sha256:618b41a6df5dff8be8c222dcf21ee9df63ab675833dea52ce120c321c627d842
index.docker.io/sourcegraph/redis-cache:5.0.5@sha256:2c113bd24abd93cd92b9e9cea67ba0eaab65d93200f80dd46bc8c0154b36fd81

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.0.4@sha256:bb8f48c9897b5117b2a4430d7f9b77d815ba8b53f80e416d6349dea5493a32e5
index.docker.io/sourcegraph/redis-store:5.0.5@sha256:751b42fa97bee41381a5ca3fc11c28ac4bc90adf92023615477b90053d066a3a

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.0.4@sha256:6882cd038a13942d32bc92f2a40d0944a01b086ffd18823e87fa8b9011c2ea4f
index.docker.io/sourcegraph/repo-updater:5.0.5@sha256:c9a7f8b6c5a0702ae64ebe0569ebe7d3fe6ef0902811b01d30c9ae4e78b0bfad

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.0.4@sha256:8cbe84397f48e2c338e3ab20f62a8b18c856963317294f0205cf6d242d893d14
index.docker.io/sourcegraph/searcher:5.0.5@sha256:bc6ecdaf652b199cb513d71b727402cb50e17e6d30fcae46d96af2520eada61b

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.0.4@sha256:d5c8dc1c26d652c3d29874a260e603b5d75fed9a74d5cd35f0095255bea8c98d
index.docker.io/sourcegraph/symbols:5.0.5@sha256:0fb0e5919945bac2f3575125f0e7b8e1e479a9036979e3e7eb03e37e2422bb30

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.0.4@sha256:112ed32109029472b270bb24d335554902c110d8fe1d34d3980523012fd602b3
index.docker.io/sourcegraph/syntax-highlighter:5.0.5@sha256:38c3206247f7899f9c9edf16e847c4b79fda7b0ebaa20efddcc6fd4f8368d0e5

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 @@ -31,6 +31,6 @@ docker run --detach \
-e 'EMBEDDINGS_UPLOAD_BACKEND=blobstore' \
-e 'EMBEDDINGS_UPLOAD_AWS_ENDPOINT=http://blobstore:9000' \
-v $VOLUME:/mnt/cache \
index.docker.io/sourcegraph/worker:5.0.4@sha256:b0237c649dfb53f77429ad4cbb9000bf1b2d99a83453b8fe3300d9f04729aeea
index.docker.io/sourcegraph/worker:5.0.5@sha256:efa4d002f476f438ca231a435695e7393b9f60c7c4f88d09242873d416956e2c

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.0.4@sha256:11c8d1072b45f2f02fc5f0f55808f36aa92c3767e64a3b2a51d7361385bdbc4b
index.docker.io/sourcegraph/search-indexer:5.0.5@sha256:11c8d1072b45f2f02fc5f0f55808f36aa92c3767e64a3b2a51d7361385bdbc4b

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.0.4@sha256:af6cd9b199f321956896fa4be8e5e7bba981d850f9cfae30b191725ecc85adb5
index.docker.io/sourcegraph/indexed-searcher:5.0.5@sha256:af6cd9b199f321956896fa4be8e5e7bba981d850f9cfae30b191725ecc85adb5

echo "Deployed zoekt-webserver $1 service"

0 comments on commit 8c8a60e

Please sign in to comment.