Skip to content

Commit

Permalink
ci: ovn-kubernetes: Bump kubernetes version to v1.23.3.
Browse files Browse the repository at this point in the history
Match the kubernetes (and go) versions from upstream ovn-kubernetes,
similar to:

ovn-kubernetes/ovn-kubernetes@cba7c5b

Suggested-by: Dan Williams <[email protected]>
Signed-off-by: Dumitru Ceara <[email protected]>
Signed-off-by: Numan Siddique <[email protected]>
  • Loading branch information
dceara authored and numansiddique committed Feb 24, 2022
1 parent 0c252b8 commit d811222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ovn-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- cron: '0 0 * * 0'

env:
GO_VERSION: "1.16.3"
K8S_VERSION: v1.20.2
GO_VERSION: "1.17.6"
K8S_VERSION: v1.23.3
OVNKUBE_COMMIT: "master"
LIBOVSDB_COMMIT: "8081fe24e48f"
KIND_CLUSTER_NAME: ovn
Expand Down

0 comments on commit d811222

Please sign in to comment.