Skip to content

Commit 7e5584d

Browse files
authored
Merge pull request #42 from slashben/main
Bumping Kubernetes version in release tests
2 parents 36b2e50 + 8c77b3a commit 7e5584d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ jobs:
1818
with:
1919
feature-gates: 'ValidatingAdmissionPolicy=true'
2020
extra-config: 'apiserver.runtime-config=admissionregistration.k8s.io/v1alpha1'
21-
kubernetes-version: 1.26.0
21+
kubernetes-version: 1.27.0
2222
container-runtime: containerd
2323
- uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.10'
2626
- uses: azure/setup-kubectl@v3
2727
- name: Running all control policy tests
2828
run: |
29+
kubectl version
30+
pip install --upgrade pip
2931
pip install -r requirements.txt
3032
./scripts/run-all-control-tests.sh
3133

0 commit comments

Comments
 (0)