Skip to content

Commit b501172

Browse files
authored
Merge pull request #286 from DoodleScheduling/fix-valuesfile-write
Fix chart with custom valuesFile (0bytes tgz)
2 parents 568b284 + 1e19503 commit b501172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/helmchart_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ func (r *HelmChartReconciler) reconcileFromHelmRepository(ctx context.Context,
430430

431431
readyMessage = fmt.Sprintf("Fetched and packaged revision: %s", newArtifact.Revision)
432432
readyReason = sourcev1.ChartPackageSucceededReason
433+
break
433434
skipToDefault:
434435
fallthrough
435436
default:

0 commit comments

Comments
 (0)