.metadata.automountServiceAccountToken: field not declared in schema #43

Closed
opened 2026-02-15 19:15:45 -05:00 by yindo · 1 comment
Owner

Originally created by @hongbo-miao on GitHub (Nov 26, 2024).

When I bump from 4.0.0 to 4.0.4, I got error

failed to create typed patch object (development-horizon-open-webui/open-webui; /v1, Kind=ServiceAccount): .metadata.automountServiceAccountToken: field not declared in schema

I think related to https://github.com/open-webui/helm-charts/pull/110

This seems a breaking change.

Originally created by @hongbo-miao on GitHub (Nov 26, 2024). When I bump from `4.0.0` to `4.0.4`, I got error ```sh failed to create typed patch object (development-horizon-open-webui/open-webui; /v1, Kind=ServiceAccount): .metadata.automountServiceAccountToken: field not declared in schema ``` I think related to https://github.com/open-webui/helm-charts/pull/110 This seems a breaking change.
yindo closed this issue 2026-02-15 19:15:45 -05:00
Author
Owner

@hongbo-miao commented on GitHub (Nov 26, 2024):

Found one way in my case

serviceAccount:
  enable: false

Maybe worth a big version bump if it is a breaking change in future. ☺️

@hongbo-miao commented on GitHub (Nov 26, 2024): Found one way in my case ```yaml serviceAccount: enable: false ``` Maybe worth a big version bump if it is a breaking change in future. ☺️
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#43