Skip to content

Commit

Permalink
feat: update docs for 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r3nic1e committed Dec 4, 2023
1 parent 17b4ef1 commit 8c22cdb
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: helmwave/[email protected]
with:
version: '0.32.1'
version: '0.33.0'
- run: helmwave schema > schema.json
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ A plan includes:
{% include "./flags/tags.md" %}
{% include "./flags/match-all-tags.md" %}
{% include "./flags/skip-unchanged.md" %}
{% include "./flags/charts-cache-dir.md" %}
{% include "./flags/graph-width.md" %}
{% include "./flags/remote-source.md" %}
---
{% include "./flags/diff-mode.md" %}
{% include "./flags/wide.md" %}
Expand Down Expand Up @@ -362,6 +362,7 @@ Global flags available in any command.

> Helmwave uses [:simple-github: sirupsen/logrus](https://github.com/sirupsen/logrus) as internal logger.
{% include "./flags/cache-dir.md" %}
{% include "./flags/log-format.md" %}
{% include "./flags/log-level.md" %}
{% include "./flags/log-color.md" %}
Expand Down
2 changes: 0 additions & 2 deletions docs/examples/private-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export HELMWAVE_DIFF_MODE=none

**build a plan**

you can also use `--charts-cache-dir`.

```shell
helmwave build
```
Expand Down
6 changes: 6 additions & 0 deletions docs/flags/cache-dir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### `--cache-dir`

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

The directory to use for storing remote sources.
6 changes: 0 additions & 6 deletions docs/flags/charts-cache-dir.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/flags/remote-source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### `--remote-source`

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

Remote source to use for building plan. [go-getter URL format](https://github.com/hashicorp/go-getter#url-format) is used.
The downloaded remote source is cached and the cache is reused.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ theme:
- search.highlight

extra:
ver: 0.32.1
ver: 0.33.0
version:
provider: mike
default: latest
Expand Down

0 comments on commit 8c22cdb

Please sign in to comment.