mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
* ci: added helm cosign verification and renovate app workflow to bump chart versions * docs: add helm artifacts verification Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr> * fix: update app id Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr> * docs: add documentation link in helm chart and seerr docs Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr> --------- Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr> Co-authored-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
37 lines
910 B
Go Template
37 lines
910 B
Go Template
{{ template "chart.header" . }}
|
|
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
{{ template "chart.badgesSection" . }}
|
|
|
|
{{ template "chart.description" . }}
|
|
|
|
{{ template "chart.homepageLine" . }}
|
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
## Installation
|
|
|
|
Refer to [https://docs.seerr.dev/getting-started/kubernetes](Seerr kubernetes documentation)
|
|
|
|
## Update Notes
|
|
|
|
### Updating to 3.0.0
|
|
|
|
Nothing has changed; we just rebranded the `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" . }}
|