Skip to content

Commit

Permalink
chore: bump kyverno cli version and pyhton variable
Browse files Browse the repository at this point in the history
  • Loading branch information
almadigabor committed Jan 10, 2024
1 parent 4a03928 commit a342e61
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/helm-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ on:
type: string

env:
KYVERNO_VERSION: v1.10.1
KYVERNO_VERSION: v1.11.3
PYTHON_VERSION: '3.10'

jobs:
list-changed:
Expand All @@ -67,7 +68,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: ${{ env.PYTHON_VERSION }}
check-latest: true

- name: Set up chart-testing
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: ${{ env.PYTHON_VERSION }}
check-latest: true

- name: Kubernetes KinD Cluster
Expand Down

0 comments on commit a342e61

Please sign in to comment.