You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to install new HelmRelease, but helm-controller is trying to uninstall it and fails. The HelmRelease is stuck in Helm uninstall failed: uninstall: Release not loaded: callisto-ai-reports: release: not found and removing the HelmRelease or restarting the helm-cotroller pod didn't help.
This is a fresh HelmRelease which was never installed in the namespace or cluster.
Using Flux 0.33.0 with related helm-controller version.
Snippet from the controller logs
{"level":"info","ts":"2022-09-21T12:42:34.189Z","logger":"controller.helmrelease","msg":"reconcilation finished in 113.148753ms, next run in 1m0s","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease"}
{"level":"error","ts":"2022-09-21T12:42:34.189Z","logger":"controller.helmrelease","msg":"Reconciler error","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease","error":"Helm uninstall failed: uninstall: Release not loaded: my-helmrelease: release: not found"}
{"level":"info","ts":"2022-09-21T12:42:34.965Z","logger":"controller.helmrelease","msg":"reconcilation finished in 25.55129ms, next run in 1m0s","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease"}
{"level":"error","ts":"2022-09-21T12:42:34.965Z","logger":"controller.helmrelease","msg":"Reconciler error","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease","error":"previous release attempt remediation failed"}
{"level":"info","ts":"2022-09-21T12:42:36.492Z","logger":"controller.helmrelease","msg":"reconcilation finished in 26.890104ms, next run in 1m0s","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease"}
{"level":"error","ts":"2022-09-21T12:42:36.492Z","logger":"controller.helmrelease","msg":"Reconciler error","reconciler group":"helm.toolkit.fluxcd.io","reconciler kind":"HelmRelease","name":"my-helmrelease","namespace":"my-helmrelease","error":"previous release attempt remediation failed"}
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to install new
HelmRelease
, buthelm-controller
is trying to uninstall it and fails. TheHelmRelease
is stuck inHelm uninstall failed: uninstall: Release not loaded: callisto-ai-reports: release: not found
and removing theHelmRelease
or restarting thehelm-cotroller
pod didn't help.This is a fresh
HelmRelease
which was never installed in the namespace or cluster.Using Flux 0.33.0 with related
helm-controller
version.Snippet from the controller logs
The text was updated successfully, but these errors were encountered: