Fix: handlet invalid semver

Signed-off-by: LiHui <andrewli@yunify.com>
This commit is contained in:
LiHui
2021-03-24 16:42:06 +08:00
parent 46e064870e
commit 231d2213d3
3 changed files with 41 additions and 34 deletions

View File

@@ -52,7 +52,7 @@ const (
)
func (r *ReconcileHelmApplication) Reconcile(request reconcile.Request) (reconcile.Result, error) {
klog.V(4).Info("sync helm application")
klog.V(4).Infof("sync helm application: %s ", request.String())
rootCtx := context.Background()
app := &v1alpha1.HelmApplication{}