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 597d739 commit 38418c0Copy full SHA for 38418c0
1 file changed
.github/workflows/ci.yaml
@@ -228,7 +228,7 @@ jobs:
228
- name: Install CloudNativePG operator
229
if: github.event_name != 'pull_request'
230
run: |
231
- kubectl apply --server-side -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.0.yaml
+ kubectl apply --server-side -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/v1.25.0/releases/cnpg-1.25.0.yaml
232
kubectl wait --for=condition=Available deploy/cnpg-controller-manager -n cnpg-system --timeout=180s
233
234
- name: Provision PostgreSQL and CoderControlPlane
0 commit comments