From a1e4a4f53459ab0c891c231c72b0c8a1e3e388f0 Mon Sep 17 00:00:00 2001 From: epinio-bot Date: Mon, 21 Oct 2024 03:06:38 +0000 Subject: [PATCH] chore: docs: update cert-manager referenced version v1.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .../other_inst_scenarios/install_epinio_on_rancher_desktop.md | 2 +- docs/tutorials/single-dev-workflow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md b/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md index 920f453168..b1127de42a 100644 --- a/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md +++ b/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md @@ -50,7 +50,7 @@ The Epinio installation is similar on Linux, macOS and Windows: 1. Follow the [Epinio installation process](../../installation/install_epinio.md). It uses: ```shell - kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.yaml + kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.yaml # Wait for cert-manager to stabilize diff --git a/docs/tutorials/single-dev-workflow.md b/docs/tutorials/single-dev-workflow.md index 23f810c385..080c541f1c 100644 --- a/docs/tutorials/single-dev-workflow.md +++ b/docs/tutorials/single-dev-workflow.md @@ -73,7 +73,7 @@ Once you have your local Kubernetes cluster installed and running, you can These are the steps for Rancher Desktop: ```shell -kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.4/cert-manager.yaml +kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.yaml # Wait for cert-manager to stabilize. This should take approximately # 30 seconds depending on your Internet connection.