Skip to content

Commit da3bc8d

Browse files
committed
release_patch: v5.9.1590
{"version":"v5.9.1590","inputs":"server=v5.9.1590","type":"patch"}
1 parent c6cec7a commit da3bc8d

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.347@sha256:4f2a2c550f4cdfeca0d87cf607d75d356f3be6a32132fa88cdbb3e086ae6429a
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/cadvisor:5.9.1590@sha256:37a24350d4f884d64c369ab4aec255b50c516792b83c3b18bc57f88a273559df
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.347@sha256:91d0076d075a461d9ff977f9d32b2c7b7e453869ee38f36ab147f0f3fe347a3f
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/grafana:5.9.1590@sha256:50b1be9daffcaf307d39e5a0aa71cdf787415cffc647770f5ecca8c73a259368
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.347@sha256:5ab8468ff65c055abb7aaba15a8bca44f40835efa59117c734517779f4f8863c
33+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/jaeger-all-in-one:5.9.1590@sha256:f98ff07b2eae94badb20c4790e37bafc802a77b4eaa59dbc41f61a44bac1c0b4
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.347@sha256:43d70602b9f5a461fc6f137d743006605d18dab627b9961587fca499db721d7b
27+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/node-exporter:5.9.1590@sha256:0ded68fd1ff8d8e4b3c6c5894c3e9f67126179f7d8687a9fb69d166f22dd132f
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.347@sha256:78846526afae30eaebd0c598720f05490e64cc32534421357d2b40444bf56bfa
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:5.9.1590@sha256:ac1b566ead41b0263e91e10e1dc6077eeb7c1b21f2002dae345d9b8776308ed1
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.347@sha256:78846526afae30eaebd0c598720f05490e64cc32534421357d2b40444bf56bfa
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/opentelemetry-collector:5.9.1590@sha256:ac1b566ead41b0263e91e10e1dc6077eeb7c1b21f2002dae345d9b8776308ed1
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.347@sha256:4a7710ede3b1eccadc0b6364d61c66d8f9a5c4b5a4209313987529fa4e9ebda1
28+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/prometheus:5.9.1590@sha256:c0ef7879005c97e7d2d1df64dc45d21e18c8d41ca3311db7917d942ca3243705
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.347@sha256:aed5ade110f16b36237c040ffc787e73237e109f0b1341aaa608c44eae48004b
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/blobstore:5.9.1590@sha256:40ac81b2777782841fb86f6eb9513b1c2acf85565b4c3d180472f3f2501749c3
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.347@sha256:b4d78b475c4eb1fa4e592338bf619939d574b0ac7056df4d96533748c5c06560
29+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:5.9.1590@sha256:f40c3aad0be48f857584fc4797d8e14dd79c8120926d5c2933716fb303ba7b06
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/codeinsights-db:5.9.347@sha256:dfe1d4f308ae27baddf144ceb7249b653af6c6cdd731a82e3a36741a7a939e94
48+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/codeinsights-db:5.9.1590@sha256:05e75acbac45e55dfddc34c5e078226a4a306a4806c1c6c94e2d935f072121f0
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.347@sha256:5ae8e30dc827e30154ca1c0d309b476e0298b354e877fe95f71b4c5130d1da33
85+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.9.1590@sha256:63eb97b39c937efeb930c4fd4b06590075a26ae8fc6cc5379a645d0a044f3a6d
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.347@sha256:b4d78b475c4eb1fa4e592338bf619939d574b0ac7056df4d96533748c5c06560
30+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/alpine-3.14:5.9.1590@sha256:f40c3aad0be48f857584fc4797d8e14dd79c8120926d5c2933716fb303ba7b06
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/codeintel-db:5.9.347@sha256:98399050651d0d0ba169693c82f254ad1c160e28d3a16c42e1b82bbc7f0cb9e5
48+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/codeintel-db:5.9.1590@sha256:9aa4c4e6516b1cb64023a08b424a3418459e2c091569a07e96354c9aff252b6b
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.347@sha256:5ae8e30dc827e30154ca1c0d309b476e0298b354e877fe95f71b4c5130d1da33
90+
image: us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal/postgres_exporter:5.9.1590@sha256:63eb97b39c937efeb930c4fd4b06590075a26ae8fc6cc5379a645d0a044f3a6d
9191
terminationMessagePolicy: FallbackToLogsOnError
9292
name: pgsql-exporter
9393
ports:

0 commit comments

Comments
 (0)