Skip to content

Commit d26f43f

Browse files
committed
promote-release: v6.10.3349
{"version":"v6.10.3349","inputs":"server=6.10.3349","type":"patch"}
1 parent 9a0535c commit d26f43f

25 files changed

+46
-41
lines changed

.buildkite/pipeline.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,50 @@
11
steps:
22
- label: ":k8s:"
33
command: .buildkite/verify-yaml.sh
4-
agents: { queue: standard }
4+
agents: { queue: aspect-ubuntu-lts }
55

66
- label: ":k8s:"
77
command: .buildkite/verify-label.sh
8-
agents: { queue: standard }
8+
agents: { queue: aspect-ubuntu-lts }
99

1010
- label: ":k8s:"
1111
command: .buildkite/verify-rbac-labels.sh
12-
agents: { queue: standard }
12+
agents: { queue: aspect-ubuntu-lts }
1313

1414
- label: ":git: :sleuth_or_spy:"
1515
command: .buildkite/verify-release/verify-release.sh
16-
agents: { queue: standard }
16+
agents: { queue: aspect-ubuntu-lts }
1717

1818
- label: ":k8s: :sleuth_or_spy:"
1919
command: .buildkite/check-image-names.sh
20-
agents: { queue: standard }
20+
agents: { queue: aspect-ubuntu-lts }
2121

2222
- label: ":k8s:"
2323
command: .buildkite/verify-overlays.sh
24-
agents: { queue: standard }
24+
agents: { queue: aspect-ubuntu-lts }
2525

2626
# Please keep in mind that the release manifest uses specific branch names when creating releases.
2727
# Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing
2828
# with, please update this file as well.
2929
- label: "(internal) Release: test"
3030
if: build.branch =~ /^internal\/release-.*/
31+
agents: { queue: aspect-ubuntu-lts }
3132
plugins:
3233
- ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
3334
command: |
3435
sg release run test --workdir=. --config-from-commit
3536
3637
- label: "(promote) Release: test"
3738
if: build.branch =~ /^promote\/release-.*/
39+
agents: { queue: aspect-ubuntu-lts }
3840
plugins:
3941
- ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
4042
command: |
4143
sg release run test --workdir=. --config-from-commit
4244
4345
- label: "Release: test"
4446
if: "build.branch =~ /^wip_/"
47+
agents: { queue: aspect-ubuntu-lts }
4548
plugins:
4649
- ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
4750
command: |
@@ -51,13 +54,15 @@ steps:
5154

5255
- label: "(internal) Release: finalize"
5356
if: build.branch =~ /^internal\/release-.*/
57+
agents: { queue: aspect-ubuntu-lts }
5458
plugins:
5559
- ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
5660
command: |
5761
sg release run internal finalize --workdir=. --config-from-commit
5862
5963
- label: "(promote) Release: finalize"
6064
if: build.branch =~ /^promote\/release-.*/
65+
agents: { queue: aspect-ubuntu-lts }
6166
plugins:
6267
- ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
6368
command: |

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: us-docker.pkg.dev/sourcegraph-images/internal/cadvisor:6.10.3349@sha256:d461f5c137a42ce273efb57bf2d53b67b78bcdac97d50494d78a2611fdf2cc88
29+
image: index.docker.io/sourcegraph/cadvisor:6.10.3349@sha256:d461f5c137a42ce273efb57bf2d53b67b78bcdac97d50494d78a2611fdf2cc88
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: us-docker.pkg.dev/sourcegraph-images/internal/grafana:6.10.3349@sha256:6b2caf578836faa123bb0c7f54d5c5550565ae305b69ffd2489a712b01c7a7fd
29+
image: index.docker.io/sourcegraph/grafana:6.10.3349@sha256:6b2caf578836faa123bb0c7f54d5c5550565ae305b69ffd2489a712b01c7a7fd
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: us-docker.pkg.dev/sourcegraph-images/internal/jaeger-all-in-one:6.10.3349@sha256:4313232cd8c8080548fbc6af780621315f2a0a1701f9fdf92c10cbd612695eca
33+
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.10.3349@sha256:4313232cd8c8080548fbc6af780621315f2a0a1701f9fdf92c10cbd612695eca
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: us-docker.pkg.dev/sourcegraph-images/internal/node-exporter:6.10.3349@sha256:d2dafdcea495efea3e4e12ac6824296bef8dd7ae034be5b456fc1e352aea0f62
27+
image: index.docker.io/sourcegraph/node-exporter:6.10.3349@sha256:d2dafdcea495efea3e4e12ac6824296bef8dd7ae034be5b456fc1e352aea0f62
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: us-docker.pkg.dev/sourcegraph-images/internal/opentelemetry-collector:6.10.3349@sha256:891be38be8856bf37e27d43ae7882a1bb80bb8a4d8c79d1a3a99946a7086fc9a
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:6.10.3349@sha256:891be38be8856bf37e27d43ae7882a1bb80bb8a4d8c79d1a3a99946a7086fc9a
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: us-docker.pkg.dev/sourcegraph-images/internal/opentelemetry-collector:6.10.3349@sha256:891be38be8856bf37e27d43ae7882a1bb80bb8a4d8c79d1a3a99946a7086fc9a
29+
image: index.docker.io/sourcegraph/opentelemetry-collector:6.10.3349@sha256:891be38be8856bf37e27d43ae7882a1bb80bb8a4d8c79d1a3a99946a7086fc9a
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: us-docker.pkg.dev/sourcegraph-images/internal/prometheus:6.10.3349@sha256:7834208596fb533ed9e7aab8dcbfbdb905a3f67306570e97ea9fbeb7c0753a94
28+
image: index.docker.io/sourcegraph/prometheus:6.10.3349@sha256:7834208596fb533ed9e7aab8dcbfbdb905a3f67306570e97ea9fbeb7c0753a94
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: us-docker.pkg.dev/sourcegraph-images/internal/blobstore:6.10.3349@sha256:6f9aa60789399bf367fdf2d3a0e7e4f18f12801d065e9abc57297f74c9c0989b
29+
image: index.docker.io/sourcegraph/blobstore:6.10.3349@sha256:6f9aa60789399bf367fdf2d3a0e7e4f18f12801d065e9abc57297f74c9c0989b
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: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:6.10.3349@sha256:6b68e1093933ff1ba02b9743d5957cd124589dc4ec3e38fd8de2cca75da33575
29+
image: index.docker.io/sourcegraph/alpine-3.14:6.10.3349@sha256:6b68e1093933ff1ba02b9743d5957cd124589dc4ec3e38fd8de2cca75da33575
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: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16-codeinsights:6.10.3349@sha256:50cf9174e863152f6238508212c17622fc7eeb5f95e339e942d3b1b9831bd164
48+
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.10.3349@sha256:50cf9174e863152f6238508212c17622fc7eeb5f95e339e942d3b1b9831bd164
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: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:6.10.3349@sha256:b9c352165b5b4cbe3788628e4de66c168661f35952fe40ba56f1743b4ae944e5
85+
image: index.docker.io/sourcegraph/postgres_exporter:6.10.3349@sha256:b9c352165b5b4cbe3788628e4de66c168661f35952fe40ba56f1743b4ae944e5
8686
terminationMessagePolicy: FallbackToLogsOnError
8787
name: pgsql-exporter
8888
ports:

0 commit comments

Comments
 (0)