Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Sep 3, 2024
1 parent c293b86 commit 976c765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/preflight/assets/host-preflights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ spec:
message: "Kots < 1.96.2 is not compatible with Kubernetes >= 1.29.0"
- hostOS:
checkName: "Docker Support"
exclude: '{{kurl (not .Installer.Spec.Docker.Version) }}'
exclude: '{{kurl not .Installer.Spec.Docker.Version }}'
outcomes:
- fail:
when: "ubuntu = 24.04"
Expand All @@ -574,7 +574,7 @@ spec:
message: "Docker is not supported on AmazonLinux 2023"
- hostOS:
checkName: "Kubernetes Support"
exclude: '{{kurl (semverCompare ">= 1.24.0" .Installer.Spec.Kubernetes.Version) }}'
exclude: '{{kurl and .Installer.Spec.Kubernetes.Version (semverCompare ">= 1.24.0" .Installer.Spec.Kubernetes.Version) }}'
outcomes:
- fail:
when: "ubuntu = 24.04"
Expand Down

0 comments on commit 976c765

Please sign in to comment.