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
+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
@@ -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|
@@ -71,7 +71,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
71
71
| sourcegraph.affinity | object |`{}`| Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)|
72
72
| sourcegraph.image.defaultTag | string |`"{{ .Chart.AppVersion }}"`| Global docker image tag |
| sourcegraph.image.repository | string |`"index.docker.io/sourcegraph"`| Global docker image registry or prefix |
74
+
| sourcegraph.image.repository | string |`"us-docker.pkg.dev/sourcegraph-images/internal"`| Global docker image registry or prefix |
75
75
| sourcegraph.image.useGlobalTagAsDefault | bool |`false`| When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags |
76
76
| sourcegraph.imagePullSecrets | list |`[]`| Mount named secrets containing docker credentials |
77
77
| sourcegraph.labels | object |`{}`| Add a global label to all resources |
Copy file name to clipboardExpand all lines: charts/sourcegraph-executor/k8s/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
@@ -62,7 +62,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
62
62
| executor.frontendExistingSecret | string |`""`| Name of existing k8s Secret to use for frontend password The name of the secret must match `executor.name`, i.e., the name of the helm release used to deploy the helm chart. The k8s Secret must contain the key `EXECUTOR_FRONTEND_PASSWORD` matching the site config `executors.accessToken` value. `executor.frontendPassword` is ignored if this is enabled. |
63
63
| executor.frontendPassword | string |`""`| The shared secret configured in the Sourcegraph instance site config under executors.accessToken. Required if `executor.frontendExistingSecret`` is not configured. |
64
64
| 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. |
| executor.kubeconfigPath | string |`""`| The path to the kubeconfig file. If not specified, the in-cluster config is used. |
68
68
| executor.kubernetesJob.deadline | string |`"1200"`| The number of seconds after which a Kubernetes job will be terminated. |
@@ -105,7 +105,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
105
105
| sourcegraph.affinity | object |`{}`| Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)|
106
106
| sourcegraph.image.defaultTag | string |`"{{ .Chart.AppVersion }}"`| Global docker image tag |
| sourcegraph.image.repository | string |`"index.docker.io/sourcegraph"`| Global docker image registry or prefix |
108
+
| sourcegraph.image.repository | string |`"us-docker.pkg.dev/sourcegraph-images/internal"`| Global docker image registry or prefix |
109
109
| sourcegraph.image.useGlobalTagAsDefault | bool |`false`| When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags |
110
110
| sourcegraph.imagePullSecrets | list |`[]`| Mount named secrets containing docker credentials |
111
111
| sourcegraph.labels | object |`{}`| Add a global label to all resources |
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,15 +80,15 @@ 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 |`"6.0.0@sha256:ec295eb0b743da6bf56777ca6524972267a5c442b0288095e2fe12fce38ebacc"`| Docker image tag for the `migrator` image |
83
+
| migrator.image.defaultTag | string |`"7.1.0@sha256:70f05ce2efb02e056f75fa9e0281c7c623d2bc100c191544eca993f69e9cfa54"`| 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 |
87
87
| pgsql.name | string |`"pgsql"`||
88
88
| sourcegraph.affinity | object |`{}`| Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)|
89
89
| sourcegraph.image.defaultTag | string |`"{{ .Chart.AppVersion }}"`| Global docker image tag |
| sourcegraph.image.repository | string |`"index.docker.io/sourcegraph"`| Global docker image registry or prefix |
91
+
| sourcegraph.image.repository | string |`"us-docker.pkg.dev/sourcegraph-images/internal"`| Global docker image registry or prefix |
92
92
| sourcegraph.image.useGlobalTagAsDefault | bool |`false`| When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags |
93
93
| sourcegraph.imagePullSecrets | list |`[]`| Mount named secrets containing docker credentials |
94
94
| sourcegraph.labels | object |`{}`| Add a global label to all resources |
0 commit comments