Skip to content

Commit

Permalink
Add note about cm version for using force option
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Jul 18, 2018
1 parent c25eb42 commit d4789bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Done.
### Force push
If your ChartMuseum install is configured with `ALLOW_OVERWRITE=true`, chart versions will be automatically overwritten upon re-upload.

Otherwise, unless your install is configured with `DISABLE_FORCE_OVERWRITE=true`, you can use the `--force`/`-f` option to to force an upload:
Otherwise, unless your install is configured with `DISABLE_FORCE_OVERWRITE=true` (ChartMuseum > v0.7.1), you can use the `--force`/`-f` option to to force an upload:
```
$ helm push --force mychart-0.3.2.tgz chartmuseum
Pushing mychart-0.3.2.tgz to chartmuseum...
Expand Down

0 comments on commit d4789bb

Please sign in to comment.