cli: save Helm charts to disk before running upgrades (#2305)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-09-08 12:02:16 +02:00 committed by GitHub
parent 6cb506bca7
commit 94a7b9e7b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 144 additions and 3 deletions

View file

@ -232,6 +232,10 @@ func (s stubRunner) Apply(_ context.Context) error {
return nil
}
func (s stubRunner) SaveCharts(_ string, _ file.Handler) error {
return nil
}
func TestGetLogs(t *testing.T) {
someErr := errors.New("failed")