Skip to content

Commit

Permalink
Fixes kubeversion property in Chart.yaml (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
meik99 committed Jul 13, 2022
1 parent 856e9b2 commit ed89e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/helm/chart/default/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ home: https://www.dynatrace.com/
type: application
version: 0.7.1
appVersion: 0.7.1
kubeVersion: ">=1.21"
kubeVersion: '>=1.21.0-0'
maintainers:
- name: 0sewa0
email: marcell.sevcsik@dynatrace.com
Expand Down

0 comments on commit ed89e3e

Please sign in to comment.