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
Add default slack-hook params to fix the flux kustomize-controller errors (#546)
* Use the more recent release-1.51 version for ebs-csi-driver
Description / Motivation: The release-1.13 version is 3 years old leading to CVEs.
* Add default slack-hook params to fix the flux kustomize-controller errors
Description / Motivation: The kustomize-controller is failing with
```
kubectl logs kustomize-controller-8589b7fd57-62kv4 -n flux-system | grep error
...
{"level":"error","ts":"2025-10-28T00:20:58.625Z","logger":"controller.kustomization","msg":"Reconciliation failed after 482.930394ms, next try in 2m0s","reconciler group":"kustomize.toolkit.fluxcd.io","reconciler kind":"Kustomization","name":"kubernetes-iteration-toolkit","namespace":"tekton-pipelines","revision":"main/5009ee34941fc5f77054986fc450c5be68cc8bb0","error":"Pipeline/scalability/derekff-karpenter-testing dry-run failed, reason: BadRequest, error: admission webhook \"validation.webhook.pipeline.tekton.dev\" denied the request: validation failed: non-existent variable in \"$(params.slack-hook)\": spec.finally[0].params[slack-hook]\n"}
```
This is likely blocking Flux to sync from KIT.
---------
Co-authored-by: Chithresh Azad <[email protected]>
0 commit comments