-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update cluster role to allow eventing; deprecate helm2 chart; a…
…dd requeueAfter decryption error (#46) * feat: update cluster role to allow eventing * fix: deprecate helm2 chart * feat: add requeueAfter decryption error * pipe: improve helm tests * package helm
- Loading branch information
Showing
13 changed files
with
273 additions
and
50 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v2 | ||
version: 0.6.3 | ||
appVersion: 0.1.8 | ||
version: 0.6.4 | ||
appVersion: 0.1.9 | ||
type: application | ||
description: sops secrets operator | ||
name: sops-secrets-operator | ||
|
@@ -9,3 +9,21 @@ sources: | |
maintainers: | ||
- name: isindir | ||
email: [email protected] | ||
metadata: | ||
annotations: | ||
artifacthub.io/operator: "true" | ||
artifacthub.io/links: | ||
- name: "SOPS: Secrets OPerationS - Kubernetes Operator github project" | ||
url: "https://github.com/isindir/sops-secrets-operator.git" | ||
- name: "SOPS: Secrets OPerationS" | ||
url: "https://github.com/mozilla/sops" | ||
artifacthub.io/maintainers: | ||
- name: isindir | ||
email: [email protected] | ||
artifacthub.io/operatorCapabilities: "Full Lifecycle" | ||
artifacthub.io/crds: | ||
- kind: SopsSecret | ||
version: isindir.github.com/v1alpha2 | ||
name: sopssecret | ||
displayName: SopsSecret | ||
description: SopsSecret - encapsulates sops encrypted kubernetes secrets definitions |
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
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
Oops, something went wrong.