Files
openstack-helm/releasenotes/notes/shaker.yaml
Gage Hugo 3c8fb39e54 Update shaker helm3 compatability
Currently the shaker chart fails to lint with helm3 due to
invalid yaml marking characters. This change removes the offending
characters to allow us to lint the chart successfully with helm3.

Change-Id: Ieb1ebbeadc4ce12711090060def659709c070b94
2021-09-08 10:55:29 -05:00

8 lines
193 B
YAML

---
shaker:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Use full image ref for docker official images
- 0.1.3 Fix helm3 linting issue
...