{{ template "chart.header" . }} {{ template "chart.deprecationWarning" . }} {{ template "chart.badgesSection" . }} {{ template "chart.description" . }} {{ template "chart.homepageLine" . }} {{ template "chart.maintainersSection" . }} {{ template "chart.sourcesSection" . }} {{ template "chart.requirementsSection" . }} ## Update Notes ### Updating to 3.0.0 Nothing change we just rebranded `jellyseerr` helm-chart to `seerr` :) ### Updating to 2.7.0 Seerr is a stateful application and it is not designed to have multiple replicas. In version 2.7.0 we address this by: - replacing `Deployment` with `StatefulSet` - removing `replicaCount` value If `replicaCount` value was used - remove it. Helm update should work fine after that. {{ template "chart.valuesSection" . }}