Skip to content

Commit

Permalink
fix: set workflow input to 1.29 (#1695)
Browse files Browse the repository at this point in the history
Co-authored-by: jeho <17126497+j-zimnowoda@users.noreply.github.com>
  • Loading branch information
ElderMatt and j-zimnowoda authored Aug 28, 2024
1 parent 38c8cf9 commit 60e429d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
type: string
default: linode
kubernetes_versions:
description: "Kubernetes versions (JSON formatted list e.g.: ['1.27'])"
description: "Kubernetes versions (JSON formatted list e.g.: ['1.28'])"
type: string
default: "['1.28']"
default: "['1.29']"
install_profile:
description: Otomi installation profile
default: full
Expand Down

0 comments on commit 60e429d

Please sign in to comment.