Skip to content

Commit 22f34c0

Browse files
committed
draft
1 parent deea192 commit 22f34c0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ jobs:
138138
kubectl -ndefault logs localhost-5001-pulp-operator-bundle-testing
139139
kubectl -ndefault describe pod/localhost-5001-pulp-operator-bundle-testing
140140
echo ::endgroup::
141+
142+
echo ::group::CSV
143+
kubectl get csv -A -oyaml
144+
echo ::endgroup::
141145
shell: bash
142146

143147
envtest:

bundle/manifests/pulp-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ spec:
14211421
14221422
name: Pulp Community
14231423
maturity: stable
1424-
minKubeVersion: v1.30
1424+
minKubeVersion: 1.30.0
14251425
provider:
14261426
name: Pulp Community
14271427
url: https://github.com/pulp/pulp-operator

config/manifests/bases/pulp-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ spec:
14181418
14191419
name: Pulp Community
14201420
maturity: stable
1421-
minKubeVersion: v1.30
1421+
minKubeVersion: 1.30.0
14221422
provider:
14231423
name: Pulp Community
14241424
url: https://github.com/pulp/pulp-operator

0 commit comments

Comments
 (0)