Skip to content

Commit

Permalink
Add noe template for 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipper committed Nov 5, 2024
1 parent 2984628 commit ae5b458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/templates/ignition.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ const TEMPLATE_VERSION = "7"

func (i *ignition) getIgnitionTemplate(kluster *kubernikusv1.Kluster) (string, error) {
switch {
case strings.HasPrefix(kluster.Spec.Version, "1.31"):
return Node_1_27, nil // No changes to 1.27
case strings.HasPrefix(kluster.Spec.Version, "1.30"):
return Node_1_27, nil // No changes to 1.27
case strings.HasPrefix(kluster.Spec.Version, "1.29"):
Expand Down

0 comments on commit ae5b458

Please sign in to comment.