Skip to content

Commit 99f8e71

Browse files
release_minor: v5.10.0
{"version":"v5.10.0","inputs":"server=5.10.0","type":"minor"}
1 parent 444a3e6 commit 99f8e71

24 files changed

+35
-35
lines changed

base/monitoring/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:5.9.1590@sha256:406a3e6b0ca6384008be43c9b87c761c8e98737f2294af92bcaa2a35a563e63e
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/cadvisor:5.10.0@sha256:52538dacd447e43849922246c5fed380b836f68532df74cfd63d2785491ba930
3030
args:
3131
# Kubernetes-specific flags below (other flags are baked into the Docker image)
3232
#

base/monitoring/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:5.9.1590@sha256:ac4e6f2ab247165ee07314f8947d32a9df5bef4a24e73413b3b3664da870954f
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/grafana:5.10.0@sha256:96c215b9b7ccac31c20df414944cedf7658311e11e5baf90052f00e38c754b69
3030
terminationMessagePolicy: FallbackToLogsOnError
3131
ports:
3232
- containerPort: 3370

base/monitoring/jaeger/jaeger.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
spec:
3131
containers:
3232
- name: jaeger
33-
image: index.docker.io/sourcegraph/jaeger-all-in-one:5.9.1590@sha256:58bf91017d27e766374cfe4c4d526138fad5ca93944ae46aca1760fdbc7edf75
33+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/jaeger-all-in-one:5.10.0@sha256:32e63308e69590b6983144aaa2a66ef7e80393a6fa6419026bcff52bc07dea03
3434
args: ["--memory.max-traces=20000", "--sampling.strategies-file=/etc/jaeger/sampling_strategies.json", "--collector.otlp.enabled"]
3535
ports:
3636
- containerPort: 5775

base/monitoring/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:5.9.1590@sha256:5a7d2c0b90a86dfb852053e0af4b6b701606dc4e4f69b15411fe9d123198ff2b
27+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/node-exporter:5.10.0@sha256:8626ab8782707113249d8db8905c77c2c915e467acf08416a5843c3ee5a0a494
2828
imagePullPolicy: IfNotPresent
2929
resources:
3030
limits:

base/monitoring/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:5.9.1590@sha256:21eb71c47ee13f071e899fd16befd25357449da4fd279a0d0d000b59aa9e3057
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:5.10.0@sha256:752a4841d2418a26a925c18243d9daa2e399843f7158bddafb4676a2db900f65
3030
command:
3131
- "/bin/otelcol-sourcegraph"
3232
- "--config=/etc/otel-agent/config.yaml"

base/monitoring/otel-collector/otel-collector.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: otel-collector
29-
image: index.docker.io/sourcegraph/opentelemetry-collector:5.9.1590@sha256:21eb71c47ee13f071e899fd16befd25357449da4fd279a0d0d000b59aa9e3057
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:5.10.0@sha256:752a4841d2418a26a925c18243d9daa2e399843f7158bddafb4676a2db900f65
3030
command:
3131
- "/bin/otelcol-sourcegraph"
3232
# To use a custom configuration, edit otel-collector.ConfigMap.yaml

base/monitoring/prometheus/prometheus.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: prometheus
28-
image: index.docker.io/sourcegraph/prometheus:5.9.1590@sha256:c05d053c0a4faaf8f814996bb922fd74784cc6853dd23a33e4df61e56262ac44
28+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/prometheus:5.10.0@sha256:c964f93b7b70e43332c0ab74837009c788285a83fade7d72c0bbd115a090df36
2929
terminationMessagePolicy: FallbackToLogsOnError
3030
env:
3131
- name: SG_NAMESPACE

base/sourcegraph/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:5.9.1590@sha256:e0a170cbc4ecab83ed0471273c2632394a602dea1817e698affc72c14c7469ca
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/blobstore:5.10.0@sha256:713a3142f2b624c9db7d0aa1e9c93783e253ddec1c76b8be33522b384871c594
3030
livenessProbe:
3131
httpGet:
3232
path: /

base/sourcegraph/codeinsights-db/codeinsights-db.StatefulSet.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:5.9.1590@sha256:542e92925d9aa6d62f1f741e8422ef22f29a13b8cf96c2fce118af06eb882742
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:5.10.0@sha256:b064232610f660267155f3613f27c28b4afcf5e9af43c1b63ae597624c358d0c
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/
@@ -45,7 +45,7 @@ spec:
4545
runAsUser: 70
4646
containers:
4747
- name: codeinsights
48-
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:insiders
48+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16-codeinsights:5.10.0@sha256:dd049602bb0c291732b72b50aa7b6d523a59c81577ca257cc72b3cbc74eb95d5
4949
env:
5050
- name: POSTGRES_DB
5151
value: postgres
@@ -82,7 +82,7 @@ spec:
8282
value: postgres://postgres:@localhost:5432/?sslmode=disable
8383
- name: PG_EXPORTER_EXTEND_QUERY_PATH
8484
value: /config/code_insights_queries.yaml
85-
image: index.docker.io/sourcegraph/postgres_exporter:5.9.1590@sha256:ebf5dd7809ae10b617d497f71f430022f88dcab92b55fb4c58df60c43345ab34
85+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.10.0@sha256:0c606e6cc4ab19db4c4077852447baf5598e8d2f537e2fc97cdd4e995ad9ea9c
8686
terminationMessagePolicy: FallbackToLogsOnError
8787
name: pgsql-exporter
8888
ports:

base/sourcegraph/codeintel-db/codeintel-db.StatefulSet.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:5.9.1590@sha256:542e92925d9aa6d62f1f741e8422ef22f29a13b8cf96c2fce118af06eb882742
30+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:5.10.0@sha256:b064232610f660267155f3613f27c28b4afcf5e9af43c1b63ae597624c358d0c
3131
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
3232
volumeMounts:
3333
- mountPath: /data
@@ -45,7 +45,7 @@ spec:
4545
memory: "50Mi"
4646
containers:
4747
- name: pgsql
48-
image: index.docker.io/sourcegraph/postgresql-16:insiders
48+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgresql-16:5.10.0@sha256:2b1d8a876c683f5930684d74bdd32ea273b4d6d3b8ed128b16a926406157150d
4949
terminationMessagePolicy: FallbackToLogsOnError
5050
readinessProbe:
5151
exec:
@@ -87,7 +87,7 @@ spec:
8787
value: postgres://sg:@localhost:5432/?sslmode=disable
8888
- name: PG_EXPORTER_EXTEND_QUERY_PATH
8989
value: /config/code_intel_queries.yaml
90-
image: index.docker.io/sourcegraph/postgres_exporter:5.9.1590@sha256:ebf5dd7809ae10b617d497f71f430022f88dcab92b55fb4c58df60c43345ab34
90+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.10.0@sha256:0c606e6cc4ab19db4c4077852447baf5598e8d2f537e2fc97cdd4e995ad9ea9c
9191
terminationMessagePolicy: FallbackToLogsOnError
9292
name: pgsql-exporter
9393
ports:

0 commit comments

Comments
 (0)