Skip to content

Commit 1c4f616

Browse files
authored
fix: damn version issues (#20)
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent a667d14 commit 1c4f616

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ keywords:
77
- confidential-containers
88
name: trustee
99
# DO NOT EDIT VERSION HERE, IT IS AUTO-GENERATED BY SEMANTIC-RELEASE
10-
version: 0.3.0
10+
version: 0.3.2

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trustee
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square)
3+
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square)
44

55
A Helm chart to provide an opinionated deployment of Trustee in a validated pattern
66

@@ -31,6 +31,7 @@ In order to use this chart, you will need to:
3131
| global.coco.securityPolicy | string | `"secret/data/hub/securityPolicyConfig"` | |
3232
| global.coco.securityPolicyFlavour | string | `"insecure"` | |
3333
| global.secretStore.backend | string | `""` | |
34+
| kbs.admin.format | string | `"v1.0"` | |
3435
| kbs.cosignKeys | string | `"secret/data/hub/coSignKeys"` | |
3536
| kbs.extraSecrets | list | `[]` | |
3637
| kbs.publicKey | string | `"secret/data/hub/kbsPublicKey"` | |

0 commit comments

Comments
 (0)