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-executor/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
59
59
| executor.env.EXECUTOR_FRONTEND_PASSWORD | object |`{"value":""}`| The shared secret configured in the Sourcegraph instance site config under executors.accessToken. Required. |
60
60
| executor.env.EXECUTOR_FRONTEND_URL | object |`{"value":""}`| The external URL of the Sourcegraph instance. Required. |
61
61
| executor.env.EXECUTOR_QUEUE_NAME | object |`{"value":""}`| The name of the queue to pull jobs from to. Possible values: batches and codeintel. Required. |
Add an entry to the migration log after a site administrator has explicitly applied the contents of a migration file, learn more about troubleshooting a [dirty database].
@@ -80,7 +80,7 @@ In addition to the documented values, the `migrator` service also supports the f
80
80
| migrator.args | list |`["up","-db=all"]`| Override default `migrator` container args Available commands can be found at https://docs.sourcegraph.com/admin/how-to/manual_database_migrations|
81
81
| migrator.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `migrator` 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
| migrator.env | object |`{}`| Environment variables for the `migrator` container |
83
-
| migrator.image.defaultTag | string |`"4.4.2@sha256:603b17216b6390e486fed6ff3ce4d6bced1446f8ef820b5b4e1278e4d885123f"`| Docker image tag for the `migrator` image |
83
+
| migrator.image.defaultTag | string |`"5.0.0@sha256:45f0bd64a0523b12d4f05956e9f7f78a20aae8f951c76169d6e765d4fd5a3f2c"`| Docker image tag for the `migrator` image |
84
84
| migrator.image.name | string |`"migrator"`| Docker image name for the `migrator` image |
85
85
| migrator.resources | object |`{"limits":{"cpu":"500m","memory":"100M"},"requests":{"cpu":"100m","memory":"50M"}}`| Resource requests & limits for the `migrator` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
86
86
| pgsql.auth.existingSecret | string |`""`| Name of existing secret to use for pgsql credentials This should match the setting in the sourcegraph chart values |
0 commit comments