Skip to content

Commit a7b70f5

Browse files
authored
(promote) release: build v6.2.1106 (#4459)
Test plan: automated release PR, CI will perform additional checks
1 parent ef0b0c8 commit a7b70f5

33 files changed

+44
-44
lines changed

base/blobstore/blobstore.Deployment.yaml

+1-1
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.11.0@sha256:a2059e87bc602a06f307a7510b6d5d908b6a1576b68b22c5a128666a1cf095be
29+
image: index.docker.io/sourcegraph/blobstore:6.2.1106@sha256:65cbbc111884633406d0917e772924adaa53e122f4d67354179b51812beabbec
3030
terminationMessagePolicy: FallbackToLogsOnError
3131
ports:
3232
- containerPort: 9000

base/cadvisor/cadvisor.DaemonSet.yaml

+1-1
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.11.0@sha256:a76fa53bfeb240cf02cc81ff969b6d6b3df41d1a798886f706df624602c061d7
29+
image: index.docker.io/sourcegraph/cadvisor:6.2.1106@sha256:eaaec7063b5d692c77d7cb1e7e624b1ce2441db106b9ed4a478521406ae8d5bf
3030
args:
3131
# Kubernetes-specific flags below (other flags are baked into the Docker image)
3232
#

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

+3-3
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.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
29+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
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:5.11.0@sha256:7ab7aef05358cae078db7418d1b0313383c79c29103ed9ee98a44c5ab03bb4b6
45+
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.2.1106@sha256:5946147e89c36775a1b03a005db4cdd6b557fd01efca70a90ad8f28eaf6f6749
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:5.11.0@sha256:00def8212b1f7e67ebcf8dc64d721aeab10e63311d5531a843b2f9658bd490c2
78+
image: index.docker.io/sourcegraph/postgres_exporter:6.2.1106@sha256:8b289f196018c54ead72552a02c3a29f14bf1e5e199065129f303db5d41aa653
7979
terminationMessagePolicy: FallbackToLogsOnError
8080
name: pgsql-exporter
8181
resources:

base/codeintel-db/codeintel-db.Deployment.yaml

+3-3
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.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
30+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
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:5.11.0@sha256:d9d6b98e9b3f027d625af1587e7658f7c16b68cad337440977953541321acdf1
46+
image: index.docker.io/sourcegraph/postgresql-16:6.2.1106@sha256:83bab9e63d9eaa7a9052e095af64983aab2c87fb11e6157f4f05fe95d8c22c32
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:5.11.0@sha256:00def8212b1f7e67ebcf8dc64d721aeab10e63311d5531a843b2f9658bd490c2
83+
image: index.docker.io/sourcegraph/postgres_exporter:6.2.1106@sha256:8b289f196018c54ead72552a02c3a29f14bf1e5e199065129f303db5d41aa653
8484
terminationMessagePolicy: FallbackToLogsOnError
8585
name: pgsql-exporter
8686
resources:

base/frontend/sourcegraph-frontend.Deployment.yaml

+2-2
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:5.11.0@sha256:481f62acafa0737c034ef145d77c03c6b40f052c27a71cbcb50e98dd224dd599
32+
image: index.docker.io/sourcegraph/migrator:6.2.1106@sha256:ece1a5718e04ed24c08d6729bf3a017e395fa961a232bbcb1193104914e0c476
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:5.11.0@sha256:10a085b3addda94387f4fdc735b1078fefbd8ae62617e29647134bdda9e7a616
66+
image: index.docker.io/sourcegraph/frontend:6.2.1106@sha256:025a8f66d15cc33cc155dbb995d111a29e65d5fe338a62df8fe4cf012db06788
6767
args:
6868
- serve
6969
env:

base/gitserver/gitserver.StatefulSet.yaml

+1-1
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:5.11.0@sha256:f7c4725afd1b27448472edca8b863983d095777e416bcf290f0611927c3be587
38+
image: index.docker.io/sourcegraph/gitserver:6.2.1106@sha256:386d08fa31656d91eda243211b8f3765e86891ba4c59b8d8f8c9675dc0154fee
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

+1-1
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.11.0@sha256:e134891fd28cb31c9537025b7632bad60f589500892e1e3531fef4d72ea899f2
29+
image: index.docker.io/sourcegraph/grafana:6.2.1106@sha256:d0abf7879ffd0153394a1d5e2951ac23bc4138cabc0f0fd6ed2fd9eded7be215
3030
terminationMessagePolicy: FallbackToLogsOnError
3131
ports:
3232
- containerPort: 3370

base/indexed-search/indexed-search.StatefulSet.yaml

+2-2
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:5.11.0@sha256:b396ec4491acaba6f48a06fbff7b60b6033d7a90994db776541512c6626961e2
36+
image: index.docker.io/sourcegraph/indexed-searcher:6.2.1106@sha256:8d65ad2ea2a5d96de2b97a1a44dba440c4ba86af8db23c347b9e2866a7e67f38
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:5.11.0@sha256:be44ee91e6d0986366c6895f7f56b4100b83242ba5df269736daf0651be0c721
70+
image: index.docker.io/sourcegraph/search-indexer:6.2.1106@sha256:5fa8876a85928f4df48c9d86cd010d5a7d14df2c7fe3d48e49b7f9ca5f7e54a0
7171
terminationMessagePolicy: FallbackToLogsOnError
7272
ports:
7373
- containerPort: 6072

base/node-exporter/node-exporter.DaemonSet.yaml

+1-1
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.11.0@sha256:e63d7353829d62fde4fb27084fdb2a0e49d5873e591e97430e3a2e83414e7edc
27+
image: index.docker.io/sourcegraph/node-exporter:6.2.1106@sha256:70f3e52fa04ae84cb865a4db9c9eacd4139e6988cc9775c3fac1e65063947661
2828
imagePullPolicy: IfNotPresent
2929
resources:
3030
limits:

base/otel-collector/otel-agent.DaemonSet.yaml

+1-1
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.11.0@sha256:a9514d76ad943d945b6aebae80c8cce97e5dd403dd6b28c52847903165a090eb
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:6.2.1106@sha256:7c748a36a25b165477f5633c2f92378c951d1f2310202b54da8725e97b4b77e4
3030
command:
3131
- "/bin/otelcol-sourcegraph"
3232
- "--config=/etc/otel-agent/config.yaml"

base/otel-collector/otel-collector.Deployment.yaml

+1-1
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.11.0@sha256:a9514d76ad943d945b6aebae80c8cce97e5dd403dd6b28c52847903165a090eb
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:6.2.1106@sha256:7c748a36a25b165477f5633c2f92378c951d1f2310202b54da8725e97b4b77e4
3030
command:
3131
- "/bin/otelcol-sourcegraph"
3232
# To use a custom configuration, edit otel-collector.ConfigMap.yaml

base/pgsql/pgsql.Deployment.yaml

+3-3
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.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
30+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
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
- env:
46-
image: index.docker.io/sourcegraph/postgresql-16:5.11.0@sha256:d9d6b98e9b3f027d625af1587e7658f7c16b68cad337440977953541321acdf1
46+
image: index.docker.io/sourcegraph/postgresql-16:6.2.1106@sha256:83bab9e63d9eaa7a9052e095af64983aab2c87fb11e6157f4f05fe95d8c22c32
4747
terminationMessagePolicy: FallbackToLogsOnError
4848
readinessProbe:
4949
exec:
@@ -83,7 +83,7 @@ spec:
8383
value: postgres://sg:@localhost:5432/?sslmode=disable
8484
- name: PG_EXPORTER_EXTEND_QUERY_PATH
8585
value: /config/queries.yaml
86-
image: index.docker.io/sourcegraph/postgres_exporter:5.11.0@sha256:00def8212b1f7e67ebcf8dc64d721aeab10e63311d5531a843b2f9658bd490c2
86+
image: index.docker.io/sourcegraph/postgres_exporter:6.2.1106@sha256:8b289f196018c54ead72552a02c3a29f14bf1e5e199065129f303db5d41aa653
8787
terminationMessagePolicy: FallbackToLogsOnError
8888
name: pgsql-exporter
8989
resources:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
fieldPath: status.hostIP
4747
- name: OTEL_EXPORTER_OTLP_ENDPOINT
4848
value: http://$(OTEL_AGENT_HOST):4317
49-
image: index.docker.io/sourcegraph/precise-code-intel-worker:5.11.0@sha256:db11c0fbb36487f0497c1cf0ff224c15176f15db6c138279a24b673546f19d76
49+
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.2.1106@sha256:f43dad61709c87c02bc0d3b43f1419529d76d0035362b5859b79a284191fcbe6
5050
terminationMessagePolicy: FallbackToLogsOnError
5151
livenessProbe:
5252
httpGet:

base/prometheus/prometheus.Deployment.yaml

+1-1
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.11.0@sha256:d1bb0664c0b9569c8c242a110d9103e65f97516876e165fd9964d1dc76df8df5
28+
image: index.docker.io/sourcegraph/prometheus:6.2.1106@sha256:9c0f2ad131654b2264736f34e7a291f69bfdf38c07bdc7e739ff58288d5898f7
2929
terminationMessagePolicy: FallbackToLogsOnError
3030
readinessProbe:
3131
httpGet:

base/redis/redis-cache.Deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
containers:
2828
- name: redis-cache
29-
image: index.docker.io/sourcegraph/redis-cache:5.11.0@sha256:7b5b650c34c4fad66dfcb76974f84375ce8c7a30b4d78fe946c060cba9e35c3a
29+
image: index.docker.io/sourcegraph/redis-cache:6.2.1106@sha256:57b3318d4587f66582bf9c02756c67460e6c3d809aa0763f30cac18609cdbecc
3030
terminationMessagePolicy: FallbackToLogsOnError
3131
livenessProbe:
3232
initialDelaySeconds: 30
@@ -66,7 +66,7 @@ spec:
6666
- mountPath: /redis-data
6767
name: redis-data
6868
- name: redis-exporter
69-
image: index.docker.io/sourcegraph/redis_exporter:5.11.0@sha256:b4eba53c4074184724cbeb1646255a094b21459a7dc1695952f52f4f708f90ba
69+
image: index.docker.io/sourcegraph/redis_exporter:6.2.1106@sha256:5974c85aae470ecd7c565862a16592887f4d111a28ef0e3bb1e400323540a397
7070
terminationMessagePolicy: FallbackToLogsOnError
7171
ports:
7272
- containerPort: 9121

base/redis/redis-store.Deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: redis-store
28-
image: index.docker.io/sourcegraph/redis-store:5.11.0@sha256:0edd8f047e794e8e2d0e2c66a895ce82721d05dcac5755c2c8f8a2a7d52ff9d9
28+
image: index.docker.io/sourcegraph/redis-store:6.2.1106@sha256:74ce6130fa0e11e4c853129f24bcba6a4044def3d18f86e389b3064ec2193175
2929
terminationMessagePolicy: FallbackToLogsOnError
3030
livenessProbe:
3131
initialDelaySeconds: 30
@@ -65,7 +65,7 @@ spec:
6565
- mountPath: /redis-data
6666
name: redis-data
6767
- name: redis-exporter
68-
image: index.docker.io/sourcegraph/redis_exporter:5.11.0@sha256:b4eba53c4074184724cbeb1646255a094b21459a7dc1695952f52f4f708f90ba
68+
image: index.docker.io/sourcegraph/redis_exporter:6.2.1106@sha256:5974c85aae470ecd7c565862a16592887f4d111a28ef0e3bb1e400323540a397
6969
terminationMessagePolicy: FallbackToLogsOnError
7070
ports:
7171
- containerPort: 9121

base/repo-updater/repo-updater.Deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
spec:
3030
containers:
3131
- name: repo-updater
32-
image: index.docker.io/sourcegraph/repo-updater:5.11.0@sha256:9d968d85348c29af369a0d57ada84743bc42af0ab98bf7e34cd964bd59ef646d
32+
image: index.docker.io/sourcegraph/repo-updater:6.2.1106@sha256:4a37051d8221e41e23c491334995dac1db3561c614344386856c9ac2dafab815
3333
env:
3434
# OTEL_AGENT_HOST must be defined before OTEL_EXPORTER_OTLP_ENDPOINT to substitute the node IP on which the DaemonSet pod instance runs in the latter variable
3535
- name: OTEL_AGENT_HOST

base/searcher/searcher.Deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
fieldPath: status.hostIP
5050
- name: OTEL_EXPORTER_OTLP_ENDPOINT
5151
value: http://$(OTEL_AGENT_HOST):4317
52-
image: index.docker.io/sourcegraph/searcher:5.11.0@sha256:86431b70074efc333e80cef1970feb0e6d5a4005d94d14ff792e67f111e2a7a3
52+
image: index.docker.io/sourcegraph/searcher:6.2.1106@sha256:026fca70bfe2f2a91e867877a01f962adf3948a1cc5512c216ec45a5e41f164b
5353
terminationMessagePolicy: FallbackToLogsOnError
5454
ports:
5555
- containerPort: 3181

base/symbols/symbols.Deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
fieldPath: status.hostIP
5050
- name: OTEL_EXPORTER_OTLP_ENDPOINT
5151
value: http://$(OTEL_AGENT_HOST):4317
52-
image: index.docker.io/sourcegraph/symbols:5.11.0@sha256:1ea4edee0f3ab0c5941f49d1de167402d3dd8066f5353f567e03c2f2463b361d
52+
image: index.docker.io/sourcegraph/symbols:6.2.1106@sha256:3a2e282d27d0669323532b7515fc0b76016b4e15c8049540382312a5563a7f1c
5353
terminationMessagePolicy: FallbackToLogsOnError
5454
livenessProbe:
5555
httpGet:

base/syntect-server/syntect-server.Deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
containers:
3030
- name: syntect-server
3131
env:
32-
image: index.docker.io/sourcegraph/syntax-highlighter:5.11.0@sha256:17025337faab10bfdff01a8d15b0b034ad922ed952663f5fd8fea3aebc8d57fd
32+
image: index.docker.io/sourcegraph/syntax-highlighter:6.2.1106@sha256:d44d14de2484019ee2a4f0c31d4000613fb299fc9447ec71f0e164224c176cd5
3333
terminationMessagePolicy: FallbackToLogsOnError
3434
livenessProbe:
3535
httpGet:

base/worker/worker.Deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
fieldPath: status.hostIP
4545
- name: OTEL_EXPORTER_OTLP_ENDPOINT
4646
value: http://$(OTEL_AGENT_HOST):4317
47-
image: index.docker.io/sourcegraph/worker:5.11.0@sha256:8558c808f22341951ee24d0aed0c9bddc23fc0dee496dc3d66aa149f9d72a3d5
47+
image: index.docker.io/sourcegraph/worker:6.2.1106@sha256:fd6be67ea22f842246dbe81f64a60db027e5202f0ce863a0be4a82b12f908620
4848
envFrom:
4949
- configMapRef:
5050
name: embeddings-backend

configure/executors/dind/executor.Deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: executor
31-
image: index.docker.io/sourcegraph/executor:5.11.0@sha256:5f9143aaafcfaa6ead1b934967ac04dc677661745d07d8abb2809295b5cfcff0
31+
image: index.docker.io/sourcegraph/executor:6.2.1106@sha256:1363cce32f2002594cad461380b223670e17de1f4466edee956a3404c7bbd172
3232
imagePullPolicy: Always
3333
livenessProbe:
3434
exec:
@@ -67,7 +67,7 @@ spec:
6767
- mountPath: /scratch
6868
name: executor-scratch
6969
- name: dind
70-
image: index.docker.io/sourcegraph/dind:5.11.0@sha256:bde747af002e8a359548c81ae51d9d3df95f59b9dfc3bb7f056b216f7f71148a
70+
image: index.docker.io/sourcegraph/dind:6.2.1106@sha256:c64b5efff14ccd82cd6957283b116ef195d374ec911ea7fe56787b93143810fd
7171
imagePullPolicy: Always
7272
securityContext:
7373
privileged: true

configure/executors/k8s/executor.Deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
serviceAccountName: executor
3030
containers:
3131
- name: executor
32-
image: index.docker.io/sourcegraph/executor-kubernetes:5.11.0@sha256:1a76824f721e56033df53c8478498737f7a4ca321422b7f053d47bf3a8cb54d4
32+
image: index.docker.io/sourcegraph/executor-kubernetes:6.2.1106@sha256:6b9967ae0a57ccd54bb85347929692f709f921880e1ee4366f5114d8d6f0b59c
3333
imagePullPolicy: Always
3434
livenessProbe:
3535
exec:

configure/migrator/migrator.Job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: migrator
15-
image: "index.docker.io/sourcegraph/migrator:5.11.0@sha256:481f62acafa0737c034ef145d77c03c6b40f052c27a71cbcb50e98dd224dd599"
15+
image: "index.docker.io/sourcegraph/migrator:6.2.1106@sha256:ece1a5718e04ed24c08d6729bf3a017e395fa961a232bbcb1193104914e0c476"
1616
args: ["up"]
1717
env:
1818
- name: PGHOST

overlays/jaeger/jaeger.Deployment.yaml

+1-1
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.11.0@sha256:9357cec3cfe720522b3f9b6b661bd003478c4b58d9462306be154068a71200da
33+
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.2.1106@sha256:c1ee8d613be75032066a9da24f54ebae19eacb63e42338e920abd6383ce168a6
3434
args: ["--memory.max-traces=20000", "--sampling.strategies-file=/etc/jaeger/sampling_strategies.json", "--collector.otlp.enabled"]
3535
ports:
3636
- containerPort: 5775

overlays/migrate-to-nonprivileged/blobstore/blobstore.Deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
spec:
88
initContainers:
99
- name: transfer-file-ownership
10-
image: index.docker.io/sourcegraph/alpine-3.14:5.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
10+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
1111
command: ["sh", "-c", "chown -R 100:101 /data"]
1212
volumeMounts:
1313
- mountPath: /data

overlays/migrate-to-nonprivileged/gitserver/gitserver.StatefulSet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
spec:
88
initContainers:
99
- name: transfer-file-ownership
10-
image: index.docker.io/sourcegraph/alpine-3.14:5.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
10+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
1111
command: ["sh", "-c", "if [[ \"$(stat -c '%u' /data/repos)\" -ne 100 ]]; then chown -R 100:101 /data/repos; fi"]
1212
volumeMounts:
1313
- mountPath: /data/repos

overlays/migrate-to-nonprivileged/grafana/grafana.StatefulSet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
spec:
88
initContainers:
99
- name: transfer-file-ownership
10-
image: index.docker.io/sourcegraph/alpine-3.14:5.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
10+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
1111
command: ["sh", "-c", "chown -R 472:472 /var/lib/grafana"]
1212
volumeMounts:
1313
- mountPath: /var/lib/grafana

overlays/migrate-to-nonprivileged/indexed-search/indexed-search.StatefulSet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
spec:
88
initContainers:
99
- name: transfer-file-ownership
10-
image: index.docker.io/sourcegraph/alpine-3.14:5.11.0@sha256:6f379faa21ec57a5b8dce5b63e1933d4227ca2042f6371ef24863bd68d7d6c19
10+
image: index.docker.io/sourcegraph/alpine-3.14:6.2.1106@sha256:9c9fef5b66e706103a6972feab18183f52c0efc8f1e2e32d8f4ffca196ef04fc
1111
command: ["sh", "-c", "chown -R 100:101 /data"]
1212
volumeMounts:
1313
- mountPath: /data

0 commit comments

Comments
 (0)