Closed hongbo-miao closed 2 days ago
When I bump from 4.0.0 to 4.0.4, I got error
4.0.0
4.0.4
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.
Found the solution
serviceAccount: enable: false
Maybe worth a big version bump if it is a breaking change in future. ☺️
When I bump from
4.0.0
to4.0.4
, I got errorI think related to https://github.com/open-webui/helm-charts/pull/110
This seems a breaking change.