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

Commit 8c8222a

Browse files
committed
promote-release: v6.2.3841
{"version":"v6.2.3841","inputs":"server=6.2.3841","type":"patch"}
1 parent 546295a commit 8c8222a

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:6.2.3841@sha256:1fd71b803c46fc1842089cc610d460182e713fda8fe973a18fc619a85ca2cabe
29+
image: index.docker.io/sourcegraph/blobstore:6.2.3841@sha256:f1cfa64f7a646450123aeb7612a86f0bde0e47181c299d740cad04ed310096bc
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:6.2.3841@sha256:9a30395f0657fe6f79f81fab54d2ac909063910f6010b30b654eef705c60c64b
29+
image: index.docker.io/sourcegraph/cadvisor:6.2.3841@sha256:a0cadcbdbb33ae9983d521adcd65059d951b807a7890215432166cea053e2fc1
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:6.2.3841@sha256:76506b9afc18c525002784d24003f8737ee3ee67fd92596f0403c704536def12
29+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.3841@sha256:0a603c2bd9c8cb82a82abc406d784b3a26ce2db8cfd064a421709b60421bc66e
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:6.2.3841@sha256:57abfb9ee0b6817e1091ce77e472f3819ca9770c20807347107cee2504102fa9
45+
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.2.3841@sha256:b356c0ecc80c98c2134915d70e8712bfe3c2535941e9f93bba83563da2ed434d
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:6.2.3841@sha256:ff6c9b130b5b7c429061a13c9f8b7a71eb1a21d42980a48c2993d06943afdbba
78+
image: index.docker.io/sourcegraph/postgres_exporter:6.2.3841@sha256:3bd4594230ce9b92bc79ab2958836519490cbfb7021bd6d18f9d1a7087baa7aa
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:6.2.3841@sha256:76506b9afc18c525002784d24003f8737ee3ee67fd92596f0403c704536def12
30+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.3841@sha256:0a603c2bd9c8cb82a82abc406d784b3a26ce2db8cfd064a421709b60421bc66e
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:6.2.3841@sha256:b02cca1de2e2dfa110a415e8603bb6a9ed949cadd47a63ff713f11c26c540448
46+
image: index.docker.io/sourcegraph/postgresql-16:6.2.3841@sha256:b3e15a2f0634cd3ee1aa2f6d9ca58e557eccc421f7908a25c53c0178eec843e9
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:6.2.3841@sha256:ff6c9b130b5b7c429061a13c9f8b7a71eb1a21d42980a48c2993d06943afdbba
83+
image: index.docker.io/sourcegraph/postgres_exporter:6.2.3841@sha256:3bd4594230ce9b92bc79ab2958836519490cbfb7021bd6d18f9d1a7087baa7aa
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:6.2.3841@sha256:c5ee41104eb2917e066b7984131a0e3caf62ea04bd64ae7eaeaa8b5ce1c11a61
32+
image: index.docker.io/sourcegraph/migrator:6.2.3841@sha256:1da10c899ceba41146ba7345798587aa4514f3f0fc3a0d83fb88b92993d46111
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:6.2.3841@sha256:e8763460aa9c312568263d6d42baa828120dc4948efd5ea6163e3962bdb9036a
66+
image: index.docker.io/sourcegraph/frontend:6.2.3841@sha256:89e8a961be6fd79d775ff38bfe712600b97d573fc757abd4095cdefcaabe13e4
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:6.2.3841@sha256:0981b345922f02dc2800be13e1da3208f0f2666f5d3da85fd93cd33bd8afe738
38+
image: index.docker.io/sourcegraph/gitserver:6.2.3841@sha256:421e87b0a883de938b132337bb9edb15773c3ee75979ba29bdbc814c362bef8d
3939
terminationMessagePolicy: FallbackToLogsOnError
4040
# Temporary: when migrating from repo names to repo IDs on disk,
4141
# gitserver can take a little while to start up. To avoid killing the

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:6.2.3841@sha256:6ce73d93dd248acf9ff0e1de9f6715a5f842e2b608e0f2805e20a0be23c5c88a
29+
image: index.docker.io/sourcegraph/grafana:6.2.3841@sha256:e9f11beb83750e93b028360537925c8e8dc182bdc72dd81e6a1f431371dde38f
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:6.2.3841@sha256:fab9cb78d440d08d17b54954f217e5a45677a1dd289eaf0a2c1cb86c8bee06f4
36+
image: index.docker.io/sourcegraph/indexed-searcher:6.2.3841@sha256:9e4962c820bd910067ed23e66d59993a5737dd45dd07bc89bbd75ec24cc17af3
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:6.2.3841@sha256:739e76fbe5c790919a25f246e0f1d6598cc0f78ed6f9f0b293a8146cd679af8b
70+
image: index.docker.io/sourcegraph/search-indexer:6.2.3841@sha256:29221df68e11ebc3e5b23959919b506dcf04fad4f8be50f8590420cb23a660c2
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:6.2.3841@sha256:b4272a7fdb91901337b494f6c070f5d74de5c2c03109a3b58e4c29f39de0ac0c
27+
image: index.docker.io/sourcegraph/node-exporter:6.2.3841@sha256:05ef080b21787a9c670ee0f9b3617005b36df2d70c7fb72181527b15709f70f9
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:6.2.3841@sha256:6b3a29ac0b21671be53fdce0c37409e98779ed6ad48b6a56ff8209b4ec6bf33c
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:6.2.3841@sha256:339fa7d8f01a84bac64b8c29d1a16418f1fd46ecc2d508eaf8ab62b1b265a00a
3030
command:
3131
- "/bin/otelcol-sourcegraph"
3232
- "--config=/etc/otel-agent/config.yaml"

0 commit comments

Comments
 (0)