Skip to content

Commit

Permalink
Fix semver compare number for jobs check command (#24480)
Browse files Browse the repository at this point in the history
From what I can tell this command was added in 2.1.0 not 2.0.0.
  • Loading branch information
dstandish authored Jun 15, 2022
1 parent 98c6fa3 commit e8fdc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/_helpers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ Create the name of the cleanup service account to use

{{define "scheduler_liveness_check_command"}}

{{- if semverCompare ">=2.0.0" .Values.airflowVersion }}
{{- if semverCompare ">=2.1.0" .Values.airflowVersion }}
- sh
- -c
- |
Expand Down

0 comments on commit e8fdc30

Please sign in to comment.