Skip to content

Commit

Permalink
Fix kubeVersion to support kube pre-releases
Browse files Browse the repository at this point in the history
related to helm/helm#6190
  • Loading branch information
calind committed Nov 17, 2021
1 parent 7b17370 commit 2940bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/mysql-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mysql-operator
description: A helm chart for Bitpoke Operator for MySQL
appVersion: "master"
kubeVersion: ">= 1.16.0"
kubeVersion: ">= 1.16.0-0"
keywords:
- mysql
- percona
Expand Down

0 comments on commit 2940bfb

Please sign in to comment.