From 4923add8f29623f82d52910674ec117653e7f484 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:13:41 -0500 Subject: [PATCH] Update Sourcegraph Docker insiders images (#4172) --- base/cadvisor/cadvisor.DaemonSet.yaml | 2 +- base/codeinsights-db/codeinsights-db.Deployment.yaml | 6 +++--- base/codeintel-db/codeintel-db.Deployment.yaml | 6 +++--- base/frontend/sourcegraph-frontend.Deployment.yaml | 4 ++-- base/github-proxy/github-proxy.Deployment.yaml | 2 +- base/gitserver/gitserver.StatefulSet.yaml | 2 +- base/grafana/grafana.StatefulSet.yaml | 2 +- base/indexed-search/indexed-search.StatefulSet.yaml | 4 ++-- base/minio/minio.Deployment.yaml | 2 +- base/otel-collector/otel-agent.DaemonSet.yaml | 2 +- base/otel-collector/otel-collector.Deployment.yaml | 2 +- base/pgsql/pgsql.Deployment.yaml | 4 ++-- base/precise-code-intel/worker.Deployment.yaml | 2 +- base/prometheus/prometheus.Deployment.yaml | 2 +- base/redis/redis-cache.Deployment.yaml | 2 +- base/redis/redis-store.Deployment.yaml | 2 +- base/repo-updater/repo-updater.Deployment.yaml | 2 +- base/searcher/searcher.Deployment.yaml | 2 +- base/symbols/symbols.Deployment.yaml | 2 +- base/syntect-server/syntect-server.Deployment.yaml | 2 +- base/worker/worker.Deployment.yaml | 2 +- configure/migrator/migrator.Job.yaml | 2 +- overlays/jaeger/jaeger.Deployment.yaml | 2 +- .../gitserver/gitserver.StatefulSet.yaml | 2 +- .../grafana/grafana.StatefulSet.yaml | 2 +- .../indexed-search/indexed-search.StatefulSet.yaml | 2 +- .../migrate-to-nonprivileged/minio/minio.Deployment.yaml | 2 +- .../prometheus/prometheus.Deployment.yaml | 2 +- .../redis/redis-cache.Deployment.yaml | 2 +- .../redis/redis-store.Deployment.yaml | 2 +- .../searcher/searcher.Deployment.yaml | 2 +- 31 files changed, 38 insertions(+), 38 deletions(-) diff --git a/base/cadvisor/cadvisor.DaemonSet.yaml b/base/cadvisor/cadvisor.DaemonSet.yaml index 8cc585f5c74b..9e5dc408c43f 100644 --- a/base/cadvisor/cadvisor.DaemonSet.yaml +++ b/base/cadvisor/cadvisor.DaemonSet.yaml @@ -26,7 +26,7 @@ spec: serviceAccountName: cadvisor containers: - name: cadvisor - image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:29b5b958c1caa578a03e3e9e2131cd13825d007a931c7bbf0665c1b658627977 + image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:48516577913be62d98a52d33f0490989c8a63ab285c25f79b9686abc372234f4 args: # Kubernetes-specific flags below (other flags are baked into the Docker image) # diff --git a/base/codeinsights-db/codeinsights-db.Deployment.yaml b/base/codeinsights-db/codeinsights-db.Deployment.yaml index 98e5b9e72297..45ba5e80a8c3 100644 --- a/base/codeinsights-db/codeinsights-db.Deployment.yaml +++ b/base/codeinsights-db/codeinsights-db.Deployment.yaml @@ -26,7 +26,7 @@ spec: spec: initContainers: - name: correct-data-dir-permissions - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:819359e825ec2bcc0c9630edd6ee3536e9e67b431a011bc278f35c15095640cf + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad 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/ @@ -42,7 +42,7 @@ spec: memory: "50Mi" containers: - name: codeinsights - image: index.docker.io/sourcegraph/codeinsights-db:insiders@sha256:97d5e631c978275aed8222eb01bcc6b426f4d86c8b3a9a756b2af9765ddade6a + image: index.docker.io/sourcegraph/codeinsights-db:insiders@sha256:99967b478190da99b8782184e9faba9879c959a719563c191a521906a7e75aaa env: - name: POSTGRES_DB value: postgres @@ -75,7 +75,7 @@ spec: value: postgres://postgres:@localhost:5432/?sslmode=disable - name: PG_EXPORTER_EXTEND_QUERY_PATH value: /config/code_insights_queries.yaml - image: index.docker.io/sourcegraph/postgres_exporter:insiders@sha256:303946048230a3c4f8f0bf9cafbceb4f9802fe96fa4e0f0ae6c53235077ae4eb + image: index.docker.io/sourcegraph/postgres_exporter:insiders@sha256:ab15b9a482a4f78720a5ba0f01c895175897e09671cfa225dd6ff7c03780851d terminationMessagePolicy: FallbackToLogsOnError name: pgsql-exporter resources: diff --git a/base/codeintel-db/codeintel-db.Deployment.yaml b/base/codeintel-db/codeintel-db.Deployment.yaml index ef46c7038bf6..c99469ecf11a 100644 --- a/base/codeintel-db/codeintel-db.Deployment.yaml +++ b/base/codeintel-db/codeintel-db.Deployment.yaml @@ -27,7 +27,7 @@ spec: spec: initContainers: - name: correct-data-dir-permissions - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"] volumeMounts: - mountPath: /data @@ -43,7 +43,7 @@ spec: memory: "50Mi" containers: - name: pgsql - image: index.docker.io/sourcegraph/codeintel-db:insiders@sha256:7fd42191376b583cfce482a17baf351fb281b60c1ef021dd6dc05fee3e24fb0f + image: index.docker.io/sourcegraph/codeintel-db:insiders@sha256:d8a66d1b64656ae2ff3e0f82c16f2641d967dcaa7bf58c523c247cb4ab574ceb terminationMessagePolicy: FallbackToLogsOnError readinessProbe: exec: @@ -80,7 +80,7 @@ spec: value: postgres://sg:@localhost:5432/?sslmode=disable - name: PG_EXPORTER_EXTEND_QUERY_PATH value: /config/code_intel_queries.yaml - image: index.docker.io/sourcegraph/postgres_exporter:insiders@sha256:7f90d9301c6f7edb167b7b7821a872640eab098c3edb849350206324d709fb87 + image: index.docker.io/sourcegraph/postgres_exporter:insiders@sha256:ab15b9a482a4f78720a5ba0f01c895175897e09671cfa225dd6ff7c03780851d terminationMessagePolicy: FallbackToLogsOnError name: pgsql-exporter resources: diff --git a/base/frontend/sourcegraph-frontend.Deployment.yaml b/base/frontend/sourcegraph-frontend.Deployment.yaml index 30fb3cf681d0..8b0b6dd8a74c 100644 --- a/base/frontend/sourcegraph-frontend.Deployment.yaml +++ b/base/frontend/sourcegraph-frontend.Deployment.yaml @@ -29,7 +29,7 @@ spec: spec: initContainers: - name: migrator - image: index.docker.io/sourcegraph/migrator:insiders@sha256:1bd9a2437f35d4e1b2563861dc11aa33db3c1432cc2f603af08af747c995f7ce + image: index.docker.io/sourcegraph/migrator:insiders@sha256:b51b04d856359b708d453c81fbf105ec36801279eec96f51e8594619799ae20b args: ["up"] resources: limits: @@ -63,7 +63,7 @@ spec: value: sg containers: - name: frontend - image: index.docker.io/sourcegraph/frontend:insiders@sha256:0b3b4c5db65ed1105a74a8c744e69044c525737627eb9f13eae7a96c508d2bbf + image: index.docker.io/sourcegraph/frontend:insiders@sha256:31ed4a503368a3d80e70118199196f8180f1470c47968a23e9a0a38ebc55470c args: - serve env: diff --git a/base/github-proxy/github-proxy.Deployment.yaml b/base/github-proxy/github-proxy.Deployment.yaml index 86b2b3fe36c8..6c77f9331678 100644 --- a/base/github-proxy/github-proxy.Deployment.yaml +++ b/base/github-proxy/github-proxy.Deployment.yaml @@ -29,7 +29,7 @@ spec: spec: containers: - name: github-proxy - image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:357e0bdc939edbfd5b494ec7e4785d2ace66b09853e1d97a34f9ba3cc29a61a4 + image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:a3e4e5c880c395e4bb30a57a5a0754291461695584e4fdd0008f6cd4584ee2f7 env: # 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 - name: OTEL_AGENT_HOST diff --git a/base/gitserver/gitserver.StatefulSet.yaml b/base/gitserver/gitserver.StatefulSet.yaml index bc7221f4c161..b7adf0213370 100644 --- a/base/gitserver/gitserver.StatefulSet.yaml +++ b/base/gitserver/gitserver.StatefulSet.yaml @@ -35,7 +35,7 @@ spec: fieldPath: status.hostIP - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://$(OTEL_AGENT_HOST):4317 - image: index.docker.io/sourcegraph/gitserver:insiders@sha256:7fc25aafc75901b57f34e9fc18234c7473a684e427a6d49717598c9b004ec58b + image: index.docker.io/sourcegraph/gitserver:insiders@sha256:314fd5270d42623ffa2d65cac5702332480b64886c66d58d456ff0fb167d5897 terminationMessagePolicy: FallbackToLogsOnError livenessProbe: initialDelaySeconds: 5 diff --git a/base/grafana/grafana.StatefulSet.yaml b/base/grafana/grafana.StatefulSet.yaml index a110528828e2..8982270f0345 100644 --- a/base/grafana/grafana.StatefulSet.yaml +++ b/base/grafana/grafana.StatefulSet.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: grafana - image: index.docker.io/sourcegraph/grafana:insiders@sha256:ce78c6fe127ca927406066bd35b71b0ce26aa2842a1595bcd792e06079f3029d + image: index.docker.io/sourcegraph/grafana:insiders@sha256:f44cd0f0aa339c0be3c680d27ffe1b231975211dc7d315656d80dfde8b633baf terminationMessagePolicy: FallbackToLogsOnError ports: - containerPort: 3370 diff --git a/base/indexed-search/indexed-search.StatefulSet.yaml b/base/indexed-search/indexed-search.StatefulSet.yaml index 46ff12cf9df0..d83770fa14be 100644 --- a/base/indexed-search/indexed-search.StatefulSet.yaml +++ b/base/indexed-search/indexed-search.StatefulSet.yaml @@ -33,7 +33,7 @@ spec: value: http://$(OTEL_AGENT_HOST):4317 - name: OPENTELEMETRY_DISABLED value: "false" - image: index.docker.io/sourcegraph/indexed-searcher:insiders@sha256:6bff1cb93d9be8dbe55bbdde30d39a4e9ecd28032046401fcad45bb305cc1d51 + image: index.docker.io/sourcegraph/indexed-searcher:insiders@sha256:adfecfa68702118dffd2259c5f7793fbbd06828ea1f43f5c38ea8b0fd3a9ee9a terminationMessagePolicy: FallbackToLogsOnError ports: - containerPort: 6070 @@ -67,7 +67,7 @@ spec: value: http://$(OTEL_AGENT_HOST):4317 - name: OPENTELEMETRY_DISABLED value: "false" - image: index.docker.io/sourcegraph/search-indexer:insiders@sha256:11daea37bdd626d90dd69abf1cc612ddb7d5621c6c738fc39545b870062807b6 + image: index.docker.io/sourcegraph/search-indexer:insiders@sha256:3fd9e83dbd2b8d906957e66137907117ee3445ff3ce2524dec161198d51286e2 terminationMessagePolicy: FallbackToLogsOnError ports: - containerPort: 6072 diff --git a/base/minio/minio.Deployment.yaml b/base/minio/minio.Deployment.yaml index 6a65bfe14d91..5cda38b5533d 100644 --- a/base/minio/minio.Deployment.yaml +++ b/base/minio/minio.Deployment.yaml @@ -31,7 +31,7 @@ spec: value: AKIAIOSFODNN7EXAMPLE - name: MINIO_SECRET_KEY value: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY - image: index.docker.io/sourcegraph/minio:insiders@sha256:50319e1de1b733fac50aeabc470a6dc0cd827ffd6e6bee0d094494f0bce28ac6 + image: index.docker.io/sourcegraph/minio:insiders@sha256:a8cc7269c2ffecc7c03791d3999ccc30635e5af36cc73e412bec2ac944be7006 args: ['minio', 'server', '/data'] terminationMessagePolicy: FallbackToLogsOnError ports: diff --git a/base/otel-collector/otel-agent.DaemonSet.yaml b/base/otel-collector/otel-agent.DaemonSet.yaml index 980a094d26b4..0364c1dde74d 100644 --- a/base/otel-collector/otel-agent.DaemonSet.yaml +++ b/base/otel-collector/otel-agent.DaemonSet.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: otel-agent - image: index.docker.io/sourcegraph/opentelemetry-collector:insiders@sha256:f301f4b1aee0e6b733019717e156f5aa3177cf6ec727100df3bedde834928864 + image: index.docker.io/sourcegraph/opentelemetry-collector:insiders@sha256:c7d3094b05e4d9149b986d094d632989f8b0bbdde806b22bcc877d07c982ca01 command: - "/bin/otelcol-sourcegraph" - "--config=/etc/otel-agent/config.yaml" diff --git a/base/otel-collector/otel-collector.Deployment.yaml b/base/otel-collector/otel-collector.Deployment.yaml index 950822f204b1..eda41871e814 100644 --- a/base/otel-collector/otel-collector.Deployment.yaml +++ b/base/otel-collector/otel-collector.Deployment.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: otel-collector - image: index.docker.io/sourcegraph/opentelemetry-collector:insiders@sha256:7f9a4e54e2a35d8f760467cc7ad89766f6039a773887f351b2f4aa80e9cddc93 + image: index.docker.io/sourcegraph/opentelemetry-collector:insiders@sha256:c7d3094b05e4d9149b986d094d632989f8b0bbdde806b22bcc877d07c982ca01 command: - "/bin/otelcol-sourcegraph" # To use a custom configuration, edit otel-collector.ConfigMap.yaml diff --git a/base/pgsql/pgsql.Deployment.yaml b/base/pgsql/pgsql.Deployment.yaml index 4c67b2dc040b..e7a77a496195 100644 --- a/base/pgsql/pgsql.Deployment.yaml +++ b/base/pgsql/pgsql.Deployment.yaml @@ -27,7 +27,7 @@ spec: spec: initContainers: - name: correct-data-dir-permissions - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"] volumeMounts: - mountPath: /data @@ -83,7 +83,7 @@ spec: value: postgres://sg:@localhost:5432/?sslmode=disable - name: PG_EXPORTER_EXTEND_QUERY_PATH value: /config/queries.yaml - image: index.docker.io/sourcegraph/postgres_exporter:insiders@sha256:7f90d9301c6f7edb167b7b7821a872640eab098c3edb849350206324d709fb87 + image: index.docker.io/sourcegraph/postgres_exporter:insiders@sha256:ab15b9a482a4f78720a5ba0f01c895175897e09671cfa225dd6ff7c03780851d terminationMessagePolicy: FallbackToLogsOnError name: pgsql-exporter resources: diff --git a/base/precise-code-intel/worker.Deployment.yaml b/base/precise-code-intel/worker.Deployment.yaml index f2c73ffef0ba..327d58dd7057 100644 --- a/base/precise-code-intel/worker.Deployment.yaml +++ b/base/precise-code-intel/worker.Deployment.yaml @@ -42,7 +42,7 @@ spec: fieldPath: status.hostIP - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://$(OTEL_AGENT_HOST):4317 - image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:c88bff088eee45b9708e461f58b5c3542dd05ecfd51e04e8309842f8ef7c4899 + image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:d9d434e0b9f9c70e15f922586a21688330532db1be3b92193ef1e1474e478b1f terminationMessagePolicy: FallbackToLogsOnError livenessProbe: httpGet: diff --git a/base/prometheus/prometheus.Deployment.yaml b/base/prometheus/prometheus.Deployment.yaml index b006ff5a06f3..69862aca5e65 100644 --- a/base/prometheus/prometheus.Deployment.yaml +++ b/base/prometheus/prometheus.Deployment.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: prometheus - image: index.docker.io/sourcegraph/prometheus:insiders@sha256:2ff2ae288d7d656231717bcabf0626eb50cd37b84887b354ce782fc0e33a97c2 + image: index.docker.io/sourcegraph/prometheus:insiders@sha256:a04e9bc3ed51c182cfabe1647ec8af4adaecfd19ad0311dca666a0af58727650 terminationMessagePolicy: FallbackToLogsOnError readinessProbe: httpGet: diff --git a/base/redis/redis-cache.Deployment.yaml b/base/redis/redis-cache.Deployment.yaml index 4d5cac04dbb1..e81957d5428e 100644 --- a/base/redis/redis-cache.Deployment.yaml +++ b/base/redis/redis-cache.Deployment.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: redis-cache - image: index.docker.io/sourcegraph/redis-cache:insiders@sha256:c14471036832eb1005cbdbd6c165b81ab49d9ebd39b136d9e32ac17440f659bd + image: index.docker.io/sourcegraph/redis-cache:insiders@sha256:a92979fcd445ece32fa3ea4f21ff2a2ba8c8065252abbf6d76449e933bb434a4 terminationMessagePolicy: FallbackToLogsOnError livenessProbe: initialDelaySeconds: 30 diff --git a/base/redis/redis-store.Deployment.yaml b/base/redis/redis-store.Deployment.yaml index eecf98a98c20..7493e2c553db 100644 --- a/base/redis/redis-store.Deployment.yaml +++ b/base/redis/redis-store.Deployment.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: redis-store - image: index.docker.io/sourcegraph/redis-store:insiders@sha256:d46a5393ed43078ddd39b5e210423525384abb4931f3826670fa2008925663ae + image: index.docker.io/sourcegraph/redis-store:insiders@sha256:74b53cc3455f111735a0b93292d86bfcb458a4afc8c6123745060323128f6cbc terminationMessagePolicy: FallbackToLogsOnError livenessProbe: initialDelaySeconds: 30 diff --git a/base/repo-updater/repo-updater.Deployment.yaml b/base/repo-updater/repo-updater.Deployment.yaml index 257b4f1cf3e4..486e8bd8202d 100644 --- a/base/repo-updater/repo-updater.Deployment.yaml +++ b/base/repo-updater/repo-updater.Deployment.yaml @@ -30,7 +30,7 @@ spec: spec: containers: - name: repo-updater - image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:778e7cf40b237c546258f30ebe964d434d1e27426ff653bfcdb96c52c281976b + image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:b655a8ef09ff506bc7fe5ed12d52a8007614ac43ba64ccb015d0a3cedd50f947 env: # 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 - name: OTEL_AGENT_HOST diff --git a/base/searcher/searcher.Deployment.yaml b/base/searcher/searcher.Deployment.yaml index 9d481eed83e1..7e94f0266c43 100644 --- a/base/searcher/searcher.Deployment.yaml +++ b/base/searcher/searcher.Deployment.yaml @@ -49,7 +49,7 @@ spec: fieldPath: status.hostIP - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://$(OTEL_AGENT_HOST):4317 - image: index.docker.io/sourcegraph/searcher:insiders@sha256:3a7b5e69e695512538d634bea2e98decb3fe6ebf91c6a9cdd8886704acfc65a7 + image: index.docker.io/sourcegraph/searcher:insiders@sha256:fe5ef22ef3251d963ecbe26d62240e10fc7d55516ffec9df489371d354d77d63 terminationMessagePolicy: FallbackToLogsOnError ports: - containerPort: 3181 diff --git a/base/symbols/symbols.Deployment.yaml b/base/symbols/symbols.Deployment.yaml index fab30bf77abd..58b0e8fd5e0b 100644 --- a/base/symbols/symbols.Deployment.yaml +++ b/base/symbols/symbols.Deployment.yaml @@ -49,7 +49,7 @@ spec: fieldPath: status.hostIP - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://$(OTEL_AGENT_HOST):4317 - image: index.docker.io/sourcegraph/symbols:insiders@sha256:1fbc612f2a14ae83d473e656f56faae8c946d6c4595ae51bea8e0ad077291bbb + image: index.docker.io/sourcegraph/symbols:insiders@sha256:bf46fb02700a38d8925462b8fce1fe81175cbfe01cdefbec5d4d95eb9b9255b6 terminationMessagePolicy: FallbackToLogsOnError livenessProbe: httpGet: diff --git a/base/syntect-server/syntect-server.Deployment.yaml b/base/syntect-server/syntect-server.Deployment.yaml index 814f5f2006aa..df853e75cf2c 100644 --- a/base/syntect-server/syntect-server.Deployment.yaml +++ b/base/syntect-server/syntect-server.Deployment.yaml @@ -29,7 +29,7 @@ spec: containers: - name: syntect-server env: - image: index.docker.io/sourcegraph/syntax-highlighter:insiders@sha256:efb0cc8f7f370c9860bb7e3f21abfb805f1270c791d27d9ee26bc46549848f5e + image: index.docker.io/sourcegraph/syntax-highlighter:insiders@sha256:b44f89087b715d6cd75da83fbacf357added905acd1c6754f8fbc2bae9d93d10 terminationMessagePolicy: FallbackToLogsOnError livenessProbe: httpGet: diff --git a/base/worker/worker.Deployment.yaml b/base/worker/worker.Deployment.yaml index 2694f1dcdced..64da5b714368 100644 --- a/base/worker/worker.Deployment.yaml +++ b/base/worker/worker.Deployment.yaml @@ -40,7 +40,7 @@ spec: fieldPath: status.hostIP - name: OTEL_EXPORTER_OTLP_ENDPOINT value: http://$(OTEL_AGENT_HOST):4317 - image: index.docker.io/sourcegraph/worker:insiders@sha256:ff28e20c74d9456d7869611568ca531400f4c4efc0d3c18e502b971d99f618fb + image: index.docker.io/sourcegraph/worker:insiders@sha256:ca13754ebb859976d5c674492385a1ad4f3abdf67a6d9a2d7c57f8ba30771f14 terminationMessagePolicy: FallbackToLogsOnError livenessProbe: httpGet: diff --git a/configure/migrator/migrator.Job.yaml b/configure/migrator/migrator.Job.yaml index 537e0d504e2b..20f4b3154fbe 100644 --- a/configure/migrator/migrator.Job.yaml +++ b/configure/migrator/migrator.Job.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: migrator - image: "index.docker.io/sourcegraph/migrator:4.0.1@sha256:9b069ee7899da513fc16417a8592f3ee9061361a80038f31a4bd107140031353" + image: "index.docker.io/sourcegraph/migrator:4.1.2@sha256:0d4625991b1ed87692d8277264104c3dab918e022318b116a8558840f3621663" args: ["up"] env: - name: PGHOST diff --git a/overlays/jaeger/jaeger.Deployment.yaml b/overlays/jaeger/jaeger.Deployment.yaml index e690bf9c9603..2a4228e40951 100644 --- a/overlays/jaeger/jaeger.Deployment.yaml +++ b/overlays/jaeger/jaeger.Deployment.yaml @@ -30,7 +30,7 @@ spec: spec: containers: - name: jaeger - image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:ba5aca680a93c982cb3cca98949253aa23723ce38d217e4a582a7e4ab3e5e253 + image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:b364bd4e203461f101ebd49f2aeb0f86eb6879d97c4e9fb6ecfda818043b294a args: ["--memory.max-traces=20000"] ports: - containerPort: 5775 diff --git a/overlays/migrate-to-nonprivileged/gitserver/gitserver.StatefulSet.yaml b/overlays/migrate-to-nonprivileged/gitserver/gitserver.StatefulSet.yaml index f97d39584688..4b91cef07ba1 100644 --- a/overlays/migrate-to-nonprivileged/gitserver/gitserver.StatefulSet.yaml +++ b/overlays/migrate-to-nonprivileged/gitserver/gitserver.StatefulSet.yaml @@ -7,7 +7,7 @@ spec: spec: initContainers: - name: transfer-file-ownership - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "if [[ \"$(stat -c '%u' /data/repos)\" -ne 100 ]]; then chown -R 100:101 /data/repos; fi"] volumeMounts: - mountPath: /data/repos diff --git a/overlays/migrate-to-nonprivileged/grafana/grafana.StatefulSet.yaml b/overlays/migrate-to-nonprivileged/grafana/grafana.StatefulSet.yaml index 7b8ed054184c..30cdc4aa7699 100644 --- a/overlays/migrate-to-nonprivileged/grafana/grafana.StatefulSet.yaml +++ b/overlays/migrate-to-nonprivileged/grafana/grafana.StatefulSet.yaml @@ -7,7 +7,7 @@ spec: spec: initContainers: - name: transfer-file-ownership - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "chown -R 472:472 /var/lib/grafana"] volumeMounts: - mountPath: /var/lib/grafana diff --git a/overlays/migrate-to-nonprivileged/indexed-search/indexed-search.StatefulSet.yaml b/overlays/migrate-to-nonprivileged/indexed-search/indexed-search.StatefulSet.yaml index 26cf1f6019d1..5b72922c13f6 100644 --- a/overlays/migrate-to-nonprivileged/indexed-search/indexed-search.StatefulSet.yaml +++ b/overlays/migrate-to-nonprivileged/indexed-search/indexed-search.StatefulSet.yaml @@ -7,7 +7,7 @@ spec: spec: initContainers: - name: transfer-file-ownership - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "chown -R 100:101 /data"] volumeMounts: - mountPath: /data diff --git a/overlays/migrate-to-nonprivileged/minio/minio.Deployment.yaml b/overlays/migrate-to-nonprivileged/minio/minio.Deployment.yaml index 4366d3b00e4c..72619db34c26 100644 --- a/overlays/migrate-to-nonprivileged/minio/minio.Deployment.yaml +++ b/overlays/migrate-to-nonprivileged/minio/minio.Deployment.yaml @@ -7,7 +7,7 @@ spec: spec: initContainers: - name: transfer-file-ownership - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "chown -R 100:101 /data"] volumeMounts: - mountPath: /data diff --git a/overlays/migrate-to-nonprivileged/prometheus/prometheus.Deployment.yaml b/overlays/migrate-to-nonprivileged/prometheus/prometheus.Deployment.yaml index f2b88c623a4a..10c17ec28037 100644 --- a/overlays/migrate-to-nonprivileged/prometheus/prometheus.Deployment.yaml +++ b/overlays/migrate-to-nonprivileged/prometheus/prometheus.Deployment.yaml @@ -7,7 +7,7 @@ spec: spec: initContainers: - name: transfer-file-ownership - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "chown -R 100:100 /prometheus"] volumeMounts: - mountPath: /prometheus diff --git a/overlays/migrate-to-nonprivileged/redis/redis-cache.Deployment.yaml b/overlays/migrate-to-nonprivileged/redis/redis-cache.Deployment.yaml index 0bcc21f20d9a..5d4007aa3705 100644 --- a/overlays/migrate-to-nonprivileged/redis/redis-cache.Deployment.yaml +++ b/overlays/migrate-to-nonprivileged/redis/redis-cache.Deployment.yaml @@ -7,7 +7,7 @@ spec: spec: initContainers: - name: transfer-file-ownership - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "chown -R 999:1000 /redis-data"] volumeMounts: - mountPath: /redis-data diff --git a/overlays/migrate-to-nonprivileged/redis/redis-store.Deployment.yaml b/overlays/migrate-to-nonprivileged/redis/redis-store.Deployment.yaml index 8470a1626ffa..4b9abbddc976 100644 --- a/overlays/migrate-to-nonprivileged/redis/redis-store.Deployment.yaml +++ b/overlays/migrate-to-nonprivileged/redis/redis-store.Deployment.yaml @@ -7,7 +7,7 @@ spec: spec: initContainers: - name: transfer-file-ownership - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "chown -R 999:1000 /redis-data"] volumeMounts: - mountPath: /redis-data diff --git a/overlays/migrate-to-nonprivileged/searcher/searcher.Deployment.yaml b/overlays/migrate-to-nonprivileged/searcher/searcher.Deployment.yaml index a36150e07292..b0302b2b6390 100644 --- a/overlays/migrate-to-nonprivileged/searcher/searcher.Deployment.yaml +++ b/overlays/migrate-to-nonprivileged/searcher/searcher.Deployment.yaml @@ -7,7 +7,7 @@ spec: spec: initContainers: - name: transfer-cache - image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:9c4a58065415570210e79ed346479f9e9c7f41a52e14b1968eb23b685da2fbcc + image: index.docker.io/sourcegraph/alpine-3.14:insiders@sha256:d2ab341c3b78a143d33831410f1bb572585d46d017ae0d81a7b73d9ef070fbad command: ["sh", "-c", "if [[ \"$(stat -c '%u' /mnt/cache)\" -ne 100 ]]; then chown -R 100:101 /mnt/cache; fi"] volumeMounts: - mountPath: /mnt/cache