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

Commit e37a5bc

Browse files
committed
promote-release: v5.11.6271
{"version":"v5.11.6271","inputs":"server=v5.11.6271","type":"patch"}
1 parent b72f8c9 commit e37a5bc

33 files changed

+44
-44
lines changed

base/blobstore/blobstore.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
containers:
2828
- name: blobstore
29-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/blobstore:5.11.6271@sha256:19e8b29e1d0d08be99cfb50ab98099f5e69b78b98093a415744659206f16e4b7
29+
image: index.docker.io/sourcegraph/blobstore:5.11.6271@sha256:663053a80d4e797de29bbe53cd1a29a24d41470154adc1728d303cc08a50b956
3030
terminationMessagePolicy: FallbackToLogsOnError
3131
ports:
3232
- containerPort: 9000

base/cadvisor/cadvisor.DaemonSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
serviceAccountName: cadvisor
2727
containers:
2828
- name: cadvisor
29-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/cadvisor:5.11.6271@sha256:8b305c95b1fea17355f4e03703e49df905e6602edf5e98785131cf96337171ef
29+
image: index.docker.io/sourcegraph/cadvisor:5.11.6271@sha256:9d33f17c14366bf8ee8c7f5d615ca1f7786cfce7ef3f225fb55bf618f34da063
3030
args:
3131
# Kubernetes-specific flags below (other flags are baked into the Docker image)
3232
#

base/codeinsights-db/codeinsights-db.Deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
initContainers:
2828
- name: correct-data-dir-permissions
29-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:5.11.6271@sha256:568d547fc462fa49d7bc43a4349c9b4527359856d103d233e05b1208ec21dafc
29+
image: index.docker.io/sourcegraph/alpine-3.14:5.11.6271@sha256:87134829ab435af8cb6905f9550e9b0a8eb7adb3d9f7b72c77485dd341515fc7
3030
command: ["sh", "-c", "if [ -d /var/lib/postgresql/data/pgdata ]; then chmod 750 /var/lib/postgresql/data/pgdata; fi"]
3131
volumeMounts:
3232
- mountPath: /var/lib/postgresql/data/
@@ -42,7 +42,7 @@ spec:
4242
memory: "50Mi"
4343
containers:
4444
- name: codeinsights
45-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16-codeinsights:5.11.6271@sha256:6640c8b33afcec56b76c5912a22ee12e6b0a73a9e94c768f0536bbd88c6d4eaf
45+
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:5.11.6271@sha256:8b343d5fb91718c5e58e709131c23b4035fab378b4425769dd85bf646ee7fa10
4646
env:
4747
- name: POSTGRES_DB
4848
value: postgres
@@ -75,7 +75,7 @@ spec:
7575
value: postgres://postgres:@localhost:5432/?sslmode=disable
7676
- name: PG_EXPORTER_EXTEND_QUERY_PATH
7777
value: /config/code_insights_queries.yaml
78-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.11.6271@sha256:2437cfff54ca59e6a921f5852b2b9c68c190fad6e066f62599fa8289ee60f140
78+
image: index.docker.io/sourcegraph/postgres_exporter:5.11.6271@sha256:061b52da427a2eadedebcf83d5778464248587210140898d3241fca201550ba8
7979
terminationMessagePolicy: FallbackToLogsOnError
8080
name: pgsql-exporter
8181
resources:

base/codeintel-db/codeintel-db.Deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
spec:
2828
initContainers:
2929
- name: correct-data-dir-permissions
30-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:5.11.6271@sha256:568d547fc462fa49d7bc43a4349c9b4527359856d103d233e05b1208ec21dafc
30+
image: index.docker.io/sourcegraph/alpine-3.14:5.11.6271@sha256:87134829ab435af8cb6905f9550e9b0a8eb7adb3d9f7b72c77485dd341515fc7
3131
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
3232
volumeMounts:
3333
- mountPath: /data
@@ -43,7 +43,7 @@ spec:
4343
memory: "50Mi"
4444
containers:
4545
- name: pgsql
46-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:5.11.6271@sha256:3953a11c023bd4f9b280a20d080a282b95970e88f0d25cb01f969c85739e155e
46+
image: index.docker.io/sourcegraph/postgresql-16:5.11.6271@sha256:57a9a9692e82c796772b54384c498afd635c9a5d9bb536d827a2cef03daf8aef
4747
terminationMessagePolicy: FallbackToLogsOnError
4848
readinessProbe:
4949
exec:
@@ -80,7 +80,7 @@ spec:
8080
value: postgres://sg:@localhost:5432/?sslmode=disable
8181
- name: PG_EXPORTER_EXTEND_QUERY_PATH
8282
value: /config/code_intel_queries.yaml
83-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.11.6271@sha256:2437cfff54ca59e6a921f5852b2b9c68c190fad6e066f62599fa8289ee60f140
83+
image: index.docker.io/sourcegraph/postgres_exporter:5.11.6271@sha256:061b52da427a2eadedebcf83d5778464248587210140898d3241fca201550ba8
8484
terminationMessagePolicy: FallbackToLogsOnError
8585
name: pgsql-exporter
8686
resources:

