Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/monitoring/cadvisor/cadvisor.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: cadvisor
containers:
- name: cadvisor
image: us-docker.pkg.dev/sourcegraph-images/internal/cadvisor:7.4.0@sha256:6b296669a059bc2c061db8c3d8d1be177efeb2fbb1d1401beb4771f58e931cb2
image: index.docker.io/sourcegraph/cadvisor:7.4.0@sha256:6b296669a059bc2c061db8c3d8d1be177efeb2fbb1d1401beb4771f58e931cb2
args:
# Kubernetes-specific flags below (other flags are baked into the Docker image)
#
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/grafana/grafana.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: grafana
image: us-docker.pkg.dev/sourcegraph-images/internal/grafana:7.4.0@sha256:21af97e9bdbc6cd581bb1a6bb050d348e6f9db4de753df47f865ffcbf53a548f
image: index.docker.io/sourcegraph/grafana:7.4.0@sha256:21af97e9bdbc6cd581bb1a6bb050d348e6f9db4de753df47f865ffcbf53a548f
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3370
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/jaeger/jaeger.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: jaeger
image: us-docker.pkg.dev/sourcegraph-images/internal/jaeger-all-in-one:7.4.0@sha256:c2a05bc0b72f41905d96ea8f41ce469b7834f448c47c46007176af04f0233241
image: index.docker.io/sourcegraph/jaeger-all-in-one:7.4.0@sha256:c2a05bc0b72f41905d96ea8f41ce469b7834f448c47c46007176af04f0233241
args: ["--config=/etc/jaeger/jaeger-config.yaml"]
ports:
- containerPort: 5778
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/node-exporter/node-exporter.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: node-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/node-exporter:7.4.0@sha256:a1e1e39638883cd373e453c21d154dba5e46e75e9977cec603e02f162e73c9e6
image: index.docker.io/sourcegraph/node-exporter:7.4.0@sha256:a1e1e39638883cd373e453c21d154dba5e46e75e9977cec603e02f162e73c9e6
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/otel-collector/otel-agent.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: otel-agent
image: us-docker.pkg.dev/sourcegraph-images/internal/opentelemetry-collector:7.4.0@sha256:01f9d7710998117e9d6f94f37f7dd3936f1656669ab868c5acc3ea802330d569
image: index.docker.io/sourcegraph/opentelemetry-collector:7.4.0@sha256:01f9d7710998117e9d6f94f37f7dd3936f1656669ab868c5acc3ea802330d569
command:
- "/bin/otelcol-sourcegraph"
- "--config=/etc/otel-agent/config.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: otel-collector
image: us-docker.pkg.dev/sourcegraph-images/internal/opentelemetry-collector:7.4.0@sha256:01f9d7710998117e9d6f94f37f7dd3936f1656669ab868c5acc3ea802330d569
image: index.docker.io/sourcegraph/opentelemetry-collector:7.4.0@sha256:01f9d7710998117e9d6f94f37f7dd3936f1656669ab868c5acc3ea802330d569
command:
- "/bin/otelcol-sourcegraph"
# To use a custom configuration, edit otel-collector.ConfigMap.yaml
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/prometheus/prometheus.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: prometheus
image: us-docker.pkg.dev/sourcegraph-images/internal/prometheus:7.4.0@sha256:afa62897d9ae4bc679961b4e6428eca8bee6e0dce27c6f25d61d82c17df06118
image: index.docker.io/sourcegraph/prometheus:7.4.0@sha256:afa62897d9ae4bc679961b4e6428eca8bee6e0dce27c6f25d61d82c17df06118
terminationMessagePolicy: FallbackToLogsOnError
env:
- name: SG_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/blobstore/blobstore.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: blobstore
image: us-docker.pkg.dev/sourcegraph-images/internal/blobstore:7.4.0@sha256:910dace4e3f1c6b950833b11e6d7f0ab336ff23e69fed36bdea2950807748279
image: index.docker.io/sourcegraph/blobstore:7.4.0@sha256:910dace4e3f1c6b950833b11e6d7f0ab336ff23e69fed36bdea2950807748279
livenessProbe:
httpGet:
path: /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:7.4.0@sha256:27f6f5d7a0341f2e42ae68eea322144c1e0383480cfd0a7bf4b073e96bb210af
image: index.docker.io/sourcegraph/alpine-3.14:7.4.0@sha256:27f6f5d7a0341f2e42ae68eea322144c1e0383480cfd0a7bf4b073e96bb210af
command: ["sh", "-c", "if [ -d /var/lib/postgresql/data/pgdata ]; then chmod 750 /var/lib/postgresql/data/pgdata; fi"]
volumeMounts:
- mountPath: /var/lib/postgresql/data/
Expand All @@ -45,7 +45,7 @@ spec:
runAsUser: 70
containers:
- name: codeinsights
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16-codeinsights:7.4.0@sha256:720f1c72d3f11f8cb0c1125421726ad20a2c51c4772f3e053b5662f72961d46e
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:7.4.0@sha256:720f1c72d3f11f8cb0c1125421726ad20a2c51c4772f3e053b5662f72961d46e
env:
- name: POSTGRES_DB
value: postgres
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
value: postgres://postgres:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/code_insights_queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:7.4.0@sha256:60a3b1743e25a38e5e591c9ff2d29b6494a6be5d0dd12469bee84e739a496bbd
image: index.docker.io/sourcegraph/postgres_exporter:7.4.0@sha256:60a3b1743e25a38e5e591c9ff2d29b6494a6be5d0dd12469bee84e739a496bbd
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
6 changes: 3 additions & 3 deletions base/sourcegraph/codeintel-db/codeintel-db.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:7.4.0@sha256:27f6f5d7a0341f2e42ae68eea322144c1e0383480cfd0a7bf4b073e96bb210af
image: index.docker.io/sourcegraph/alpine-3.14:7.4.0@sha256:27f6f5d7a0341f2e42ae68eea322144c1e0383480cfd0a7bf4b073e96bb210af
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
volumeMounts:
- mountPath: /data
Expand All @@ -45,7 +45,7 @@ spec:
memory: "50Mi"
containers:
- name: pgsql
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16:7.4.0@sha256:c6432fbe312850c7c44688f085a4422f0540ea09595b474e531cf36943ea4caf
image: index.docker.io/sourcegraph/postgresql-16:7.4.0@sha256:c6432fbe312850c7c44688f085a4422f0540ea09595b474e531cf36943ea4caf
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
value: postgres://sg:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/code_intel_queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:7.4.0@sha256:60a3b1743e25a38e5e591c9ff2d29b6494a6be5d0dd12469bee84e739a496bbd
image: index.docker.io/sourcegraph/postgres_exporter:7.4.0@sha256:60a3b1743e25a38e5e591c9ff2d29b6494a6be5d0dd12469bee84e739a496bbd
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
initContainers:
- name: migrator
image: us-docker.pkg.dev/sourcegraph-images/internal/migrator:7.4.0@sha256:c691cad3b7fa783db2327457309acc40c4e111dee3a14bba9fecce775780c6fd
image: index.docker.io/sourcegraph/migrator:7.4.0@sha256:c691cad3b7fa783db2327457309acc40c4e111dee3a14bba9fecce775780c6fd
args: ["up"]
resources:
limits:
Expand All @@ -48,7 +48,7 @@ spec:
name: sourcegraph-frontend-env
containers:
- name: frontend
image: us-docker.pkg.dev/sourcegraph-images/internal/frontend:7.4.0@sha256:91434f9ac1b37fe6c7bd9b8546d20dd6c3b5f12fec8bfdcdc4f16c63f5d90bef
image: index.docker.io/sourcegraph/frontend:7.4.0@sha256:91434f9ac1b37fe6c7bd9b8546d20dd6c3b5f12fec8bfdcdc4f16c63f5d90bef
args:
- serve
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/gitserver/gitserver.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/gitserver:7.4.0@sha256:3263ce4dc34acd2e699c107e50491c7dd13938bbedf73fe249aeb93e94c6a9a6
image: index.docker.io/sourcegraph/gitserver:7.4.0@sha256:3263ce4dc34acd2e699c107e50491c7dd13938bbedf73fe249aeb93e94c6a9a6
terminationMessagePolicy: FallbackToLogsOnError
# Temporary: when migrating from repo names to repo IDs on disk,
# gitserver can take a little while to start up. To avoid killing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
value: http://$(OTEL_AGENT_HOST):4317
- name: OPENTELEMETRY_DISABLED
value: "false"
image: us-docker.pkg.dev/sourcegraph-images/internal/indexed-searcher:7.4.0@sha256:1726ad518c0eda1033dcf11a42292c2c36c6e5e40b1011b631b69d0a523d9cfd
image: index.docker.io/sourcegraph/indexed-searcher:7.4.0@sha256:1726ad518c0eda1033dcf11a42292c2c36c6e5e40b1011b631b69d0a523d9cfd
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6070
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
value: http://$(OTEL_AGENT_HOST):4317
- name: OPENTELEMETRY_DISABLED
value: "false"
image: us-docker.pkg.dev/sourcegraph-images/internal/search-indexer:7.4.0@sha256:ae936c17da10598018440a6d92b7f9f0276ee8492c4a1cd7f6984b49029de5ab
image: index.docker.io/sourcegraph/search-indexer:7.4.0@sha256:ae936c17da10598018440a6d92b7f9f0276ee8492c4a1cd7f6984b49029de5ab
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6072
Expand Down
6 changes: 3 additions & 3 deletions base/sourcegraph/pgsql/pgsql.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:7.4.0@sha256:27f6f5d7a0341f2e42ae68eea322144c1e0383480cfd0a7bf4b073e96bb210af
image: index.docker.io/sourcegraph/alpine-3.14:7.4.0@sha256:27f6f5d7a0341f2e42ae68eea322144c1e0383480cfd0a7bf4b073e96bb210af
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
volumeMounts:
- mountPath: /data
Expand All @@ -46,7 +46,7 @@ spec:
memory: "50Mi"
containers:
- name: pgsql
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16:7.4.0@sha256:c6432fbe312850c7c44688f085a4422f0540ea09595b474e531cf36943ea4caf
image: index.docker.io/sourcegraph/postgresql-16:7.4.0@sha256:c6432fbe312850c7c44688f085a4422f0540ea09595b474e531cf36943ea4caf
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
value: postgres://sg:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:7.4.0@sha256:60a3b1743e25a38e5e591c9ff2d29b6494a6be5d0dd12469bee84e739a496bbd
image: index.docker.io/sourcegraph/postgres_exporter:7.4.0@sha256:60a3b1743e25a38e5e591c9ff2d29b6494a6be5d0dd12469bee84e739a496bbd
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/precise-code-intel/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/precise-code-intel-worker:7.4.0@sha256:7c42692a653ceb5d243521699f151f2a258b4c255a52a1cd9949317750772738
image: index.docker.io/sourcegraph/precise-code-intel-worker:7.4.0@sha256:7c42692a653ceb5d243521699f151f2a258b4c255a52a1cd9949317750772738
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions base/sourcegraph/redis/redis-cache.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: redis-cache
image: us-docker.pkg.dev/sourcegraph-images/internal/redis-cache:7.4.0@sha256:173bacdc17d3d3a2ad6705a7ea6c51d23cd2eb2d9c30a6faa7136d68d8493da2
image: index.docker.io/sourcegraph/redis-cache:7.4.0@sha256:173bacdc17d3d3a2ad6705a7ea6c51d23cd2eb2d9c30a6faa7136d68d8493da2
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/redis_exporter:7.4.0@sha256:2fb7dd3bf72fee033a37e61d5813877fd036a01ce0f6ee11c2777ee87150c65c
image: index.docker.io/sourcegraph/redis_exporter:7.4.0@sha256:2fb7dd3bf72fee033a37e61d5813877fd036a01ce0f6ee11c2777ee87150c65c
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
4 changes: 2 additions & 2 deletions base/sourcegraph/redis/redis-store.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: redis-store
image: us-docker.pkg.dev/sourcegraph-images/internal/redis-store:7.4.0@sha256:d3388d01b1c108e9bb3bdc1888831ceeb1d7d48ea29d5bcab2e68f9f255e3717
image: index.docker.io/sourcegraph/redis-store:7.4.0@sha256:d3388d01b1c108e9bb3bdc1888831ceeb1d7d48ea29d5bcab2e68f9f255e3717
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/redis_exporter:7.4.0@sha256:2fb7dd3bf72fee033a37e61d5813877fd036a01ce0f6ee11c2777ee87150c65c
image: index.docker.io/sourcegraph/redis_exporter:7.4.0@sha256:2fb7dd3bf72fee033a37e61d5813877fd036a01ce0f6ee11c2777ee87150c65c
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/searcher/searcher.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/searcher:7.4.0@sha256:7b615118507ccfe2cca842eeb8f1275e62ffd9e040552ed0e84536c1ce8ddbc3
image: index.docker.io/sourcegraph/searcher:7.4.0@sha256:7b615118507ccfe2cca842eeb8f1275e62ffd9e040552ed0e84536c1ce8ddbc3
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3181
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: us-docker.pkg.dev/sourcegraph-images/internal/syntactic-code-intel-worker:7.4.0@sha256:3f4b16bd5cebfa7aa31f2e0994f5535f0189ccaa6f31eba9a19101f8db3c44b3
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:7.4.0@sha256:3f4b16bd5cebfa7aa31f2e0994f5535f0189ccaa6f31eba9a19101f8db3c44b3
terminationMessagePath: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
allowPrivilegeEscalation: false
runAsGroup: 101
runAsUser: 100
image: us-docker.pkg.dev/sourcegraph-images/internal/syntax-highlighter:7.4.0@sha256:a191f68feebdefd44618b8299b243b0c6b722144c9e70b922b23782d9ae7bbff
image: index.docker.io/sourcegraph/syntax-highlighter:7.4.0@sha256:a191f68feebdefd44618b8299b243b0c6b722144c9e70b922b23782d9ae7bbff
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/worker/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/worker:7.4.0@sha256:02f70bba45c2536b3fac8ce8181f8a0f45fb78382485811a5c08b29567a827f6
image: index.docker.io/sourcegraph/worker:7.4.0@sha256:02f70bba45c2536b3fac8ce8181f8a0f45fb78382485811a5c08b29567a827f6
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions components/executors/dind/executor.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: executor
image: us-docker.pkg.dev/sourcegraph-images/internal/executor:7.4.0@sha256:a8f752c98b3619cf6544550722b57685d03fc116adf78e1b23da071706dad590
image: index.docker.io/sourcegraph/executor:7.4.0@sha256:a8f752c98b3619cf6544550722b57685d03fc116adf78e1b23da071706dad590
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
- mountPath: /scratch
name: executor-scratch
- name: dind
image: us-docker.pkg.dev/sourcegraph-images/internal/dind:7.4.0@sha256:f3717710ddc348ebacbca549015d477568c5c502a4133bb2cbcea57e4cb720a5
image: index.docker.io/sourcegraph/dind:7.4.0@sha256:f3717710ddc348ebacbca549015d477568c5c502a4133bb2cbcea57e4cb720a5
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion components/executors/k8s/executor.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: executor
containers:
- name: executor
image: us-docker.pkg.dev/sourcegraph-images/internal/executor-kubernetes:7.4.0@sha256:430ac45ff5985688f1107edbc9c23a2eb111d099467ff4f9e42b3739138fdad4
image: index.docker.io/sourcegraph/executor-kubernetes:7.4.0@sha256:430ac45ff5985688f1107edbc9c23a2eb111d099467ff4f9e42b3739138fdad4
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down