Skip to content

Commit

Permalink
Upgrade to Kubernetes v1.25.3 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Jul 11, 2023
1 parent ea73b10 commit ae90df1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.24.0
- v1.25.3

eventing-version:
- knative-v1.10.1
Expand All @@ -24,9 +24,9 @@ jobs:
# This is attempting to make it a bit clearer what's being tested.
# See: https://github.com/kubernetes-sigs/kind/releases/tag/v0.9.0
include:
- k8s-version: v1.24.0
kind-version: v0.14.0
kind-image-sha: sha256:0866296e693efe1fed79d5e6c7af8df71fc73ae45e3679af05342239cdc5bc8e
- k8s-version: v1.25.3
kind-version: v0.17.0
kind-image-sha: sha256:cd248d1438192f7814fbca8fede13cfe5b9918746dfa12583976158a834fd5c5
env:
KO_DOCKER_REPO: kind.local
SYSTEM_NAMESPACE: knative-eventing
Expand Down

0 comments on commit ae90df1

Please sign in to comment.