Skip to content

Commit

Permalink
Update Sourcegraph Docker insiders images (#4172)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2022
1 parent fe3cc2b commit 4923add
Show file tree
Hide file tree
Showing 31 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion base/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: 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)
#
Expand Down
6 changes: 3 additions & 3 deletions base/codeinsights-db/codeinsights-db.Deployment.yaml
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: 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/
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions base/codeintel-db/codeintel-db.Deployment.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: 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
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions base/frontend/sourcegraph-frontend.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion base/github-proxy/github-proxy.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion base/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: index.docker.io/sourcegraph/gitserver:insiders@sha256:7fc25aafc75901b57f34e9fc18234c7473a684e427a6d49717598c9b004ec58b
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:314fd5270d42623ffa2d65cac5702332480b64886c66d58d456ff0fb167d5897
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
Expand Down
2 changes: 1 addition & 1 deletion base/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: index.docker.io/sourcegraph/grafana:insiders@sha256:ce78c6fe127ca927406066bd35b71b0ce26aa2842a1595bcd792e06079f3029d
image: index.docker.io/sourcegraph/grafana:insiders@sha256:f44cd0f0aa339c0be3c680d27ffe1b231975211dc7d315656d80dfde8b633baf
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3370
Expand Down
4 changes: 2 additions & 2 deletions base/indexed-search/indexed-search.StatefulSet.yaml
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: index.docker.io/sourcegraph/indexed-searcher:insiders@sha256:6bff1cb93d9be8dbe55bbdde30d39a4e9ecd28032046401fcad45bb305cc1d51
image: index.docker.io/sourcegraph/indexed-searcher:insiders@sha256:adfecfa68702118dffd2259c5f7793fbbd06828ea1f43f5c38ea8b0fd3a9ee9a
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6070
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion base/minio/minio.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion base/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: 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"
Expand Down
2 changes: 1 addition & 1 deletion base/otel-collector/otel-collector.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions base/pgsql/pgsql.Deployment.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: 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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion base/precise-code-intel/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion base/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: index.docker.io/sourcegraph/prometheus:insiders@sha256:2ff2ae288d7d656231717bcabf0626eb50cd37b84887b354ce782fc0e33a97c2
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:a04e9bc3ed51c182cfabe1647ec8af4adaecfd19ad0311dca666a0af58727650
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/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: index.docker.io/sourcegraph/redis-cache:insiders@sha256:c14471036832eb1005cbdbd6c165b81ab49d9ebd39b136d9e32ac17440f659bd
image: index.docker.io/sourcegraph/redis-cache:insiders@sha256:a92979fcd445ece32fa3ea4f21ff2a2ba8c8065252abbf6d76449e933bb434a4
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down
2 changes: 1 addition & 1 deletion base/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: index.docker.io/sourcegraph/redis-store:insiders@sha256:d46a5393ed43078ddd39b5e210423525384abb4931f3826670fa2008925663ae
image: index.docker.io/sourcegraph/redis-store:insiders@sha256:74b53cc3455f111735a0b93292d86bfcb458a4afc8c6123745060323128f6cbc
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down
2 changes: 1 addition & 1 deletion base/repo-updater/repo-updater.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion base/searcher/searcher.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion base/symbols/symbols.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion base/syntect-server/syntect-server.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion base/worker/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure/migrator/migrator.Job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion overlays/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: 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4923add

Please sign in to comment.