From 08800c7cf3bd023597cffc6830a5e6e2f0959f8c Mon Sep 17 00:00:00 2001 From: James Kruger Date: Fri, 14 Nov 2025 09:57:44 +0000 Subject: [PATCH] docs: update Kubernetes installation documentation for Seerr (#2126) --- docs/getting-started/kubernetes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/kubernetes.mdx b/docs/getting-started/kubernetes.mdx index 16d7b519d..957d9ea2f 100644 --- a/docs/getting-started/kubernetes.mdx +++ b/docs/getting-started/kubernetes.mdx @@ -1,6 +1,6 @@ --- title: Kubernetes (Advanced) -description: Install Jellyseerr in Kubernetes +description: Install Seerr in Kubernetes sidebar_position: 3 --- # Kubernetes @@ -18,10 +18,10 @@ To confirm that the chart you are using is authentic and unmodified, please refe ```console helm install seerr oci://ghcr.io/seerr-team/seerr/seerr-chart ``` -Helm values can be found in the Jellyseerr repository under [charts/jellyseerr-chart/README.md](https://github.com/fallenbagel/jellyseerr/tree/develop/charts/jellyseerr-chart). +Helm values can be found in the Seerr repository under [charts/seerr-chart/README.md](https://github.com/fallenbagel/jellyseerr/tree/develop/charts/seerr-chart). Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) (replace [tag], with the TAG you want to verify) : ```console -cosign verify ghcr.io/seerr-team/seerr/seerr-chart:[tag] --certificate-identity=https://github.com/fallenbagel/jellyseerr/.github/workflows/helm.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac +cosign verify ghcr.io/seerr-team/seerr/seerr-chart:[tag] --certificate-identity=https://github.com/seerr-team/seerr/.github/workflows/helm.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac tions.githubusercontent.com ```