Commit cff08b9
Add default slack-hook params to fix the flux kustomize-controller errors (awslabs#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]>1 parent 5009ee3 commit cff08b9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments