diff --git a/Chart.yaml b/Chart.yaml index b4bac1f..4e51e4d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -6,4 +6,4 @@ keywords: - confidential-computing - confidential-containers name: trustee -version: 0.10.1 +version: 0.10.2 diff --git a/README.md b/README.md index e8a02f8..88aa7e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # trustee -![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) +![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-informational?style=flat-square) A Helm chart to provide an opinionated deployment of Trustee in a validated pattern diff --git a/templates/rvps-values-policies.yaml b/templates/rvps-values-policies.yaml index 5a3eb32..e5a1016 100644 --- a/templates/rvps-values-policies.yaml +++ b/templates/rvps-values-policies.yaml @@ -87,6 +87,22 @@ spec: {{`{{- $e := dict "version" "0.1.0" "name" "snp_launch_measurement" "expiration" "2027-12-12T00:00:00Z" "value" $firmwareData.snp_launch_measurement -}}`}} {{`{{- $referenceValues = set $referenceValues "snp_launch_measurement" (toJson $e | base64enc | replace "+" "-" | replace "/" "_") -}}`}} {{`{{- end -}}`}} + {{`{{- if $firmwareData.snp_bootloader -}}`}} + {{`{{- $e := dict "version" "0.1.0" "name" "snp_bootloader" "expiration" "2027-12-12T00:00:00Z" "value" $firmwareData.snp_bootloader -}}`}} + {{`{{- $referenceValues = set $referenceValues "snp_bootloader" (toJson $e | base64enc | replace "+" "-" | replace "/" "_") -}}`}} + {{`{{- end -}}`}} + {{`{{- if $firmwareData.snp_microcode -}}`}} + {{`{{- $e := dict "version" "0.1.0" "name" "snp_microcode" "expiration" "2027-12-12T00:00:00Z" "value" $firmwareData.snp_microcode -}}`}} + {{`{{- $referenceValues = set $referenceValues "snp_microcode" (toJson $e | base64enc | replace "+" "-" | replace "/" "_") -}}`}} + {{`{{- end -}}`}} + {{`{{- if $firmwareData.snp_snp_svn -}}`}} + {{`{{- $e := dict "version" "0.1.0" "name" "snp_snp_svn" "expiration" "2027-12-12T00:00:00Z" "value" $firmwareData.snp_snp_svn -}}`}} + {{`{{- $referenceValues = set $referenceValues "snp_snp_svn" (toJson $e | base64enc | replace "+" "-" | replace "/" "_") -}}`}} + {{`{{- end -}}`}} + {{`{{- if $firmwareData.snp_tee_svn -}}`}} + {{`{{- $e := dict "version" "0.1.0" "name" "snp_tee_svn" "expiration" "2027-12-12T00:00:00Z" "value" $firmwareData.snp_tee_svn -}}`}} + {{`{{- $referenceValues = set $referenceValues "snp_tee_svn" (toJson $e | base64enc | replace "+" "-" | replace "/" "_") -}}`}} + {{`{{- end -}}`}} {{`{{- if $firmwareData.xfam -}}`}} {{`{{- $e := dict "version" "0.1.0" "name" "xfam" "expiration" "2027-12-12T00:00:00Z" "value" $firmwareData.xfam -}}`}} {{`{{- $referenceValues = set $referenceValues "xfam" (toJson $e | base64enc | replace "+" "-" | replace "/" "_") -}}`}}