Merge pull request #286 from DoodleScheduling/fix-valuesfile-write

Fix chart with custom valuesFile (0bytes tgz)
This commit is contained in:
Aurel Canciu 2021-02-09 19:05:28 +02:00 committed by GitHub
commit b501172ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ func (r *HelmChartReconciler) reconcileFromHelmRepository(ctx context.Context,
readyMessage = fmt.Sprintf("Fetched and packaged revision: %s", newArtifact.Revision)
readyReason = sourcev1.ChartPackageSucceededReason
break
skipToDefault:
fallthrough
default: