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
Addon-operator is recognize Helm version >2.16 as Helm 3
part of log with debug on:
[DEBUG] Executing command 'helm version --short' in '' dir
{INFO] Helm 3 version: Client: v2.16.10+gbceca24 Server: v2.16.10+gbceca24
With this issue we take such error because Addon-operator use module for helm3:
ModuleRun failed. Requeue task to retry after delay. Failed count is 117. Error: helm upgrade failed: exit status 1:
Error: stat prometheus-operator: no such file or directory binding=ReloadAllModules event.type=OperatorStartup module=prometheus-operator module.state=failed operator.component=taskRunner queue=main task.id=5c3f5e9b-62fb-4760-9b5b-7d6c4def1974
Resolve this issue by changes in code of module helm.go (hot solution,not better):
Thank you for the detailed bug report!
As I can see, the naive "autodetection" of the Helm version is totally broken, so the Addon-operator now works only with Helm3. I'll fix this next week.
Hello Dev team!
Original Dockerfile from repository with changed kubectl and helm version:
Addon-operator is recognize Helm version >2.16 as Helm 3
part of log with debug on:
With this issue we take such error because Addon-operator use module for helm3:
Resolve this issue by changes in code of module helm.go (hot solution,not better):
The text was updated successfully, but these errors were encountered: