Skip to content

Commit e8da87d

Browse files
authored
Merge pull request #94 from helmwave/0.41.x
Generate docs for 0.41.x version
2 parents 86873aa + c3b0995 commit e8da87d

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

docs/yaml.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,9 @@ Almost all options that are here are native :simple-helm: helm options.
365365
| reuse_values | 🙅 | bool | false | | :simple-helm: |
366366
| reset_then_reuse_values | 🙅 | bool | false | | :simple-helm: |
367367
| skip_crds | 🙅 | bool | false | | :simple-helm: |
368-
| show_notes | 🙅 | bool | false | | :simple-helm: |
368+
| take_ownership | 🙅 | bool | false | | :simple-helm: |
369+
| skip_schema_validation | 🙅 | bool | false | | :simple-helm: |
370+
| hide_notes | 🙅 | bool | true | | :simple-helm: |
369371
| sub_notes | 🙅 | bool | false | | :simple-helm: |
370372
| post_renderer | 🙅 | array | [] || :simple-helm: |
371373
| delete_propagation | 🙅 | string | "background" | | :simple-helm: |
@@ -889,16 +891,30 @@ Be careful with this option.
889891
If set, render sub chart notes along with the parent.
890892
This option determines whether sub-notes are rendered in the chart.
891893

894+
### take_ownership
895+
896+
> Introduced in [:material-tag: v0.41.1](https://github.com/helmwave/helmwave/releases/tag/v0.41.1)
897+
898+
Will ignore the check for helm annotations and take ownership of the resources
899+
900+
### skip_schema_validation
901+
902+
> Introduced in [:material-tag: v0.41.1](https://github.com/helmwave/helmwave/releases/tag/v0.41.1)
903+
904+
Determines if JSON schema validation is disabled
905+
892906
### post_renderer
893907

894908
> Introduced in [:material-tag: v0.24.0](https://github.com/helmwave/helmwave/releases/tag/v0.24.0)
895909

896910
You can use custom commands to change rendered manifests.
897911

898-
### show_notes
912+
### hide_notes (ex:show_notes)
899913

900914
> Introduced in [:material-tag: v0.31.0](https://github.com/helmwave/helmwave/releases/tag/v0.31.0)
901915

916+
> !!! It was renamed form `show_notes=false`, to `hide_notes=true` in [:material-tag: v0.41.1](https://github.com/helmwave/helmwave/releases/tag/v0.41.1)
917+
902918
If enabled, rendered [chart notes](https://helm.sh/docs/chart_template_guide/notes_files/) will be shown after
903919
successful release.
904920

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ theme:
117117
- search.highlight
118118

119119
extra:
120-
ver: 0.40.5
120+
ver: 0.41.1
121121
version:
122122
provider: mike
123123
default: latest

0 commit comments

Comments
 (0)