From 5f3a2a0de651b360adf03a16ab7f3ced1bbdef60 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Wed, 2 Oct 2024 14:25:46 -0500 Subject: [PATCH] docs: supported version range To be moved to the "production ready" tier in upstream's documentation, we need to include the versions of Kubernetes and cert-manager supported, and link to upstream's installation docs. --- README.org | 7 ++++++- deploy/charts/origin-ca-issuer/Chart.yaml | 2 +- deploy/charts/origin-ca-issuer/README.md | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 9cbe532..b0f78b5 100644 --- a/README.org +++ b/README.org @@ -3,7 +3,12 @@ Origin CA Issuer is a [[https://github.com/cert-manager/cert-manager][cert-manager]] CertificateRequest controller for Cloudflare's [[https://developers.cloudflare.com/ssl/origin-configuration/origin-ca][Origin CA]] feature. ** Getting Started -We assume you have a Kubernetes cluster (1.16 or newer) with cert-manager (1.0 or newer) installed. We also assume you have permissions to create Custom Resource Definitions. +*** Prerequisites + +- Kubernetes: releases with [[https://endoflife.date/kubernetes][maintenance support]] +- cert-manager: releases under [[https://endoflife.date/cert-manager][upstream support]], which can be installed following upstream's [[https://cert-manager.io/docs/installation/][documentation]]. + +You must also have permissions in the Kubernetes cluster to create Custom Resource Definitions. *** Installing Origin CA Issuer First, we need to install the Custom Resource Definitions for the Origin CA Issuer. diff --git a/deploy/charts/origin-ca-issuer/Chart.yaml b/deploy/charts/origin-ca-issuer/Chart.yaml index b6ddc5f..51e0bc6 100644 --- a/deploy/charts/origin-ca-issuer/Chart.yaml +++ b/deploy/charts/origin-ca-issuer/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: origin-ca-issuer -version: 0.5.7 +version: 0.5.8 appVersion: 0.9.0 description: A Helm chart for origin-ca-issuer home: https://github.com/cloudflare/origin-ca-issuer diff --git a/deploy/charts/origin-ca-issuer/README.md b/deploy/charts/origin-ca-issuer/README.md index 0a85e2e..b43d3df 100644 --- a/deploy/charts/origin-ca-issuer/README.md +++ b/deploy/charts/origin-ca-issuer/README.md @@ -4,8 +4,8 @@ origin-ca-issuer is a Kubernetes addon to automate issuance and renewals of Clou ## Prerequisites -* Kubernetes 1.16+ -* cert-manager 1.0.0+ +* Kubernetes releases in [maintenance support](https://endoflife.date/kubernetes) +* cert-manager releases with upstream [support](https://endoflife.date/cert-manager) ## Installing the Chart