From 1c1d3de6fc0b00047c330c1012cf39fc1f06c14d Mon Sep 17 00:00:00 2001 From: epinio-bot Date: Thu, 3 Jul 2025 23:22:54 +0000 Subject: [PATCH] chore: docs: update cert-manager referenced version v1.18.2 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 1ba5fcc933..42a00bb25f 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.18.1/cert-manager.yaml + kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/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 d99ca012c5..53856a8f29 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.18.1/cert-manager.yaml +kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/cert-manager.yaml # Wait for cert-manager to stabilize. This should take approximately # 30 seconds depending on your Internet connection.