Skip to content

Commit 38418c0

Browse files
committed
ci: pin CNPG manifest URL to immutable v1.25.0 tag
Use the v1.25.0 git tag instead of the release-1.25 branch ref for deterministic CI builds.
1 parent 597d739 commit 38418c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Install CloudNativePG operator
229229
if: github.event_name != 'pull_request'
230230
run: |
231-
kubectl apply --server-side -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.25/releases/cnpg-1.25.0.yaml
231+
kubectl apply --server-side -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/v1.25.0/releases/cnpg-1.25.0.yaml
232232
kubectl wait --for=condition=Available deploy/cnpg-controller-manager -n cnpg-system --timeout=180s
233233
234234
- name: Provision PostgreSQL and CoderControlPlane

0 commit comments

Comments
 (0)