diff --git a/docs/writing-helmfile.md b/docs/writing-helmfile.md index 84f33220..b3f21c6d 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -101,8 +101,10 @@ templates: releases: - name: heapster + version: 0.3.2 <<: *default - name: kubernetes-dashboard + version: 0.10.0 <<: *default ```