Skip to content

Commit

Permalink
update KDM branch to v2.10 | add release/v2.10 as an action target br…
Browse files Browse the repository at this point in the history
…anch
  • Loading branch information
chiukapoor committed Oct 9, 2024
1 parent e659827 commit 6af7fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ jobs:
"v1.6"*)
ACTION_TARGET_BRANCH="release/v2.9"
;;
"v1.7"*)
ACTION_TARGET_BRANCH="release/v2.10"
;;
*)
echo "Not a valid tag, not dispatching event"
exit 0
Expand Down
4 changes: 2 additions & 2 deletions codegen/codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

const (
defaultDevURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.9/data.json"
defaultReleaseURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.9/data.json"
defaultDevURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.10/data.json"
defaultReleaseURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.10/data.json"
dataFile = "data/data.json"
)

Expand Down

0 comments on commit 6af7fe6

Please sign in to comment.