File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ kubectl get deployment -n cnpg-system cnpg-controller-manager -o yaml \
2727Example output:
2828
2929``` output
30- image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25 .0
30+ image: ghcr.io/cloudnative-pg/cloudnative-pg:1.26 .0
3131```
3232
33- Ensure that the version displayed is ** 1.25 ** or newer.
33+ Ensure that the version displayed is ** 1.26 ** or newer.
3434
3535Then, use the [ cmctl] ( https://cert-manager.io/docs/reference/cmctl/#installation )
3636tool to confirm that ` cert-manager ` is correctly installed:
@@ -54,7 +54,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
5454<!-- x-release-please-start-version -->
5555``` sh
5656kubectl apply -f \
57- https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.2 .0/manifest.yaml
57+ https://github.com/cloudnative-pg/plugin-barman-cloud/releases/download/v0.3 .0/manifest.yaml
5858```
5959<!-- x-release-please-end -->
6060
You can’t perform that action at this time.
0 commit comments