From 8a2bed86db2150c4b442fd617ac601be0bf99442 Mon Sep 17 00:00:00 2001 From: epinio-bot Date: Mon, 10 Mar 2025 20:23:39 +0000 Subject: [PATCH] chore: docs: update cert-manager referenced version v1.17.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..52cd5cfd99 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.17.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..6de4b548fe 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.17.1/cert-manager.yaml # Wait for cert-manager to stabilize. This should take approximately # 30 seconds depending on your Internet connection.