Merge pull request #228 from lemeurherve/patch-1

fix(doc): add missing version field in the release template example
This commit is contained in:
yxxhero 2022-07-14 06:36:54 +08:00 committed by GitHub
commit 4e49ed9a1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -101,8 +101,10 @@ templates:
releases:
- name: heapster
version: 0.3.2
<<: *default
- name: kubernetes-dashboard
version: 0.10.0
<<: *default
```