mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 17:21:11 +00:00
Merge pull request #586 from jpetazzo/fix_helm_version_range
➗ Add missing comma for helm version range
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user