diff --git a/Chart.yaml b/Chart.yaml index bf2bce9..dffb983 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -7,4 +7,4 @@ keywords: - confidential-containers name: trustee # DO NOT EDIT VERSION HERE, IT IS AUTO-GENERATED BY SEMANTIC-RELEASE -version: 0.4.0 +version: 0.5.0 diff --git a/README.md b/README.md index 59a90d6..5e06c62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # trustee -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) +![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) A Helm chart to provide an opinionated deployment of Trustee in a validated pattern @@ -32,10 +32,12 @@ In order to use this chart, you will need to: | global.coco.securityPolicyFlavour | string | `"insecure"` | | | global.secretStore.backend | string | `""` | | | kbs.admin.format | string | `"v1.0"` | | +| kbs.baremetal.enabled | bool | `false` | | | kbs.cosignKeys | string | `"secret/data/hub/coSignKeys"` | | | kbs.extraSecrets | list | `[]` | | | kbs.gpu.enabled | bool | `false` | | | kbs.publicKey | string | `"secret/data/hub/kbsPublicKey"` | | +| kbs.resourcePolicy.enforceHardware | bool | `true` | | | kbs.secretResources[0].key | string | `"secret/data/hub/kbsres1"` | | | kbs.secretResources[0].name | string | `"kbsres1"` | | | kbs.secretResources[1].key | string | `"secret/data/hub/passphrase"` | |