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
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.1@sha256:52fa05bfcb9c47d59fa772612bf7ced8a564f08caa136391dc7694288a953cf1"`| Docker image tag for the `migrator` image |
83
+
| migrator.image.defaultTag | string |`"4.4.2@sha256:603b17216b6390e486fed6ff3ce4d6bced1446f8ef820b5b4e1278e4d885123f"`| 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