diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 04e82406..c53b5fdf 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -12,6 +12,8 @@ slug: / c. Using the prebuilt docker image [quay.io/oauth2-proxy/oauth2-proxy](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, ARMv6 and ARM64 tags available) + d. Using a [Kubernetes manifest](https://github.com/oauth2-proxy/manifests) (Helm) + Prebuilt binaries can be validated by extracting the file and verifying it against the `sha256sum.txt` checksum file provided for each release starting with version `v3.0.0`. ``` diff --git a/docs/versioned_docs/version-7.1.x/installation.md b/docs/versioned_docs/version-7.1.x/installation.md index 04e82406..c53b5fdf 100644 --- a/docs/versioned_docs/version-7.1.x/installation.md +++ b/docs/versioned_docs/version-7.1.x/installation.md @@ -12,6 +12,8 @@ slug: / c. Using the prebuilt docker image [quay.io/oauth2-proxy/oauth2-proxy](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, ARMv6 and ARM64 tags available) + d. Using a [Kubernetes manifest](https://github.com/oauth2-proxy/manifests) (Helm) + Prebuilt binaries can be validated by extracting the file and verifying it against the `sha256sum.txt` checksum file provided for each release starting with version `v3.0.0`. ```