-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm): introduce new installation and CRD lifecycle (#1065)
* chore: name change for webhook names Signed-off-by: Oliver Bähler <[email protected]> * chore: remove apidocs Signed-off-by: Oliver Bähler <[email protected]> * feat(helm): implement crd lifecycle and values consistency Signed-off-by: Oliver Bähler <[email protected]> * chore: change default group name Signed-off-by: Oliver Bähler <[email protected]> --------- Signed-off-by: Oliver Bähler <[email protected]>
- Loading branch information
1 parent
7d78f5f
commit 9ebbbed
Showing
63 changed files
with
2,444 additions
and
1,843 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,9 @@ annotations: | |
email: [email protected] | ||
artifacthub.io/links: | | ||
- name: Documentation | ||
url: https://capsule.clastix.io/ | ||
# artifacthub.io/changes: | | ||
# - kind: added | ||
# description: artifacthub annotations | ||
# - kind: changed | ||
# description: maintainers contact | ||
url: https://projectcapsule.dev/ | ||
artifacthub.io/changes: | | ||
- kind: added | ||
description: bundled crd lifecycle | ||
- kind: changed | ||
description: removed PodSecurityPolicy support |
Oops, something went wrong.