Skip to content

Commit

Permalink
[Helm] Allow pre-release k8s versions to fix AWS EKS deployments (cva…
Browse files Browse the repository at this point in the history
…t-ai#7183)

Fixes cvat-ai#7182 by including pre-release versions as explained in the
[helm docs](https://helm.sh/docs/chart_template_guide/function_list/#working-with-prerelease-versions).
  • Loading branch information
ozen committed Dec 1, 2023
1 parent 6e32868 commit de4d4c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Changed

- \[Helm\] Allow pre-release versions in kubernetes requirement to include AWS EKS versions (<https://github.com/opencv/cvat/pull/7183>)
2 changes: 1 addition & 1 deletion helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cvat
kubeVersion: ">= 1.19.0"
kubeVersion: ">= 1.19.0-0"
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
Expand Down

0 comments on commit de4d4c1

Please sign in to comment.