-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ecs-inventory & k8s-inventory existing secrets (#349)
* dont fail deployment if using existing secrets (#195) * dont fail deployment if using existing secrets * bump chart version --------- * K8s inventory fix existing secrets (#196) * change useExistingSecrets to match values useExistingSecret in values file * bump chart version * fix existing secret reference in ecs-inventory chart --------- Signed-off-by: Brady Todhunter <[email protected]>
- Loading branch information
1 parent
8eeb28a
commit be69782
Showing
6 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ maintainers: | |
email: [email protected] | ||
|
||
type: application | ||
version: 0.0.5 | ||
version: 0.0.6 | ||
appVersion: "1.3.0" | ||
|
||
icon: https://anchore.com/wp-content/uploads/2016/08/anchore.png |
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
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
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