Skip to content

Commit 08800c7

Browse files
authored
docs: update Kubernetes installation documentation for Seerr (#2126)
1 parent 2fe7253 commit 08800c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/kubernetes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Kubernetes (Advanced)
3-
description: Install Jellyseerr in Kubernetes
3+
description: Install Seerr in Kubernetes
44
sidebar_position: 3
55
---
66
# Kubernetes
@@ -18,10 +18,10 @@ To confirm that the chart you are using is authentic and unmodified, please refe
1818
```console
1919
helm install seerr oci://ghcr.io/seerr-team/seerr/seerr-chart
2020
```
21-
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).
21+
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).
2222

2323
Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) (replace [tag], with the TAG you want to verify) :
2424
```console
25-
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
25+
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
2626
tions.githubusercontent.com
2727
```

0 commit comments

Comments
 (0)