mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 01:54:25 +08:00

matchLabels are immutable. Thus, matching against the version, which changes with every release, blocks Helm upgrades. To resolve this, the label is removed. See [1] where this was similarly done. [1] https://github.com/seaweedfs/seaweedfs/pull/6090