Skip to content

Commit d237030

Browse files
authored
Fixup patch release merge (#179)
1 parent 3037014 commit d237030

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

charts/sourcegraph/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,6 @@ In addition to the documented values, all services also support the following va
319319
| syntectServer.resources | object | `{"limits":{"cpu":"4","memory":"6G"},"requests":{"cpu":"250m","memory":"2G"}}` | Resource requests & limits for the `syntect-server` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) |
320320
| syntectServer.serviceAccount.create | bool | `false` | Enable creation of ServiceAccount for `syntect-server` |
321321
| syntectServer.serviceAccount.name | string | `""` | Name of the ServiceAccount to be created or an existing ServiceAccount |
322-
| tracingAgent.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}` | Security context for the `jaeger-agent` sidecar container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
323-
| tracingAgent.enabled | bool | `true` | |
324-
| tracingAgent.image.defaultTag | string | `"3.43.2@sha256:4909fb20bf1ded208e8d89a0290718b666935cde987f47401728f391d539f20a"` | Docker image tag for the `jaeger-agent` image |
325-
| tracingAgent.image.name | string | `"jaeger-agent"` | Docker image name for the `jaeger-agent` image |
326-
| tracingAgent.resources | object | `{"limits":{"cpu":"1","memory":"500M"},"requests":{"cpu":"100m","memory":"100M"}}` | Resource requests & limits for the `jaeger-agent` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) |
327322
| worker.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}` | Security context for the `worker` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
328323
| worker.image.defaultTag | string | `"3.43.2@sha256:1cb5e1ee3c9eae48aeb90243145eeecc1ec37c9b1769d4166140f1a9eab7662b"` | Docker image tag for the `worker` image |
329324
| worker.image.name | string | `"worker"` | Docker image name for the `worker` image |

charts/sourcegraph/values.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,31 +1170,6 @@ jaeger:
11701170
# -- Name of the ServiceAccount to be created or an existing ServiceAccount
11711171
name: ""
11721172

1173-
# Jaeger sidecar container
1174-
tracingAgent:
1175-
enabled: true
1176-
image:
1177-
# -- Docker image tag for the `jaeger-agent` image
1178-
defaultTag: 3.43.2@sha256:4909fb20bf1ded208e8d89a0290718b666935cde987f47401728f391d539f20a
1179-
# -- Docker image name for the `jaeger-agent` image
1180-
name: "jaeger-agent"
1181-
# -- Security context for the `jaeger-agent` sidecar container,
1182-
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
1183-
containerSecurityContext:
1184-
allowPrivilegeEscalation: false
1185-
runAsUser: 100
1186-
runAsGroup: 101
1187-
readOnlyRootFilesystem: true
1188-
# -- Resource requests & limits for the `jaeger-agent` container,
1189-
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)
1190-
resources:
1191-
limits:
1192-
cpu: "1"
1193-
memory: 500M
1194-
requests:
1195-
cpu: 100m
1196-
memory: 100M
1197-
11981173
worker:
11991174
image:
12001175
# -- Docker image tag for the `worker` image

0 commit comments

Comments
 (0)