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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ In addition to the documented values, all services also support the following va
61
61
| codeInsightsDB.enabled | bool |`true`| Enable `codeinsights-db` PostgreSQL server |
62
62
| codeInsightsDB.env | object |`{}`| Environment variables for the `codeinsights-db` container |
63
63
| codeInsightsDB.existingConfig | string |`""`| Name of existing ConfigMap for `codeinsights-db`. It must contain a `postgresql.conf` key. |
64
-
| codeInsightsDB.image.defaultTag | string |`"insiders"`| Docker image tag for the `codeinsights-db` image |
64
+
| codeInsightsDB.image.defaultTag | string |`"5.10.1164"`| Docker image tag for the `codeinsights-db` image |
65
65
| codeInsightsDB.image.name | string |`"postgresql-16-codeinsights"`| Docker image name for the `codeinsights-db` image |
66
66
| codeInsightsDB.init.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":70,"runAsUser":70}`| Security context for the `alpine` initContainer, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
67
67
| codeInsightsDB.name | string |`"codeinsights-db"`| Name used by resources. Does not affect service names or PVCs. |
@@ -81,7 +81,7 @@ In addition to the documented values, all services also support the following va
81
81
| codeIntelDB.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":999,"runAsUser":999}`| Security context for the `codeintel-db` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
82
82
| codeIntelDB.enabled | bool |`true`| Enable `codeintel-db` PostgreSQL server |
83
83
| codeIntelDB.existingConfig | string |`""`| Name of existing ConfigMap for `codeintel-db`. It must contain a `postgresql.conf` key |
84
-
| codeIntelDB.image.defaultTag | string |`"insiders"`| Docker image tag for the `codeintel-db` image |
84
+
| codeIntelDB.image.defaultTag | string |`"5.10.1164"`| Docker image tag for the `codeintel-db` image |
85
85
| codeIntelDB.image.name | string |`"postgresql-16"`| Docker image name for the `codeintel-db` image |
86
86
| codeIntelDB.name | string |`"codeintel-db"`| Name used by resources. Does not affect service names or PVCs. |
87
87
| codeIntelDB.podSecurityContext | object |`{"fsGroup":999,"fsGroupChangePolicy":"OnRootMismatch","runAsUser":999}`| Security context for the `codeintel-db` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
@@ -223,7 +223,7 @@ In addition to the documented values, all services also support the following va
223
223
| pgsql.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":999,"runAsUser":999}`| Security context for the `pgsql` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
224
224
| pgsql.enabled | bool |`true`| Enable `pgsql` PostgreSQL server |
225
225
| pgsql.existingConfig | string |`""`| Name of existing ConfigMap for `pgsql`. It must contain a `postgresql.conf` key |
226
-
| pgsql.image.defaultTag | string |`"insiders"`| Docker image tag for the `pgsql` image |
226
+
| pgsql.image.defaultTag | string |`"5.10.1164"`| Docker image tag for the `pgsql` image |
227
227
| pgsql.image.name | string |`"postgresql-16"`| Docker image name for the `pgsql` image |
228
228
| pgsql.name | string |`"pgsql"`| Name used by resources. Does not affect service names or PVCs. |
229
229
| pgsql.podSecurityContext | object |`{"fsGroup":999,"fsGroupChangePolicy":"OnRootMismatch","runAsGroup":999,"runAsUser":999}`| Security context for the `pgsql` 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