-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(chart): add cert subjects and bump app version 0.4.7
Signed-off-by: Oliver Bähler <[email protected]>
- Loading branch information
1 parent
dc2e1f8
commit 611670f
Showing
5 changed files
with
41 additions
and
6 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
apiVersion: v2 | ||
appVersion: 0.4.5 | ||
appVersion: 0.4.7 | ||
description: Helm Chart for Capsule Proxy, addon for Capsule, the multi-tenant Operator | ||
name: capsule-proxy | ||
type: application | ||
version: 0.5.0 | ||
version: 0.5.1 | ||
home: https://github.com/projectcapsule/capsule-proxy | ||
icon: https://github.com/projectcapsule/capsule/raw/main/assets/logo/capsule_small.png | ||
keywords: | ||
|
@@ -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