We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76e067 commit f229316Copy full SHA for f229316
README.md
@@ -81,12 +81,12 @@ kubectl get deployment -n cnpg-system cnpg-controller-manager \
81
Example output:
82
83
```output
84
-image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0-rc1
+image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0
85
```
86
87
Ensure that the version displayed is **1.25** or newer.
88
89
-Then, use the [cmctl](https://cert-manager.io/v1.6-docs/usage/cmctl/#installation)
+Then, use the [cmctl](https://cert-manager.io/docs/reference/cmctl/#installation)
90
tool to confirm that `cert-manager` is correctly installed:
91
92
```sh
0 commit comments