-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm): add subjects for cert-manager certificate (#346)
* ci(helm): fix helm e2e installer Signed-off-by: Oliver Bähler <[email protected]> * feat(chart): add cert subjects and bump app version 0.4.7 Signed-off-by: Oliver Bähler <[email protected]> --------- Signed-off-by: Oliver Bähler <[email protected]>
- Loading branch information
1 parent
d188f12
commit 2333253
Showing
6 changed files
with
48 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
appVersion: 0.4.6 | ||
appVersion: 0.4.7 | ||
description: Helm Chart for Capsule Proxy, addon for Capsule, the multi-tenant Operator | ||
name: capsule-proxy | ||
type: application | ||
|
@@ -21,7 +21,7 @@ maintainers: | |
- name: capsule-maintainers | ||
email: [email protected] | ||
annotations: | ||
artifacthub.io/containsSecurityUpdates: "true" | ||
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/operator: "true" | ||
artifacthub.io/prerelease: "false" | ||
artifacthub.io/category: security | ||
|
@@ -34,6 +34,4 @@ annotations: | |
url: https://capsule.clastix.io/ | ||
artifacthub.io/changes: | | ||
- kind: added | ||
description: artifacthub annotations | ||
- kind: changed | ||
description: maintainers contact | ||
description: add subjects for cert-manager certificate |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
options: | ||
enableSSL: true | ||
generateCertificates: false | ||
certManager: | ||
generateCertificates: true | ||
certificate: | ||
dnsNames: | ||
- "localhost" | ||
ipAddresses: | ||
- "127.0.0.1" | ||
uris: | ||
- "spiffe://cluster.local/ns/sandbox/sa/example" |
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