generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[helm] Add the force_update arg (#509)
[helm] Add the force_update arg Depends-On: ansible/ansible-zuul-jobs#1648 Depends-On: #522 SUMMARY Sometimes a Helm repo needs to be updated with a new URL. The helm repo add command allows for this with the --force-update flag: --force-update replace (overwrite) the repo if it already exists ISSUE TYPE Feature Pull Request - Closes #491 COMPONENT NAME kubernetes.core.helm_repository ADDITIONAL INFORMATION Reviewed-by: Mor Cohen <morcohen1201@gmail.com> Reviewed-by: Mike Graves <mgraves@redhat.com>
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
changelogs/fragments/509-helm-repo-add-force_update-argument.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- helm_repository - Ability to replace (overwrite) the repo if it already exists by forcing (https://github.com/ansible-collections/kubernetes.core/issues/491). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters