Skip to content

Commit

Permalink
Test on kubernetes 1.28 (#2299)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay authored Aug 29, 2023
1 parent 8f54cc0 commit 7cf7f22
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.27"
- "1.28"
name: Run Elasticsearch E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.27"
- "1.28"
name: Run examples E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.27"
- "1.28"
name: Run generate E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-miscellaneous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.27"
- "1.28"
name: Run miscellaneous E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.27"
- "1.28"
name: Run sidecar E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.27"
- "1.28"
name: Run streaming E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.27"
- "1.28"
name: UI E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
kube-version:
- "1.19"
- "1.27"
- "1.28"
name: Run upgrade E2E tests
steps:
- name: "Check out code into the Go module directory"
Expand Down
5 changes: 5 additions & 0 deletions kind-1.28.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.28.0@sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31

0 comments on commit 7cf7f22

Please sign in to comment.