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/dind/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
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. **Either this or EXECUTOR_QUEUE_NAMES is required.**|
62
62
| executor.env.EXECUTOR_QUEUE_NAMES | object |`{"value":""}`| The comma-separated list of names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or EXECUTOR_QUEUE_NAME is required.**|
| privateDockerRegistry.enabled | bool |`true`| Whether to deploy the private registry. Only one registry is needed when deploying multiple executors. More information: https://docs.sourcegraph.com/admin/executors/deploy_executors#using-private-registries|
Copy file name to clipboardExpand all lines: charts/sourcegraph-executor/k8s/README.md
+1-1Lines changed: 1 addition & 1 deletion
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, the `executor` and `private-docker-registr
61
61
| executor.extraEnv | string |`nil`| Sets extra environment variables on the executor deployment. See `values.yaml` for the format. |
62
62
| executor.frontendPassword | string |`""`| The shared secret configured in the Sourcegraph instance site config under executors.accessToken. Required. |
63
63
| executor.frontendUrl | string |`""`| The external URL of the Sourcegraph instance. Required. **Recommended:** set to the internal service endpoint (e.g. `http://sourcegraph-frontend.sourcegraph.svc.cluster.local:30080` if Sourcegraph is deployed in the `sourcegraph` namespace). This will avoid unnecessary network charges as traffic will stay within the local network. |
# -- The external URL of the Sourcegraph instance. Required. **Recommended:** set to the internal service endpoint (e.g. `http://sourcegraph-frontend.sourcegraph.svc.cluster.local:30080` if Sourcegraph is deployed in the `sourcegraph` namespace).
64
64
# This will avoid unnecessary network charges as traffic will stay within the local network.
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 |`"5.1.8@sha256:71662fa2d9fd74a0fda95b0766af7f7f61c6a53ad5db532de45816f96cb7ec10"`| Docker image tag for the `migrator` image |
83
+
| migrator.image.defaultTag | string |`"5.1.9@sha256:36915e9bb454089fdd873506d156df0b1779c035255d4ea7fd4d10797ea0ce19"`| 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