Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 19, 2024
1 parent fab0d0d commit 632f133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/addons/openebs/openebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (o *OpenEBS) GenerateHelmConfig(onlyDefaults bool) ([]eckinds.Chart, []ecki

func (o *OpenEBS) GetAdditionalImages() []string {
return []string{
fmt.Sprintf("%s:%s", openebsKubectlImageRepo, OpenEBSUtilsImageTag),
fmt.Sprintf("%s:%s", openEBSUtilsImageRepo, OpenEBSUtilsImageTag),
}
}

Expand Down

0 comments on commit 632f133

Please sign in to comment.