Skip to content
Closed
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:6.7.0@sha256:14ee928acd6a6c8250e1907d77e884fb8e2678f6e740fe15c39ffb7b3751501b
image: index.docker.io/sourcegraph/cadvisor:6.7.0@sha256:14ee928acd6a6c8250e1907d77e884fb8e2678f6e740fe15c39ffb7b3751501b
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:6.7.0@sha256:606f47623b860d5161a3f3bd53e39ecb2697975ccb190e87095d3622b46cac71
image: index.docker.io/sourcegraph/grafana:6.7.0@sha256:606f47623b860d5161a3f3bd53e39ecb2697975ccb190e87095d3622b46cac71
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:6.7.0@sha256:13cd15e41ca162476ed9b07971e6632cfb49811c5391aa1f81b802f60e6deb31
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.7.0@sha256:13cd15e41ca162476ed9b07971e6632cfb49811c5391aa1f81b802f60e6deb31
args: ["--memory.max-traces=20000", "--sampling.strategies-file=/etc/jaeger/sampling_strategies.json", "--collector.otlp.enabled"]
ports:
- containerPort: 5775
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:6.7.0@sha256:4a60e9e2527fc8cb4f748d2bf86e0dea5638ff3457ee1a63c90254d2f1614652
image: index.docker.io/sourcegraph/node-exporter:6.7.0@sha256:4a60e9e2527fc8cb4f748d2bf86e0dea5638ff3457ee1a63c90254d2f1614652
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:6.7.0@sha256:9300c3ad52efa9edd01d90e60c8874f9871611b394fb8c52a68d4359e5468c34
image: index.docker.io/sourcegraph/opentelemetry-collector:6.7.0@sha256:9300c3ad52efa9edd01d90e60c8874f9871611b394fb8c52a68d4359e5468c34
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:6.7.0@sha256:9300c3ad52efa9edd01d90e60c8874f9871611b394fb8c52a68d4359e5468c34
image: index.docker.io/sourcegraph/opentelemetry-collector:6.7.0@sha256:9300c3ad52efa9edd01d90e60c8874f9871611b394fb8c52a68d4359e5468c34
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:6.7.0@sha256:74b3905bec8e819ce97465077f0f91d64b0efb9e8bde0b4a23ceb4271381f43a
image: index.docker.io/sourcegraph/prometheus:6.7.0@sha256:74b3905bec8e819ce97465077f0f91d64b0efb9e8bde0b4a23ceb4271381f43a
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:6.7.0@sha256:6d7144b4be6e102b1e5217b5269207afe394d26256dab295e590456c93c08159
image: index.docker.io/sourcegraph/blobstore:6.7.0@sha256:6d7144b4be6e102b1e5217b5269207afe394d26256dab295e590456c93c08159
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:6.7.0@sha256:7de469ac00bf12f13f5740edc43ac11d3286121c5e283be9d098e93c60e31eca
image: index.docker.io/sourcegraph/alpine-3.14:6.7.0@sha256:7de469ac00bf12f13f5740edc43ac11d3286121c5e283be9d098e93c60e31eca
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:6.7.0@sha256:f4f4fddd105c5f55fb8ed2ce6cf27b58c3e910cd9b8cf8e6aa584d79ffef0541
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.7.0@sha256:f4f4fddd105c5f55fb8ed2ce6cf27b58c3e910cd9b8cf8e6aa584d79ffef0541
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:6.7.0@sha256:5ff45ae4848d1f7e52ab4f645749b7a95cd96a217a9962de756c363bdf5fe657
image: index.docker.io/sourcegraph/postgres_exporter:6.7.0@sha256:5ff45ae4848d1f7e52ab4f645749b7a95cd96a217a9962de756c363bdf5fe657
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:6.7.0@sha256:7de469ac00bf12f13f5740edc43ac11d3286121c5e283be9d098e93c60e31eca
image: index.docker.io/sourcegraph/alpine-3.14:6.7.0@sha256:7de469ac00bf12f13f5740edc43ac11d3286121c5e283be9d098e93c60e31eca
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:6.7.0@sha256:08d1f902ae39fe5ac2f692e782dfc01e5c434e3ca722502fff0d5f9eca16e3b8
image: index.docker.io/sourcegraph/postgresql-16:6.7.0@sha256:08d1f902ae39fe5ac2f692e782dfc01e5c434e3ca722502fff0d5f9eca16e3b8
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:6.7.0@sha256:5ff45ae4848d1f7e52ab4f645749b7a95cd96a217a9962de756c363bdf5fe657
image: index.docker.io/sourcegraph/postgres_exporter:6.7.0@sha256:5ff45ae4848d1f7e52ab4f645749b7a95cd96a217a9962de756c363bdf5fe657
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:6.7.0@sha256:a8d6ff4d8843b5aa371fb1ce2ca8f8c3878423382542e9fa9f7307f70b5c045d
image: index.docker.io/sourcegraph/migrator:6.7.0@sha256:a8d6ff4d8843b5aa371fb1ce2ca8f8c3878423382542e9fa9f7307f70b5c045d
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:6.7.0@sha256:1965043d95e98e7c7a99348e05b7dd729e8a0607ba031bc182c677475746ee56
image: index.docker.io/sourcegraph/frontend:6.7.0@sha256:1965043d95e98e7c7a99348e05b7dd729e8a0607ba031bc182c677475746ee56
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:6.7.0@sha256:29f7af5c1185343f03e98fe307ddd5c632b56106fd65cb8de166fb0668461194
image: index.docker.io/sourcegraph/gitserver:6.7.0@sha256:29f7af5c1185343f03e98fe307ddd5c632b56106fd65cb8de166fb0668461194
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:6.7.0@sha256:dbdebcfc86c5e761c6513815f86d4a2c6a83286143165a01a251e6e0a83d3758
image: index.docker.io/sourcegraph/indexed-searcher:6.7.0@sha256:dbdebcfc86c5e761c6513815f86d4a2c6a83286143165a01a251e6e0a83d3758
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:6.7.0@sha256:3c75252e729fb2247bfa0613f46e9bf2bf5c421c004c7c50eaf648bbcc6bbe2d
image: index.docker.io/sourcegraph/search-indexer:6.7.0@sha256:3c75252e729fb2247bfa0613f46e9bf2bf5c421c004c7c50eaf648bbcc6bbe2d
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:6.7.0@sha256:7de469ac00bf12f13f5740edc43ac11d3286121c5e283be9d098e93c60e31eca
image: index.docker.io/sourcegraph/alpine-3.14:6.7.0@sha256:7de469ac00bf12f13f5740edc43ac11d3286121c5e283be9d098e93c60e31eca
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:6.7.0@sha256:08d1f902ae39fe5ac2f692e782dfc01e5c434e3ca722502fff0d5f9eca16e3b8
image: index.docker.io/sourcegraph/postgresql-16:6.7.0@sha256:08d1f902ae39fe5ac2f692e782dfc01e5c434e3ca722502fff0d5f9eca16e3b8
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:6.7.0@sha256:5ff45ae4848d1f7e52ab4f645749b7a95cd96a217a9962de756c363bdf5fe657
image: index.docker.io/sourcegraph/postgres_exporter:6.7.0@sha256:5ff45ae4848d1f7e52ab4f645749b7a95cd96a217a9962de756c363bdf5fe657
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:6.7.0@sha256:ccd0ee7263e28a852f18e9f5bd4fa7b14db30931a4c8851899fb522aaecbf7c1
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.7.0@sha256:ccd0ee7263e28a852f18e9f5bd4fa7b14db30931a4c8851899fb522aaecbf7c1
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:6.7.0@sha256:a5ade3d3a9dc1b4c46e18d54d1e73056fd2e32ad32879b2e470b70b002c32759
image: index.docker.io/sourcegraph/redis-cache:6.7.0@sha256:a5ade3d3a9dc1b4c46e18d54d1e73056fd2e32ad32879b2e470b70b002c32759
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:6.7.0@sha256:7a318e99c73452506fb86d51ca37bd01856348aa3627a32e3c44b5a9a0442819
image: index.docker.io/sourcegraph/redis_exporter:6.7.0@sha256:7a318e99c73452506fb86d51ca37bd01856348aa3627a32e3c44b5a9a0442819
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:6.7.0@sha256:e79ee4053d71fdc63f0dd9a314c3ea397ef8f23b29654f67c72cb3e350da696a
image: index.docker.io/sourcegraph/redis-store:6.7.0@sha256:e79ee4053d71fdc63f0dd9a314c3ea397ef8f23b29654f67c72cb3e350da696a
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:6.7.0@sha256:7a318e99c73452506fb86d51ca37bd01856348aa3627a32e3c44b5a9a0442819
image: index.docker.io/sourcegraph/redis_exporter:6.7.0@sha256:7a318e99c73452506fb86d51ca37bd01856348aa3627a32e3c44b5a9a0442819
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:6.7.0@sha256:e020541a66432f2339121945928768f7d38c1d5c25729cd8da47759689dd6827
image: index.docker.io/sourcegraph/searcher:6.7.0@sha256:e020541a66432f2339121945928768f7d38c1d5c25729cd8da47759689dd6827
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:6.7.0@sha256:f1a60833a592e4d8cfa6870ba57f730657ec59ec47e3e109d2c8685ee23bac22
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.7.0@sha256:f1a60833a592e4d8cfa6870ba57f730657ec59ec47e3e109d2c8685ee23bac22
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:6.7.0@sha256:ed5b5db7395cb32208f78d64c80c799b31ed699f7d97736c97585b063ffa2bc5
image: index.docker.io/sourcegraph/syntax-highlighter:6.7.0@sha256:ed5b5db7395cb32208f78d64c80c799b31ed699f7d97736c97585b063ffa2bc5
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:6.7.0@sha256:e10583a6316bced932c07f6cf85e3216a42edf38af4dec43808170dea2a955d7
image: index.docker.io/sourcegraph/worker:6.7.0@sha256:e10583a6316bced932c07f6cf85e3216a42edf38af4dec43808170dea2a955d7
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:6.7.0@sha256:b618f106240e7a9991e6f1702dd2da7b380be77f2ceb2e7678a0c973d9d6e8dc
image: index.docker.io/sourcegraph/executor:6.7.0@sha256:b618f106240e7a9991e6f1702dd2da7b380be77f2ceb2e7678a0c973d9d6e8dc
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:6.7.0@sha256:8f391f94e253d8bf4fb255f86d6e0470956c2aae6f8ad94cbc527857320afe37
image: index.docker.io/sourcegraph/dind:6.7.0@sha256:8f391f94e253d8bf4fb255f86d6e0470956c2aae6f8ad94cbc527857320afe37
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:6.7.0@sha256:d11092a6b826709f328bc98d9a3fc66f06b635d95feeeb2e4c314a54f5418458
image: index.docker.io/sourcegraph/executor-kubernetes:6.7.0@sha256:d11092a6b826709f328bc98d9a3fc66f06b635d95feeeb2e4c314a54f5418458
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down
Loading