Skip to content

Commit 95fbf78

Browse files
butler54claude
andcommitted
feat: update baremetal values to use released charts
Replace git branch references (repoURL/targetRevision/path) with released Helm chart references (chart/chartVersion) for trustee, sandboxed-containers, and sandboxed-policies in values-baremetal.yaml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bad2552 commit 95fbf78

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

values-baremetal.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ clusterGroup:
9999
name: trustee
100100
namespace: trustee-operator-system
101101
project: trustee
102-
repoURL: https://github.com/butler54/trustee-chart.git
103-
targetRevision: merge-certs
104-
path: ./
102+
chart: trustee
103+
chartVersion: 0.2.*
105104
overrides:
106105
- name: global.coco.secured
107106
value: "true"
@@ -134,9 +133,8 @@ clusterGroup:
134133
name: sandbox
135134
namespace: openshift-sandboxed-containers-operator
136135
project: sandbox
137-
repoURL: https://github.com/butler54/sandboxed-containers-chart.git
138-
targetRevision: remove-ssh
139-
path: ./
136+
chart: sandboxed-containers
137+
chartVersion: 0.2.*
140138
overrides:
141139
- name: global.secretStore.backend
142140
value: vault
@@ -151,9 +149,8 @@ clusterGroup:
151149
sandbox-policies:
152150
name: sandbox-policies
153151
namespace: openshift-sandboxed-containers-operator
154-
repoURL: https://github.com/butler54/sandboxed-policies-chart.git
155-
targetRevision: rootvolume
156-
path: ./
152+
chart: sandboxed-policies
153+
chartVersion: 0.1.*
157154

158155
kbs-access:
159156
name: kbs-access

0 commit comments

Comments
 (0)