Skip to content

Commit ad194bd

Browse files
author
epinio-bot
committed
chore: docs: update cert-manager referenced version v1.17.0
Made with ❤️️ by updatecli
1 parent f17ce0c commit ad194bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Epinio installation is similar on Linux, macOS and Windows:
5050
1. Follow the [Epinio installation process](../../installation/install_epinio.md). It uses:
5151

5252
```shell
53-
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.3/cert-manager.yaml
53+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.17.0/cert-manager.yaml
5454

5555
# Wait for cert-manager to stabilize
5656

docs/tutorials/single-dev-workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Once you have your local Kubernetes cluster installed and running, you can
7373
These are the steps for Rancher Desktop:
7474

7575
```shell
76-
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.3/cert-manager.yaml
76+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.17.0/cert-manager.yaml
7777

7878
# Wait for cert-manager to stabilize. This should take approximately
7979
# 30 seconds depending on your Internet connection.

0 commit comments

Comments
 (0)