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 |`"5.10.1164"`| Docker image tag for the `codeinsights-db` image |
64
+
| codeInsightsDB.image.defaultTag | string |`"5.10.1164@sha256:e0f2818ce95cfb1e236feedfdcc2061f97d3d8333b74d8a5b0f1d9430d31ede6"`| 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 |`"5.10.1164"`| Docker image tag for the `codeintel-db` image |
84
+
| codeIntelDB.image.defaultTag | string |`"5.10.1164@sha256:3a921369f241fec32659e7e31c31e0d1433d5887894a69e94de6ca3d257f650f"`| 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 |`"5.10.1164"`| Docker image tag for the `pgsql` image |
226
+
| pgsql.image.defaultTag | string |`"5.10.1164@sha256:3a921369f241fec32659e7e31c31e0d1433d5887894a69e94de6ca3d257f650f"`| 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)|
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
1227
1233
containerSecurityContext:
@@ -1288,7 +1294,8 @@ worker:
1288
1294
# -- Scale worker horizontally by configuring additional replicas dedicated to specific jobs.
1289
1295
# for each replica, configure the dedicated jobs to run on this replica.
1290
1296
# learn more from https://sourcegraph.com/docs/admin/workers#3-split-jobs-and-scale-independently
1291
-
replicas: []
1297
+
replicas:
1298
+
[]
1292
1299
# - jobs: []
1293
1300
# resources:
1294
1301
# limits:
@@ -1297,7 +1304,7 @@ worker:
1297
1304
# requests:
1298
1305
# cpu: 500m
1299
1306
# memory: 2G
1300
-
1307
+
1301
1308
# -- Resource requests & limits for the `worker` container,
1302
1309
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)
0 commit comments