base/frontend/sourcegraph-frontend.Deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
spec:
3030
initContainers:
3131
- name: migrator
32-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/migrator:5.11.6271@sha256:b58c0f3ca2d2fcc879c864fc7c08ede6374bfd19b026744b7a6306c4342233e7
32+
image: index.docker.io/sourcegraph/migrator:5.11.6271@sha256:cbd753d962f3d06f317a72461b7c0db92b3f5f563375f7162d8cb19c7f270f05
3333
args: ["up"]
3434
resources:
3535
limits:
@@ -63,7 +63,7 @@ spec:
6363
value: sg
6464
containers:
6565
- name: frontend
66-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/frontend:5.11.6271@sha256:41050459145302d347ea93ca30d676cd7cb0be99091d2aba206014502a7b574a
66+
image: index.docker.io/sourcegraph/frontend:5.11.6271@sha256:41a6db8c6918c6b3c39b0eb697674b6bb243762d134d763a64a0f958d688f197
6767
args:
6868
- serve
6969
env:

base/gitserver/gitserver.StatefulSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
fieldPath: status.hostIP
3636
- name: OTEL_EXPORTER_OTLP_ENDPOINT
3737
value: http://$(OTEL_AGENT_HOST):4317
38-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/gitserver:5.11.6271@sha256:3406a8d118e5237277ab414697dccfee49418e4aea19958ba26afc86e588405f
38+
image: index.docker.io/sourcegraph/gitserver:5.11.6271@sha256:e27c7d3294b5d0532addecf5e213ba874f37f25fd2d4f138b07370af67cf39f9
3939
terminationMessagePolicy: FallbackToLogsOnError
4040
livenessProbe:
4141
initialDelaySeconds: 5

base/grafana/grafana.StatefulSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
containers:
2828
- name: grafana
29-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/grafana:5.11.6271@sha256:6581c52c1faa6409b1da99be69445017a8e6b0d4177585aa678e29d7fffec99c
29+
image: index.docker.io/sourcegraph/grafana:5.11.6271@sha256:f4a02c6df43a2dfe247e4c9f1ddec6ec4015b5f2e9eb9334d7e94b07f7514fe0
3030
terminationMessagePolicy: FallbackToLogsOnError
3131
ports:
3232
- containerPort: 3370

base/indexed-search/indexed-search.StatefulSet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
value: http://$(OTEL_AGENT_HOST):4317
3434
- name: OPENTELEMETRY_DISABLED
3535
value: "false"
36-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/indexed-searcher:5.11.6271@sha256:76031e75ea02fab656bf69f4200bc2dac7ce6b668b3a2b42d3f9b74f85bd4e36
36+
image: index.docker.io/sourcegraph/indexed-searcher:5.11.6271@sha256:7d2724255f6054ff0f5c1361e685c1d39488d9897ad517580ef94f9e207288a7
3737
terminationMessagePolicy: FallbackToLogsOnError
3838
ports:
3939
- containerPort: 6070
@@ -67,7 +67,7 @@ spec:
6767
value: http://$(OTEL_AGENT_HOST):4317
6868
- name: OPENTELEMETRY_DISABLED
6969
value: "false"
70-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/search-indexer:5.11.6271@sha256:4c5f9d12e211c0e02b7a7fc02797829f832c626f7c8d4df01e45961a0883698f
70+
image: index.docker.io/sourcegraph/search-indexer:5.11.6271@sha256:e0160c02d918ec14f80e9da777090dc4e5caf9713fcc37839bfeeb96e89e837b
7171
terminationMessagePolicy: FallbackToLogsOnError
7272
ports:
7373
- containerPort: 6072

base/node-exporter/node-exporter.DaemonSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
spec:
2525
containers:
2626
- name: node-exporter
27-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/node-exporter:5.11.6271@sha256:009b4eadde2929fc8f266131a6953d21424ed4d6d25432166ac6d45d3c21a822
27+
image: index.docker.io/sourcegraph/node-exporter:5.11.6271@sha256:4dd2a12710ebb779aa01b3fd825b190953ec1a35f06a8ace7ac0a8da2b5fb642
2828
imagePullPolicy: IfNotPresent
2929
resources:
3030
limits:

base/otel-collector/otel-agent.DaemonSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
containers:
2828
- name: otel-agent
29-
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:5.11.6271@sha256:7c1ea04babb088e1d38681f05d8c6f6617d536ef677972392fb339fbd273093f
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:5.11.6271@sha256:17e83cf66de6cc612e7cd272a01185d8a3e679a4994080cc7e2ffd9207d12a41
3030
command:
3131
- "/bin/otelcol-sourcegraph"
3232
- "--config=/etc/otel-agent/config.yaml"

0 commit comments

Comments
 (0)