open-webui / helm-charts

72 stars 47 forks source link

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

Closed hongbo-miao closed 2 days ago

hongbo-miao commented 3 days ago

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.

hongbo-miao commented 3 days ago

Found the solution

serviceAccount:
  enable: false

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