Skip to content

Commit 0f02a00

Browse files
committed
feat: clean up charts further
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 73b4736 commit 0f02a00

7 files changed

Lines changed: 9 additions & 55 deletions

File tree

charts/coco-supported/kbs-cert-setup/Chart.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

charts/coco-supported/kbs-cert-setup/templates/certificate.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

charts/coco-supported/kbs-cert-setup/templates/issuer.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

charts/coco-supported/kbs-cert-setup/values.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

values-simple.yaml

Lines changed: 1 addition & 6 deletions
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.0.*
82+
chartVersion: 0.1.*
8383
extraValueFiles:
8484
- '$patternref/overrides/values-trustee.yaml'
8585
sandbox:
@@ -117,11 +117,6 @@ clusterGroup:
117117
project: workloads
118118
path: charts/coco-supported/kbs-access
119119

120-
kbs-cert-setup:
121-
name: kbs-cert-setup
122-
namespace: imperative
123-
project: hub
124-
path: charts/coco-supported/kbs-cert-setup
125120

126121
imperative:
127122
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm

values-spoke.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ clusterGroup:
4848
name: sandbox
4949
namespace: openshift-sandboxed-containers-operator #upstream config
5050
project: sandbox
51-
path: charts/coco-supported/sandbox
52-
51+
chart: sandboxed-containers
52+
chartVersion: 0.0.*
5353
hello-openshift:
5454
name: hello-openshift
5555
namespace: hello-openshift

values-trusted-hub.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ clusterGroup:
1616
acm:
1717
name: advanced-cluster-management
1818
namespace: open-cluster-management
19-
channel: release-2.13
2019
trustee:
2120
name: trustee-operator
2221
namespace: trustee-operator-system
@@ -67,18 +66,16 @@ clusterGroup:
6766
name: trustee
6867
namespace: trustee-operator-system #upstream config
6968
project: trustee
70-
path: charts/hub/trustee
69+
chart: trustee
70+
chartVersion: 0.1.*
71+
extraValueFiles:
72+
- '$patternref/overrides/values-trustee.yaml'
7173
sandbox-policies:
7274
name: sandbox-policies
7375
namespace: openshift-sandboxed-containers-operator #upstream config
74-
project: sandbox
75-
path: charts/hub/sandbox-policies
76+
chart: sandboxed-policies
77+
chartVersion: 0.0.*
7678

77-
kbs-cert-setup:
78-
name: kbs-cert-setup
79-
namespace: imperative
80-
project: hub
81-
path: charts/coco-supported/kbs-cert-setup
8279

8380

8481
imperative:

0 commit comments

Comments
 (0)