From 632f133f22bc2b9f0f8d5254e2fae2749325de5d Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Fri, 19 Jul 2024 06:01:21 -0700 Subject: [PATCH] f --- pkg/addons/openebs/openebs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/addons/openebs/openebs.go b/pkg/addons/openebs/openebs.go index fd3ba1b0b..4a44fcb4f 100644 --- a/pkg/addons/openebs/openebs.go +++ b/pkg/addons/openebs/openebs.go @@ -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), } }