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: helm/fiftyone-teams-app/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
@@ -1046,7 +1046,7 @@ If pods show unhealthy states (e.g., `0/1`, `CrashLoopBackOff`, `Pending`):
1046
1046
| serviceOrchestrator.builtinServices.configMap.create | bool | `true` | Controls whether to create the `ConfigMap` named `serviceOrchestrator.builtinServices.configMap.name`. |
1047
1047
| serviceOrchestrator.builtinServices.configMap.labels | object | `{}` | Additional labels for the generated `ConfigMap`. [Reference][labels-and-selectors]. |
1048
1048
| serviceOrchestrator.builtinServices.configMap.name | string | `""` | Name of the `ConfigMap` (existing or to be created) in the namespace `namespace.name` holding the builtin services overrides. Defaults to `release-name-fiftyone-teams-app-builtin-services`. |
1049
-
| serviceOrchestrator.builtinServices.services | list | `[]` | Builtin service overrides, deep-merged by `id` onto the defaults packaged in fiftyone (`builtin_version` must be bumped for a changed entry to re-apply to an environment that already stores the builtin). |
1049
+
| serviceOrchestrator.builtinServices.services | list | `[]` | Builtin service overrides, deep-merged by `id` onto the defaults packaged in fiftyone (`builtin_version` must be bumped for a changed entry to re-apply to an environment that already stores the builtin). An `entrypoint.container.image` without a tag defaults to the chart's appVersion. |
1050
1050
| serviceOrchestrator.enabled | bool | `false` | Controls whether to create the builtin services overrides `ConfigMap` below and wire it into `teams-api`. |
1051
1051
| teamsAppSettings.affinity | object | `{}` | Affinity and anti-affinity for `teams-app`. [Reference][affinity]. |
1052
1052
| teamsAppSettings.autoscaling.enabled | bool | `false` | Controls horizontal pod autoscaling for `teams-app`. [Reference][autoscaling]. |
Copy file name to clipboardExpand all lines: helm/fiftyone-teams-app/values.schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3501,7 +3501,7 @@
3501
3501
"type": "object"
3502
3502
},
3503
3503
"services": {
3504
-
"description": "Builtin service overrides, deep-merged by `id` onto the defaults\npackaged in fiftyone (`builtin_version` must be bumped for a changed\nentry to re-apply to an environment that already stores the builtin).",
3504
+
"description": "Builtin service overrides, deep-merged by `id` onto the defaults\npackaged in fiftyone (`builtin_version` must be bumped for a changed\nentry to re-apply to an environment that already stores the builtin).\nAn `entrypoint.container.image` without a tag defaults to the chart's\nappVersion.",
0 commit comments