Skip to content

Commit

Permalink
Update e2e constants kubebversion to remove 1.23 and add 1.28 (#6839)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahreehong authored Oct 18, 2023
1 parent ef552f7 commit e88608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ const (

var (
EksaPackageControllerHelmValues = []string{"sourceRegistry=public.ecr.aws/l0g8r8j6"}
KubeVersions = []v1alpha1.KubernetesVersion{v1alpha1.Kube123, v1alpha1.Kube124, v1alpha1.Kube125, v1alpha1.Kube126, v1alpha1.Kube127}
KubeVersions = []v1alpha1.KubernetesVersion{v1alpha1.Kube124, v1alpha1.Kube125, v1alpha1.Kube126, v1alpha1.Kube127, v1alpha1.Kube128}
)

0 comments on commit e88608f

Please sign in to comment.