From 381ac917523376bf0ca8b9aca98a5b5e47a0c6fb Mon Sep 17 00:00:00 2001 From: Robin Tweedie <70587124+robin-wayve@users.noreply.github.com> Date: Wed, 9 Jun 2021 15:03:51 +0100 Subject: [PATCH] Provide a link to the Helm chart for oauth2-proxy (#1217) * Update installation.md Provide a link to the Helm chart for oauth2-proxy * also document in latest versioned docs --- docs/docs/installation.md | 2 ++ docs/versioned_docs/version-7.1.x/installation.md | 2 ++ 2 files changed, 4 insertions(+) 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`. ```