Skip to content

Commit 3ee68d6

Browse files
authored
publish 3.31.2 (sourcegraph#3891)
1 parent 190edcc commit 3ee68d6

18 files changed

+29
-29
lines changed

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:3.31.2@sha256:8069f4d6d6af39f259202561a03a43025bad82a56bd3216a1ceb1ff4fbd6fb8c
29+
image: index.docker.io/sourcegraph/cadvisor:3.31.2@sha256:a872eabfc5c10b7f9185df76885786d8988aae6235ce8cf32287bc8c6c577a96
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
containers:
2828
- name: timescaledb
29-
image: index.docker.io/sourcegraph/codeinsights-db:3.31.2@sha256:194706856d86277230a28fb47d40e506f18bda1693bebd10a14f5fb4a5d5199b
29+
image: index.docker.io/sourcegraph/codeinsights-db:3.31.2@sha256:912ba3900ab688b8ac23d8f7906e638160dda49c71490b8e3f69f04e81ffe8bf
3030
env:
3131
- name: POSTGRES_PASSWORD # Accessible by Sourcegraph applications on the network only, so password auth is not used.
3232
value: password

base/codeintel-db/codeintel-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.12:3.31.2@sha256:595a13a9941cffc51cd4fac534ddc3d314d01d0e3c5c9b96a2ebdaf5fc4487a2
29+
image: index.docker.io/sourcegraph/alpine-3.12:3.31.2@sha256:775d9ae7ec5a8f32c81ce634251f022f1bf63acd006ef8c6de936350d5c4df2e
3030
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
3131
volumeMounts:
3232
- mountPath: /data
@@ -42,7 +42,7 @@ spec:
4242
memory: "50Mi"
4343
containers:
4444
- name: pgsql
45-
image: index.docker.io/sourcegraph/codeintel-db:3.31.2@sha256:7b5ca5635549aecbc58c626e61e983d8a7b213804488ef8a4769f2240b8d97c9
45+
image: index.docker.io/sourcegraph/codeintel-db:3.31.2@sha256:308b7378e1653bbc55542943f492d80bc867e968f2a26cd1a44650f6daac1487
4646
terminationMessagePolicy: FallbackToLogsOnError
4747
readinessProbe:
4848
exec:
@@ -73,7 +73,7 @@ spec:
7373
value: postgres://sg:@localhost:5432/?sslmode=disable
7474
- name: PG_EXPORTER_EXTEND_QUERY_PATH
7575
value: /config/code_intel_queries.yaml
76-
image: index.docker.io/sourcegraph/postgres_exporter:3.31.2@sha256:9472a2ce2593e3b3d8226c9c3b434c6a95de858622ee1f79d7507a5f12af778e
76+
image: index.docker.io/sourcegraph/postgres_exporter:3.31.2@sha256:cc3cee7bdca7fe442244ff2df160ccad6971b62eb7ff253d00182b5f7afd9d5b
7777
terminationMessagePolicy: FallbackToLogsOnError
7878
name: pgsql-exporter
7979
resources:

base/frontend/sourcegraph-frontend.Deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: frontend
31-
image: index.docker.io/sourcegraph/frontend:3.31.2@sha256:f82223d843fc1422b914da3338d70a6b634793d43947ebe7a3b3403ea974d462
31+
image: index.docker.io/sourcegraph/frontend:3.31.2@sha256:c90d487dbfe943e25505bfd1100d97a7baf05c4191d4037e78d1c13e9b0632ce
3232
args:
3333
- serve
3434
env:
@@ -106,7 +106,7 @@ spec:
106106
- mountPath: /mnt/cache
107107
name: cache-ssd
108108
- name: jaeger-agent
109-
image: index.docker.io/sourcegraph/jaeger-agent:3.31.2@sha256:b9a29e34ea54387ec7b93e6a4170ae605d5f72bf4b9f001910f0f422c8286b05
109+
image: index.docker.io/sourcegraph/jaeger-agent:3.31.2@sha256:1ebaa18672037276930e7b743bd30ec930eba3d5b4657ce9e3b529d5d08a03c8
110110
env:
111111
- name: POD_NAME
112112
valueFrom:

base/github-proxy/github-proxy.Deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: github-proxy
31-
image: index.docker.io/sourcegraph/github-proxy:3.31.2@sha256:7d6f499abc0c345996378b683fcf747feae8c18a92a082203d199ddd48290f22
31+
image: index.docker.io/sourcegraph/github-proxy:3.31.2@sha256:ea8e45f35fe527452379aba7efb1cb76e4445da2c10ad4836197b5c91b0807a5
3232
terminationMessagePolicy: FallbackToLogsOnError
3333
ports:
3434
- containerPort: 3180
@@ -41,7 +41,7 @@ spec:
4141
cpu: 100m
4242
memory: 250M
4343
- name: jaeger-agent
44-
image: index.docker.io/sourcegraph/jaeger-agent:3.31.2@sha256:b9a29e34ea54387ec7b93e6a4170ae605d5f72bf4b9f001910f0f422c8286b05
44+
image: index.docker.io/sourcegraph/jaeger-agent:3.31.2@sha256:1ebaa18672037276930e7b743bd30ec930eba3d5b4657ce9e3b529d5d08a03c8
4545
env:
4646
- name: POD_NAME
4747
valueFrom:

base/gitserver/gitserver.StatefulSet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
containers:
2727
- name: gitserver
2828
args: ["run"]
29-
image: index.docker.io/sourcegraph/gitserver:3.31.2@sha256:1f45a7995f139ac132c548db1bedf1ee9e46587c226d51d5c2ef6aa6f5ce38b4
29+
image: index.docker.io/sourcegraph/gitserver:3.31.2@sha256:37f2915ec2b03ed350e3a3a54d6121ab9655777e3c9dd6aef14775c5ed35ccf2
3030
terminationMessagePolicy: FallbackToLogsOnError
3131
livenessProbe:
3232
initialDelaySeconds: 5
@@ -51,7 +51,7 @@ spec:
5151
# - mountPath: /root/.ssh
5252
# name: ssh
5353
- name: jaeger-agent
54-
image: index.docker.io/sourcegraph/jaeger-agent:3.31.2@sha256:b9a29e34ea54387ec7b93e6a4170ae605d5f72bf4b9f001910f0f422c8286b05
54+
image: index.docker.io/sourcegraph/jaeger-agent:3.31.2@sha256:1ebaa18672037276930e7b743bd30ec930eba3d5b4657ce9e3b529d5d08a03c8
5555
env:
5656
- name: POD_NAME
5757
valueFrom:

base/grafana/grafana.StatefulSet.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: grafana
28-
image: index.docker.io/sourcegraph/grafana:3.31.2@sha256:f8dba1a8822f54428f88ce1a2bb2a28de9624e8fc933a9c9127d94b27bebf7bd
28+
image: index.docker.io/sourcegraph/grafana:3.31.2@sha256:663806930b3722a1159241ad48462cc772583fdfa9d987bdb5e4b4bae0581c99
2929
terminationMessagePolicy: FallbackToLogsOnError
3030
ports:
3131
- containerPort: 3370

base/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:3.31.2@sha256:ed136efa4dff60bd360f78167c0b0434373bd3d3ebf7201c155909294c81d5ee
33+
image: index.docker.io/sourcegraph/jaeger-all-in-one:3.31.2@sha256:3f1dd10446b8bbe534a1225b099a73e53a36667722988c9be516aeda9e5e3786
3434
args: ["--memory.max-traces=20000"]
3535
ports:
3636
- containerPort: 5775

base/pgsql/pgsql.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.12:3.31.2@sha256:595a13a9941cffc51cd4fac534ddc3d314d01d0e3c5c9b96a2ebdaf5fc4487a2
29+
image: index.docker.io/sourcegraph/alpine-3.12:3.31.2@sha256:775d9ae7ec5a8f32c81ce634251f022f1bf63acd006ef8c6de936350d5c4df2e
3030
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
3131
volumeMounts:
3232
- mountPath: /data
@@ -42,7 +42,7 @@ spec:
4242
memory: "50Mi"
4343
containers:
4444
- env:
45-
image: index.docker.io/sourcegraph/postgres-12.6-alpine:3.31.2@sha256:671cccd5cd389261946d2dd5e0b9d079bc2541a7bf1495156c17f1ff76ddc416
45+
image: index.docker.io/sourcegraph/postgres-12.6-alpine:3.31.2@sha256:fa8ff1246441b3d8eb1d8efc6854e22087013a5ab0e9e7205fce604adbd8b106
4646
terminationMessagePolicy: FallbackToLogsOnError
4747
readinessProbe:
4848
exec:
@@ -76,7 +76,7 @@ spec:
7676
value: postgres://sg:@localhost:5432/?sslmode=disable
7777
- name: PG_EXPORTER_EXTEND_QUERY_PATH
7878
value: /config/queries.yaml
79-
image: index.docker.io/sourcegraph/postgres_exporter:3.31.2@sha256:9472a2ce2593e3b3d8226c9c3b434c6a95de858622ee1f79d7507a5f12af778e
79+
image: index.docker.io/sourcegraph/postgres_exporter:3.31.2@sha256:cc3cee7bdca7fe442244ff2df160ccad6971b62eb7ff253d00182b5f7afd9d5b
8080
terminationMessagePolicy: FallbackToLogsOnError
8181
name: pgsql-exporter
8282
resources:

base/precise-code-intel/worker.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
valueFrom:
3636
fieldRef:
3737
fieldPath: metadata.name
38-
image: index.docker.io/sourcegraph/precise-code-intel-worker:3.31.2@sha256:b1f1b38bc235b225ef8ca86cfaae02871a6c287d6e64d746eb7739e952a28669
38+
image: index.docker.io/sourcegraph/precise-code-intel-worker:3.31.2@sha256:b58d954e6e083752df24f66da99a39e0833c2bfd8cde8a06a9379aef1f84cfde
3939
terminationMessagePolicy: FallbackToLogsOnError
4040
livenessProbe:
4141
httpGet:

0 commit comments

Comments
 (0)