Skip to content

Commit 3311b77

Browse files
committed
chore: bump trustee chart to v0.4.*
Update all profiles to use trustee-chart v0.4.0 which includes: - SNP init_data fix (32-byte unpadded hash support) - Worker pod count configuration - Generalized resource policy iteration
1 parent 8fd41ba commit 3311b77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

values-baremetal-gpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ clusterGroup:
117117
namespace: trustee-operator-system
118118
project: trustee
119119
chart: trustee
120-
chartVersion: 0.3.*
120+
chartVersion: 0.4.*
121121
extraValueFiles:
122122
- '/overrides/values-trustee.yaml'
123123
overrides:

values-baremetal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ clusterGroup:
107107
namespace: trustee-operator-system
108108
project: trustee
109109
chart: trustee
110-
chartVersion: 0.3.*
110+
chartVersion: 0.4.*
111111
extraValueFiles:
112112
- '/overrides/values-trustee.yaml'
113113
overrides:

values-simple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ clusterGroup:
7979
namespace: trustee-operator-system #upstream config
8080
project: trustee
8181
chart: trustee
82-
chartVersion: 0.3.*
82+
chartVersion: 0.4.*
8383
extraValueFiles:
8484
- '/overrides/values-trustee.yaml'
8585
sandbox:

0 commit comments

Comments
 (0)