You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/sourcegraph/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Use `**BREAKING**:` to denote a breaking change
10
10
11
11
- Fix Pod Disruption Budget for sourcegraph-frontend
12
12
- Added a startup probe to the gitserver statefulset to give it time to run the on-disk migration from repo names to repo IDs
13
+
- The repo-updater service is no longer needed and has been removed from the chart.
14
+
- The symbols service is no longer needed and has been removed from the chart. Consider merging env vars and resource overrides given to symbols into searcher before upgrading.
Copy file name to clipboardExpand all lines: charts/sourcegraph/README.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,14 +289,6 @@ In addition to the documented values, all services also support the following va
289
289
| redisStore.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `redis-store`|
290
290
| redisStore.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
291
291
| redisStore.storageSize | string |`"100Gi"`| PVC Storage Request for `redis-store` data volume |
292
-
| repoUpdater.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `repo-updater` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
293
-
| repoUpdater.image.defaultTag | string |`"6.0.0@sha256:238702dde17eaa41f9dc5b5f379c08a9e57940587128ceda6008d7f06e72cccc"`| Docker image tag for the `repo-updater` image |
294
-
| repoUpdater.image.name | string |`"repo-updater"`| Docker image name for the `repo-updater` image |
295
-
| repoUpdater.name | string |`"repo-updater"`| Name used by resources. Does not affect service names or PVCs. |
296
-
| repoUpdater.podSecurityContext | object |`{}`| Security context for the `repo-updater` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
297
-
| repoUpdater.resources | object |`{"limits":{"cpu":"1","memory":"2Gi"},"requests":{"cpu":"1","memory":"500Mi"}}`| Resource requests & limits for the `repo-updater` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
298
-
| repoUpdater.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `repo-updater`|
299
-
| repoUpdater.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
300
292
| searcher.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `searcher` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
301
293
| searcher.image.defaultTag | string |`"6.3.4167@sha256:f61f14afd4cb95368c1f7de151e96a8136c7231412bb49948cc7d50434ac4c79"`| Docker image tag for the `searcher` image |
302
294
| searcher.image.name | string |`"searcher"`| Docker image name for the `searcher` image |
@@ -328,16 +320,6 @@ In addition to the documented values, all services also support the following va
328
320
| storageClass.parameters | object |`{}`| Extra parameters of storageClass, consult your cloud provider persistent storage documentation |
329
321
| storageClass.provisioner | string |`"kubernetes.io/gce-pd"`| Name of the storageClass provisioner, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/storage/storage-classes/#provisioner) and consult your cloud provider persistent storage documentation |
330
322
| storageClass.type | string |`"pd-ssd"`| Value of `type` key in storageClass `parameters`, consult your cloud provider persistent storage documentation |
331
-
| symbols.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `symbols` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
332
-
| symbols.image.defaultTag | string |`"6.0.0@sha256:7f91048d1966add54b199755c77a5c3ca84b7f57bb5d2ffb65113da7f100b051"`| Docker image tag for the `symbols` image |
333
-
| symbols.image.name | string |`"symbols"`| Docker image name for the `symbols` image |
334
-
| symbols.name | string |`"symbols"`| Name used by resources. Does not affect service names or PVCs. |
335
-
| symbols.podSecurityContext | object |`{"fsGroup":101,"fsGroupChangePolicy":"OnRootMismatch","runAsUser":100}`| Security context for the `symbols` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
336
-
| symbols.replicaCount | int |`1`| Number of `symbols` pod |
337
-
| symbols.resources | object |`{"limits":{"cpu":"2","memory":"2G"},"requests":{"cpu":"500m","memory":"500M"}}`| Resource requests & limits for the `symbols` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
338
-
| symbols.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `symbols`|
339
-
| symbols.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
340
-
| symbols.storageSize | string |`"12Gi"`| Size of the PVC for symbols pods to store cache data |
341
323
| syntacticCodeIntel.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `syntactic-code-intel-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)|
342
324
| syntacticCodeIntel.enabled | bool |`false`||
343
325
| syntacticCodeIntel.image.defaultTag | string |`"6.3.4167@sha256:6362fe7a783878a340fdaf4d59f1b0da023ae9eae8e0e352850891fc79821aeb"`| Docker image tag for the `syntactic-code-intel-worker` image |
0 commit comments