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
Using HelmRelease we're capturing Events with a webhook and the payload provided is incorrect. (This does work correctly with Kustomization.) k8s statuses such as:
$ kubectl events -n flux-system --for helmrelease/appnamehere
LAST SEEN TYPE REASON OBJECT MESSAGE
7m34s Normal info HelmRelease/appnamehere Helm upgrade has started
3m15s Normal info HelmRelease/appnamehere Helm upgrade succeeded
REASON here should be e.g. InstallSucceeded, not info, which is the severity. The notification/Event represents this, note the duplication:
Push an OCI chart to that OCI endpoint and wait for reconciliation
Watch events and notifications
Expected behavior
As with Kustomization, as per the documentation, reasons such as "ReconciliationSucceeded" or "ReconciliationFailed" should be in the notification and/or Event.
This will be addressed in the upcoming release (#4410), which has far better events in general.
25s Normal HelmChartInSync helmrelease/podinfo HelmChart/default/default-podinfo with SourceRef 'HelmRepository/default/podinfo' is in-sync
25s Normal UpgradeSucceeded helmrelease/podinfo Helm upgrade succeeded for release default/podinfo.v2 with chart [email protected]
17s Normal TestSucceeded helmrelease/podinfo Helm test succeeded for release default/podinfo.v2 with chart [email protected]: 3 test hooks completed successfully
Describe the bug
Using HelmRelease we're capturing Events with a webhook and the payload provided is incorrect. (This does work correctly with Kustomization.) k8s statuses such as:
REASON here should be e.g.
InstallSucceeded,
notinfo
, which is the severity. The notification/Event represents this, note the duplication:Steps to reproduce
Expected behavior
As with Kustomization, as per the documentation, reasons such as "ReconciliationSucceeded" or "ReconciliationFailed" should be in the notification and/or Event.
Screenshots and recordings
No response
OS / Distro
Amazon Linux 2
Flux version
2.1.2
Flux check
► checking prerequisites
✔ Kubernetes 1.28.3-eks-4f4795d >=1.25.0-0
► checking controllers
✔ helm-controller: deployment ready
► ghcr.io/fluxcd/helm-controller:v0.36.2
✔ kustomize-controller: deployment ready
► ghcr.io/fluxcd/kustomize-controller:v1.1.1
✔ notification-controller: deployment ready
► ghcr.io/fluxcd/notification-controller:v1.1.0
✔ source-controller: deployment ready
► ghcr.io/fluxcd/source-controller:v1.1.2
► checking crds
✔ alerts.notification.toolkit.fluxcd.io/v1beta2
✔ buckets.source.toolkit.fluxcd.io/v1beta2
✔ gitrepositories.source.toolkit.fluxcd.io/v1
✔ helmcharts.source.toolkit.fluxcd.io/v1beta2
✔ helmreleases.helm.toolkit.fluxcd.io/v2beta1
✔ helmrepositories.source.toolkit.fluxcd.io/v1beta2
✔ kustomizations.kustomize.toolkit.fluxcd.io/v1
✔ ocirepositories.source.toolkit.fluxcd.io/v1beta2
✔ providers.notification.toolkit.fluxcd.io/v1beta2
✔ receivers.notification.toolkit.fluxcd.io/v1
✔ all checks passed
Git provider
N/A
Container Registry provider
ECR
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: