Skip to content

Commit e7a10d8

Browse files
committed
Update Sourcegraph Docker insiders images
1 parent 5591f6a commit e7a10d8

File tree

49 files changed

+860
-960
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+860
-960
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:187572_2022-12-06_cbecc5321c7d@sha256:755748f2f9b00d8f70bd65349e85235585bdf1a663e26198c8eaf91dfd5636e1
29+
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:9be7ddfe2440b65cb0391b416f14cdcb210d4c26b0cf9bf937ddc75578a4282a
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:187572_2022-12-06_cbecc5321c7d@sha256:cf295a1dada50607a364390a54744dbc9142aa99b42c07f1bb623ca251639d2c
29+
image: index.docker.io/sourcegraph/grafana:insiders@sha256:12e56c6eb01b91b729e39e8ce6574fbe0f633df2e41103f7fab85a78e0602d8e
3030
terminationMessagePolicy: FallbackToLogsOnError
3131
ports:
3232
- containerPort: 3370

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:187572_2022-12-06_cbecc5321c7d@sha256:2d9dcdf0b2226f0c3d550a64d2667710265462350a3ba9ebe37d0302bc64af0f
27+
image: index.docker.io/sourcegraph/node-exporter:insiders@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80
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:187572_2022-12-06_cbecc5321c7d@sha256:113a84fcef33f06f7e529961d5eb64400488953b23ac07ea8a3d628db6789ef0
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:insiders@sha256:f16feb2fef76757786a22265628e93c67844e372eda9b4357d943a33c1dbb02c
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:187572_2022-12-06_cbecc5321c7d@sha256:113a84fcef33f06f7e529961d5eb64400488953b23ac07ea8a3d628db6789ef0
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:insiders@sha256:f16feb2fef76757786a22265628e93c67844e372eda9b4357d943a33c1dbb02c
3030
command:
3131
- "/bin/otelcol-sourcegraph"
3232
# To use a custom configuration, edit otel-collector.ConfigMap.yaml

base/monitoring/prometheus/prometheus.ConfigMap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ data:
4848
file_sd_configs:
4949
- files:
5050
- '/sg_prometheus_add_ons/*_targets.yml'
51-
5251
prometheus_targets.yml: |
5352
- labels:
5453
nodename: "sourcegraph-services"

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:187572_2022-12-06_cbecc5321c7d@sha256:2113ccab80409e995ee7ed9a3d386051f4ca73186375a3a0d7e3d55c90fa2007
28+
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:09656a16db539a073f7713caf6f2bb49568b23cf275dc8014bc24673725f8f44
2929
terminationMessagePolicy: FallbackToLogsOnError
3030
readinessProbe:
3131
httpGet:

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:187572_2022-12-06_cbecc5321c7d@sha256:8e57384c78a3b31cbe31d41656dbcbb8ee7279d96630a33936a2098afabb1317
29+
image: index.docker.io/sourcegraph/blobstore:insiders@sha256:3f6cfae4bc779051d8378ca38e897074b540928dcce0ae0ebe4fad2ab5411ac3
3030
livenessProbe:
3131
httpGet:
3232
path: /

base/sourcegraph/codeinsights-db/codeinsights-db.ConfigMap.yaml

Lines changed: 755 additions & 755 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,8 @@ spec:
2626
spec:
2727
initContainers:
2828
- name: correct-data-dir-permissions
29-
image: index.docker.io/sourcegraph/alpine-3.14:187572_2022-12-06_cbecc5321c7d@sha256:4d8085acb2267d94c2099be8265352ceef7095b245482b603569ad8cd7563a90
30-
command:
31-
[
32-
"sh",
33-
"-c",
34-
"if [ -d /var/lib/postgresql/data/pgdata ]; then chmod 750 /var/lib/postgresql/data/pgdata; fi",
35-
]
29+
image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9cba050c05ff060fa47d8f9268b7e18945346785eb3413dc295be9700531cca0
30+
command: ["sh", "-c", "if [ -d /var/lib/postgresql/data/pgdata ]; then chmod 750 /var/lib/postgresql/data/pgdata; fi"]
3631
volumeMounts:
3732
- mountPath: /var/lib/postgresql/data/
3833
name: disk
@@ -50,7 +45,7 @@ spec:
5045
runAsUser: 70
5146
containers:
5247
- name: codeinsights
53-
image: index.docker.io/sourcegraph/codeinsights-db:187572_2022-12-06_cbecc5321c7d@sha256:4dd89a1279e7d55ddcb5b570d0bb544422dd1ecb0e3662f23d22f9643837c2b5
48+
image: index.docker.io/sourcegraph/codeinsights-db:insiders@sha256:c6fd90c7e32980f82fa4c673d2ff6e00a09a175d7722689dc7c67213a0d4b9b9
5449
env:
5550
- name: POSTGRES_DB
5651
value: postgres
@@ -87,7 +82,7 @@ spec:
8782
value: postgres://postgres:@localhost:5432/?sslmode=disable
8883
- name: PG_EXPORTER_EXTEND_QUERY_PATH
8984
value: /config/code_insights_queries.yaml
90-
image: index.docker.io/sourcegraph/postgres_exporter:187572_2022-12-06_cbecc5321c7d@sha256:85d9ca134db535f0482e6e5cacf194ea118bf24d0fd52e36ba6714802d59c30a
85+
image: index.docker.io/sourcegraph/postgres_exporter:insiders@sha256:24c63bcdda14a936ac34494a7fdf744b4b365bd4d46d14f2b97362cb34c9c5f7
9186
terminationMessagePolicy: FallbackToLogsOnError
9287
name: pgsql-exporter
9388
ports:

0 commit comments

Comments
 (0)