Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpleiness committed Dec 13, 2023
1 parent 7185af3 commit 7d6348e
Show file tree
Hide file tree
Showing 35 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion base/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: index.docker.io/sourcegraph/blobstore:5.2.4@sha256:2e4d3ac4cb51de528665f271db7ab57c51c7ce0b6b731d3095faf6c515c207f7
image: index.docker.io/sourcegraph/blobstore:5.2.5@sha256:2e4d3ac4cb51de528665f271db7ab57c51c7ce0b6b731d3095faf6c515c207f7
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9000
Expand Down
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:5.2.4@sha256:a0c9eee7198441fafd6dd81b7f9d76dcda7115e839a410d1bd738e8d94cff7dd
image: index.docker.io/sourcegraph/cadvisor:5.2.5@sha256:a0c9eee7198441fafd6dd81b7f9d76dcda7115e839a410d1bd738e8d94cff7dd
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:5.2.4@sha256:92a5e0bda6d274a028e5271f4e13215b0e197deba64caf05da611713d15482d5
image: index.docker.io/sourcegraph/alpine-3.14:5.2.5@sha256:4bd86ec824f6238f59434cb3e00802dac14e758a6380c4f249366c4cc07d8587
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:5.2.4@sha256:bbefe93c683a86d0b0966c5ce9f62666157d58acf6ed1e7f9b1d2c0bf045a2d4
image: index.docker.io/sourcegraph/codeinsights-db:5.2.5@sha256:e3dda9fd5083ee036e9754068da2fef02bf609068fa61bec1aac6ad57a9c9c9e
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:5.2.4@sha256:0d3bf21da6f796d563014cc4a5f6f8b57d74644920d310c26cec01cd58397a2d
image: index.docker.io/sourcegraph/postgres_exporter:5.2.5@sha256:0d3bf21da6f796d563014cc4a5f6f8b57d74644920d310c26cec01cd58397a2d
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:5.2.4@sha256:92a5e0bda6d274a028e5271f4e13215b0e197deba64caf05da611713d15482d5
image: index.docker.io/sourcegraph/alpine-3.14:5.2.5@sha256:4bd86ec824f6238f59434cb3e00802dac14e758a6380c4f249366c4cc07d8587
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:5.2.4@sha256:caff2eea945793cda64ef21f1ecbb032953cd6c77e2f003b758a974f5631eb94
image: index.docker.io/sourcegraph/codeintel-db:5.2.5@sha256:96bba3b3ef420c945c26395106bb7f543a567c6315e1ca29c65dd938d5b5d17c
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:5.2.4@sha256:0d3bf21da6f796d563014cc4a5f6f8b57d74644920d310c26cec01cd58397a2d
image: index.docker.io/sourcegraph/postgres_exporter:5.2.5@sha256:0d3bf21da6f796d563014cc4a5f6f8b57d74644920d310c26cec01cd58397a2d
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:5.2.4@sha256:3c2416db9fc2d34f58ed89c87fd8c74813747bf5ff1d40f624a010b31cc8889a
image: index.docker.io/sourcegraph/migrator:5.2.5@sha256:4a7d22648cc7d6cec805401c9bbbc14c270373c99f57b4550f8c20d34e3c6731
args: ["up"]
resources:
limits:
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
value: sg
containers:
- name: frontend
image: index.docker.io/sourcegraph/frontend:5.2.4@sha256:aa9e8e0b9b58197888c2ef68336704e1e92029f5aa9746f714b5389cc86ae2ef
image: index.docker.io/sourcegraph/frontend:5.2.5@sha256:93839307399b67b165b96a67aa58d1fe80a9f608f21684ece28e56e66e51ade7
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:5.2.4@sha256:49f146452f5bd6b1d19b9bb6f9104b85d2cbb6f38829f355f6a667b559c45682
image: index.docker.io/sourcegraph/github-proxy:5.2.5@sha256:b43801cec20ea6c24649e7de54e9a015cb55f4f0fc28adb5c0fda249e088599d
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:5.2.4@sha256:b7f47aff11180e801637284601787ab15704f587f78cea4cc861fb2df86c11d5
image: index.docker.io/sourcegraph/gitserver:5.2.5@sha256:da1602a27f360b838da1348e59aa208ead9c56a3143382a2c874285800cbee8d
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:5.2.4@sha256:2af7b091ac8613638a02d344026229744b4aaa566d4093f9b0b2881001b41d32
image: index.docker.io/sourcegraph/grafana:5.2.5@sha256:2af7b091ac8613638a02d344026229744b4aaa566d4093f9b0b2881001b41d32
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:5.2.4@sha256:b904b56bb5be425ffefcf71bb94e158d12c96bc0ee4d3cd2c6f674138a1fe4b6
image: index.docker.io/sourcegraph/indexed-searcher:5.2.5@sha256:b904b56bb5be425ffefcf71bb94e158d12c96bc0ee4d3cd2c6f674138a1fe4b6
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:5.2.4@sha256:ea9406b619f610e5b009021845f01f978e3bc26a1b7a259ce88e66b1515418fa
image: index.docker.io/sourcegraph/search-indexer:5.2.5@sha256:ea9406b619f610e5b009021845f01f978e3bc26a1b7a259ce88e66b1515418fa
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6072
Expand Down
2 changes: 1 addition & 1 deletion base/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: index.docker.io/sourcegraph/node-exporter:5.2.4@sha256:33833b0b8097c2362b81088da68da719c79b12e49d76af51181e02d476794975
image: index.docker.io/sourcegraph/node-exporter:5.2.5@sha256:33833b0b8097c2362b81088da68da719c79b12e49d76af51181e02d476794975
imagePullPolicy: IfNotPresent
resources:
limits:
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:5.2.4@sha256:e5a6a3ebdf19093e9400dfaa33e7eee222ac7f507c17e14c1dbc6c9d7816bb57
image: index.docker.io/sourcegraph/opentelemetry-collector:5.2.5@sha256:e5a6a3ebdf19093e9400dfaa33e7eee222ac7f507c17e14c1dbc6c9d7816bb57
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:5.2.4@sha256:e5a6a3ebdf19093e9400dfaa33e7eee222ac7f507c17e14c1dbc6c9d7816bb57
image: index.docker.io/sourcegraph/opentelemetry-collector:5.2.5@sha256:e5a6a3ebdf19093e9400dfaa33e7eee222ac7f507c17e14c1dbc6c9d7816bb57
command:
- "/bin/otelcol-sourcegraph"
# To use a custom configuration, edit otel-collector.ConfigMap.yaml
Expand Down
6 changes: 3 additions & 3 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:5.2.4@sha256:92a5e0bda6d274a028e5271f4e13215b0e197deba64caf05da611713d15482d5
image: index.docker.io/sourcegraph/alpine-3.14:5.2.5@sha256:4bd86ec824f6238f59434cb3e00802dac14e758a6380c4f249366c4cc07d8587
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:
- env:
image: index.docker.io/sourcegraph/postgres-12-alpine:5.2.4@sha256:caff2eea945793cda64ef21f1ecbb032953cd6c77e2f003b758a974f5631eb94
image: index.docker.io/sourcegraph/postgres-12-alpine:5.2.5@sha256:96bba3b3ef420c945c26395106bb7f543a567c6315e1ca29c65dd938d5b5d17c
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
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:5.2.4@sha256:0d3bf21da6f796d563014cc4a5f6f8b57d74644920d310c26cec01cd58397a2d
image: index.docker.io/sourcegraph/postgres_exporter:5.2.5@sha256:0d3bf21da6f796d563014cc4a5f6f8b57d74644920d310c26cec01cd58397a2d
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 @@ -46,7 +46,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:5.2.4@sha256:93a7d35651784e07dacb0efaf4d2c4a85b7afa206b0049467a0020b54a235d48
image: index.docker.io/sourcegraph/precise-code-intel-worker:5.2.5@sha256:fcb82856cdf2d3de19ab97bc5d5b8ff0a858bf7418cedd8baf74158fef1b99d9
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:5.2.4@sha256:2c0686ddef0cecfdbcdb0b80791d5b9f0fc65071340903ba9cb58e7adec8d01f
image: index.docker.io/sourcegraph/prometheus:5.2.5@sha256:46117e5facb48b3a4aecaf51eb4d7bffb84111096b565d021ff28b373cd36d0c
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions 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:5.2.4@sha256:f3d39cc187520cf63ca05dd6e678081cca8a1b26a595843b236945fd6701002c
image: index.docker.io/sourcegraph/redis-cache:5.2.5@sha256:f3d39cc187520cf63ca05dd6e678081cca8a1b26a595843b236945fd6701002c
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand All @@ -50,7 +50,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: index.docker.io/sourcegraph/redis_exporter:5.2.4@sha256:b4c23c6d3924b2886a6f539f0dc4a28b389a8505f4cafe8e481651ca98de2b8a
image: index.docker.io/sourcegraph/redis_exporter:5.2.5@sha256:b4c23c6d3924b2886a6f539f0dc4a28b389a8505f4cafe8e481651ca98de2b8a
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
4 changes: 2 additions & 2 deletions 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:5.2.4@sha256:2676e33d35b2ee9b8e8acb27436f38cb2e906528809d03c7fc6c4e936d61983d
image: index.docker.io/sourcegraph/redis-store:5.2.5@sha256:2676e33d35b2ee9b8e8acb27436f38cb2e906528809d03c7fc6c4e936d61983d
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand All @@ -49,7 +49,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: index.docker.io/sourcegraph/redis_exporter:5.2.4@sha256:b4c23c6d3924b2886a6f539f0dc4a28b389a8505f4cafe8e481651ca98de2b8a
image: index.docker.io/sourcegraph/redis_exporter:5.2.5@sha256:b4c23c6d3924b2886a6f539f0dc4a28b389a8505f4cafe8e481651ca98de2b8a
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
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 @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: repo-updater
image: index.docker.io/sourcegraph/repo-updater:5.2.4@sha256:30e73af91e4052971b8ac1489b31581e2b2d22f62cca997f4b97b2c137d3f225
image: index.docker.io/sourcegraph/repo-updater:5.2.5@sha256:20c102ab18358f0d286c3ad49204c59e9ebbe9ef63c792c58f5e06a3ceb23083
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:5.2.4@sha256:36adf63ea7ea2ee813935ea4170521044fcb63262e19bffbf35d30fc3d44300f
image: index.docker.io/sourcegraph/searcher:5.2.5@sha256:94b302e7879f4155910ec2085a0302928c6be521af2a2475798e9fe1de66da16
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:5.2.4@sha256:1337d12310a7760ed374711f9d355aa48a3c6e20dc99cf890fb7848943026ff8
image: index.docker.io/sourcegraph/symbols:5.2.5@sha256:b5e6aad8994e6dfcf827f0a7a6766ac38e5afce79b8ae03461569b458df948f3
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:5.2.4@sha256:af57a5164572648060805541a576804ac4585f70b02f606f8a324e46215d521b
image: index.docker.io/sourcegraph/syntax-highlighter:5.2.5@sha256:af57a5164572648060805541a576804ac4585f70b02f606f8a324e46215d521b
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 @@ -44,7 +44,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: index.docker.io/sourcegraph/worker:5.2.4@sha256:0256c28cd6a26b466cf9ea9af86f042cb81986776ea4bf7926a9717b1c7649e7
image: index.docker.io/sourcegraph/worker:5.2.5@sha256:4d79d2a046dcaaa0ce9f8f4bbb3e4ade3d044d42672634d8f92ae99cabe41b1e
envFrom:
- configMapRef:
name: embeddings-backend
Expand Down
2 changes: 1 addition & 1 deletion configure/embeddings/embeddings.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: embeddings
image: index.docker.io/sourcegraph/embeddings:5.2.4@sha256:0c8ff912a776df57262af68b49d94f4abeeebbea7819da6e198532f76e574c81
image: index.docker.io/sourcegraph/embeddings:5.2.5@sha256:907f7a5d028984461ee7ec52fa991d1664ccf8b7c7e43493ea99bbce2d52729b
env:
- name: POD_NAME
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions configure/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: index.docker.io/sourcegraph/executor:5.2.4@sha256:e6f82e8bb02b2c83d9ef8a90bf500f8756defd0cb36fa778263e0f7680138796
image: index.docker.io/sourcegraph/executor:5.2.5@sha256:ab7cac6b6275d09a57fdf53479c49de34c6e81d410677f22047a8fc8b2ca31b2
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
- mountPath: /scratch
name: executor-scratch
- name: dind
image: index.docker.io/sourcegraph/dind:5.2.4@sha256:fe38cd7bd78889f16f66e44c5118a26066c0655fa6f75afb7ccf1f133485df48
image: index.docker.io/sourcegraph/dind:5.2.5@sha256:c40676e0f55a4ed557387e97019b7bb24b05ac60a05ef5bf4fe5e0cef38912ee
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion configure/executors/k8s/executor.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: executor
containers:
- name: executor
image: index.docker.io/sourcegraph/executor-kubernetes:5.2.4@sha256:15dd364b029d77f16ad676a64af22931740dc7b34fb674f380ee4f97a6f67bcf
image: index.docker.io/sourcegraph/executor-kubernetes:5.2.5@sha256:30d221966499ada7f8c6ff2368c2f211f415adf7cad10492401f3a129a1582ee
imagePullPolicy: Always
livenessProbe:
exec:
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:5.2.4@sha256:3c2416db9fc2d34f58ed89c87fd8c74813747bf5ff1d40f624a010b31cc8889a"
image: "index.docker.io/sourcegraph/migrator:5.2.5@sha256:4a7d22648cc7d6cec805401c9bbbc14c270373c99f57b4550f8c20d34e3c6731"
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:5.2.4@sha256:c208a61f9c57604ebe49110e09f0912105bed7a51c03949f7930c343669d0263
image: index.docker.io/sourcegraph/jaeger-all-in-one:5.2.5@sha256:c208a61f9c57604ebe49110e09f0912105bed7a51c03949f7930c343669d0263
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:5.2.4@sha256:92a5e0bda6d274a028e5271f4e13215b0e197deba64caf05da611713d15482d5
image: index.docker.io/sourcegraph/alpine-3.14:5.2.5@sha256:4bd86ec824f6238f59434cb3e00802dac14e758a6380c4f249366c4cc07d8587
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:5.2.4@sha256:92a5e0bda6d274a028e5271f4e13215b0e197deba64caf05da611713d15482d5
image: index.docker.io/sourcegraph/alpine-3.14:5.2.5@sha256:4bd86ec824f6238f59434cb3e00802dac14e758a6380c4f249366c4cc07d8587
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:5.2.4@sha256:92a5e0bda6d274a028e5271f4e13215b0e197deba64caf05da611713d15482d5
image: index.docker.io/sourcegraph/alpine-3.14:5.2.5@sha256:4bd86ec824f6238f59434cb3e00802dac14e758a6380c4f249366c4cc07d8587
command: ["sh", "-c", "chown -R 472:472 /var/lib/grafana"]
volumeMounts:
- mountPath: /var/lib/grafana
Expand Down
Loading

0 comments on commit 7d6348e

Please sign in to comment.