Merge pull request #586 from jpetazzo/fix_helm_version_range

 Add missing comma for helm version range
This commit is contained in:
Jérôme Petazzoni
2021-04-22 11:06:44 +02:00
committed by GitHub

View File

@@ -134,7 +134,7 @@ use Bitnami's Redis chart.
```yaml
dependencies:
- name: redis
version: ">=11 <12"
version: ">=11, <12"
repository: https://charts.bitnami.com/bitnami
```