diff --git a/content/en/docs/installation/_index.md b/content/en/docs/installation/_index.md index c2bf912e7dd..9cea89c9754 100644 --- a/content/en/docs/installation/_index.md +++ b/content/en/docs/installation/_index.md @@ -15,7 +15,7 @@ install methods are listed below for each of the situations. The default static configuration can be installed as follows: ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.3/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.4/cert-manager.yaml ``` More information on this install method [can be found here](./kubectl/). @@ -23,7 +23,7 @@ More information on this install method [can be found here](./kubectl/). > You quickly want to learn how to use cert-manager and what it can be used for. -We recommend [kubectl cert-manager x install](./kubectl-plugin/) to quickly install cert-manager and [interact with cert-manager resources](../usage/kubectl-plugin/) from the command line. +We recommend [kubectl cert-manager x install](./kubectl-plugin/) to quickly install cert-manager and [interact with cert-manager resources](../usage/kubectl-plugin/) from the command line. Or if you prefer Helm or if you don't want to install the `kubectl cert-manager` plugin, you can [use helm to install cert-manager](./helm/). diff --git a/content/en/docs/installation/helm.md b/content/en/docs/installation/helm.md index f3ec8efbdd8..dd3354d4da0 100644 --- a/content/en/docs/installation/helm.md +++ b/content/en/docs/installation/helm.md @@ -46,7 +46,7 @@ or using the `installCRDs` option when installing the Helm chart. ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.3/cert-manager.crds.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.4/cert-manager.crds.yaml ``` ##### Option 2: install CRDs as part of the Helm release @@ -67,7 +67,7 @@ $ helm install \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --version v1.5.3 \ + --version v1.5.4 \ # --set installCRDs=true ``` @@ -80,7 +80,7 @@ $ helm install \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --version v1.5.3 \ + --version v1.5.4 \ --set prometheus.enabled=false \ # Example: disabling prometheus using a Helm parameter --set webhook.timeoutSeconds=4s # Example: changing the wehbook timeout using a Helm parameter ``` @@ -97,7 +97,7 @@ $ helm template \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --version v1.5.3 \ + --version v1.5.4 \ # --set prometheus.enabled=false \ # Example: disabling prometheus using a Helm parameter # --set installCRDs=true \ # Uncomment to also template CRDs > cert-manager.custom.yaml diff --git a/content/en/docs/installation/kubectl.md b/content/en/docs/installation/kubectl.md index 6fb9b34b1c8..84898574828 100644 --- a/content/en/docs/installation/kubectl.md +++ b/content/en/docs/installation/kubectl.md @@ -21,7 +21,7 @@ are included in a single YAML manifest file: Install all cert-manager components: ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.3/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.4/cert-manager.yaml ``` By default, cert-manager will be installed into the `cert-manager` diff --git a/content/en/docs/installation/operator-lifecycle-manager.md b/content/en/docs/installation/operator-lifecycle-manager.md index 7059b34670e..0c88f2610bd 100644 --- a/content/en/docs/installation/operator-lifecycle-manager.md +++ b/content/en/docs/installation/operator-lifecycle-manager.md @@ -69,7 +69,7 @@ spec: name: cert-manager ... status: - currentCSV: cert-manager.v1.5.0 + currentCSV: cert-manager.v1.5.4 state: AtLatestKnown ... ```