mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-10 09:38:25 -04:00
Move CSI charts to separate chart and cleanup loader code
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
cb22a25144
commit
ea5c83587c
124 changed files with 547 additions and 2290 deletions
|
@ -186,7 +186,7 @@ func (m *M) FetchNoVerify(ctx context.Context, client *http.Client, measurements
|
|||
) error {
|
||||
measurementsRaw, err := getFromURL(ctx, client, measurementsURL)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to fetch measurements: %w", err)
|
||||
return fmt.Errorf("failed to fetch measurements from %s: %w", measurementsURL.String(), err)
|
||||
}
|
||||
|
||||
var measurements ImageMeasurementsV2
|
||||
|
|
|
@ -21,8 +21,7 @@ type Releases struct {
|
|||
CertManager Release
|
||||
Operators Release
|
||||
ConstellationServices Release
|
||||
SnapshotCRDs *Release
|
||||
SnapshotController *Release
|
||||
CSI *Release
|
||||
}
|
||||
|
||||
// MergeMaps returns a new map that is the merger of it's inputs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue