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/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ In addition to the documented values, all services also support the following va
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
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 |
293
+
| repoUpdater.image.defaultTag | string |`"6.3.4167@sha256:b348d65ba159501386a444af6a94566620711a4767909a4f01c07b8e6ba454bb"`| Docker image tag for the `repo-updater` image |
294
294
| repoUpdater.image.name | string |`"repo-updater"`| Docker image name for the `repo-updater` image |
295
295
| repoUpdater.name | string |`"repo-updater"`| Name used by resources. Does not affect service names or PVCs. |
296
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)|
@@ -329,7 +329,7 @@ In addition to the documented values, all services also support the following va
329
329
| 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
330
| storageClass.type | string |`"pd-ssd"`| Value of `type` key in storageClass `parameters`, consult your cloud provider persistent storage documentation |
331
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 |
332
+
| symbols.image.defaultTag | string |`"6.3.4167@sha256:caecea6f17d1f03cde25ba2ec6fa315a5b0e2e27e6bc0b13bdfc2499c3a8b783"`| Docker image tag for the `symbols` image |
333
333
| symbols.image.name | string |`"symbols"`| Docker image name for the `symbols` image |
334
334
| symbols.name | string |`"symbols"`| Name used by resources. Does not affect service names or PVCs. |
335
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)|
0 commit comments