Skip to content

Commit

Permalink
Merge pull request #528 from zdtsw-forking/issue/11814
Browse files Browse the repository at this point in the history
Update path for downstream dashboard image to use
  • Loading branch information
zdtsw authored Sep 12, 2023
2 parents 241b381 + 097a2be commit d53863b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ func (d *Dashboard) ReconcileComponent(owner metav1.Object, cli client.Client, s
}
}

// Update image parameters
// Update image parameters (ODH does not use this solution, only downstream)
if dscispec.DevFlags.ManifestsUri == "" {
if err := deploy.ApplyImageParams(Path, imageParamMap); err != nil {
if err := deploy.ApplyImageParams(PathSupported, imageParamMap); err != nil {
return err
}
}
Expand Down

0 comments on commit d53863b

Please sign in to comment.