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

Commit 2daed2e

Browse files
chore(deps): update sourcegraph docker insiders images
1 parent 7cc55bb commit 2daed2e

32 files changed

+43
-43
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: index.docker.io/sourcegraph/blobstore:6.2.1106@sha256:65cbbc111884633406d0917e772924adaa53e122f4d67354179b51812beabbec
29+
image: index.docker.io/sourcegraph/blobstore:6.3.0@sha256:46d2097f113864ef906e06672cfcdb026f6958ee3a7f61403babcfbab37aaf70
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: index.docker.io/sourcegraph/cadvisor:6.2.1106@sha256:eaaec7063b5d692c77d7cb1e7e624b1ce2441db106b9ed4a478521406ae8d5bf
29+
image: index.docker.io/sourcegraph/cadvisor:6.3.0@sha256:9db4e884ad006b747b631357a6c80d4ef999c7d1e476a71d66c23dc3fa8f32d9
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: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
29+
image: index.docker.io/sourcegraph/alpine-3.14:6.3.0@sha256:42b62172dabc671757e35938a824131d77c5bd0eb06bb758cd6b72ea88448b2c
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: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.2.1106@sha256:5946147e89c36775a1b03a005db4cdd6b557fd01efca70a90ad8f28eaf6f6749
45+
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.3.0@sha256:23bf25e8b671d1c24ca0961d77cfdbfc3d828bbbe51b36c285558501e0823ded
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: index.docker.io/sourcegraph/postgres_exporter:6.2.1106@sha256:8b289f196018c54ead72552a02c3a29f14bf1e5e199065129f303db5d41aa653
78+
image: index.docker.io/sourcegraph/postgres_exporter:6.3.0@sha256:543b1f120c89b5d574ea1fdb982a1a1a8b2cc83f3cd4e8d740f35a4e71f0a410
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: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
30+
image: index.docker.io/sourcegraph/alpine-3.14:6.3.0@sha256:42b62172dabc671757e35938a824131d77c5bd0eb06bb758cd6b72ea88448b2c
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: index.docker.io/sourcegraph/postgresql-16:6.2.1106@sha256:83bab9e63d9eaa7a9052e095af64983aab2c87fb11e6157f4f05fe95d8c22c32
46+
image: index.docker.io/sourcegraph/postgresql-16:6.3.0@sha256:69da23aa5fdcf1e2a0f8662fa705de36e20c28fc663a7f95bbc87b9bf42526ca
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: index.docker.io/sourcegraph/postgres_exporter:6.2.1106@sha256:8b289f196018c54ead72552a02c3a29f14bf1e5e199065129f303db5d41aa653
83+
image: index.docker.io/sourcegraph/postgres_exporter:6.3.0@sha256:543b1f120c89b5d574ea1fdb982a1a1a8b2cc83f3cd4e8d740f35a4e71f0a410
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: index.docker.io/sourcegraph/migrator:6.2.1106@sha256:ece1a5718e04ed24c08d6729bf3a017e395fa961a232bbcb1193104914e0c476
32+
image: index.docker.io/sourcegraph/migrator:6.3.0@sha256:37758eec0025661094c4409ccdd1d1dd8c0c2ad0fdc22e8469d715ad92aacb79
3333
args: ["up"]
3434
resources:
3535
limits:
@@ -63,7 +63,7 @@ spec:
6363
value: sg
6464
containers:
6565
- name: frontend
66-
image: index.docker.io/sourcegraph/frontend:6.2.1106@sha256:025a8f66d15cc33cc155dbb995d111a29e65d5fe338a62df8fe4cf012db06788
66+
image: index.docker.io/sourcegraph/frontend:6.3.0@sha256:8a8e6d0b35455f673a22eb6e80397d710f45aabb9316b90a6f8f7e4881a20708
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: index.docker.io/sourcegraph/gitserver:6.2.1106@sha256:386d08fa31656d91eda243211b8f3765e86891ba4c59b8d8f8c9675dc0154fee
38+
image: index.docker.io/sourcegraph/gitserver:6.3.0@sha256:e6d2167e14119f84eaed5c17fc31eac07d3d325283ef66c36d31174c9b01f26b
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: index.docker.io/sourcegraph/grafana:6.2.1106@sha256:d0abf7879ffd0153394a1d5e2951ac23bc4138cabc0f0fd6ed2fd9eded7be215
29+
image: index.docker.io/sourcegraph/grafana:6.3.3@sha256:2f68b9b1542e7d75459d983b606d2fdd1c11a75610464e3d7a6ced4f3ac474bf
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: index.docker.io/sourcegraph/indexed-searcher:6.2.1106@sha256:8d65ad2ea2a5d96de2b97a1a44dba440c4ba86af8db23c347b9e2866a7e67f38
36+
image: index.docker.io/sourcegraph/indexed-searcher:6.3.0@sha256:283d1f94759665020e89ab0999953e6678f4a8e21dc2614cbbe029f81f3477bf
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: index.docker.io/sourcegraph/search-indexer:6.2.1106@sha256:5fa8876a85928f4df48c9d86cd010d5a7d14df2c7fe3d48e49b7f9ca5f7e54a0
70+
image: index.docker.io/sourcegraph/search-indexer:6.3.0@sha256:f54edb2bf90572e1291d188fe785cc131780f412b2b3a9cbf4076f54414e6e2e
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: index.docker.io/sourcegraph/node-exporter:6.2.1106@sha256:70f3e52fa04ae84cb865a4db9c9eacd4139e6988cc9775c3fac1e65063947661
27+
image: index.docker.io/sourcegraph/node-exporter:6.3.0@sha256:259529e04f754a7b53b43c4a7a191638651bd416d8a77d01eff51b64b0d490d6
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: index.docker.io/sourcegraph/opentelemetry-collector:6.2.1106@sha256:7c748a36a25b165477f5633c2f92378c951d1f2310202b54da8725e97b4b77e4
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:6.3.0@sha256:55e9c93170093aafd4056f2d27b1c53b388888366eac726652b015d92b5fc185
3030
command:
3131
- "/bin/otelcol-sourcegraph"
3232
- "--config=/etc/otel-agent/config.yaml"

0 commit comments

Comments
 (0)