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
We have noticed two instances of incorrect helming in your Kubernetes configuration files. Hardcoded or default configuration values in the template are considered anti-pattern and configurable values in the values.yaml file are not being respect, resulting in user-provided configurations never being applied. Additionally, we provide anecdotal evidence from trivy-operator#729 regarding the incorrect helming defect.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
We have noticed two instances of incorrect helming in your Kubernetes configuration files. Hardcoded or default configuration values in the template are considered anti-pattern and configurable values in the values.yaml file are not being respect, resulting in user-provided configurations never being applied. Additionally, we provide anecdotal evidence from trivy-operator#729 regarding the incorrect helming defect.
What happened:
init.image.pullPolicy and nodeAgent.image.pullPolicy not take affect when changing them to other values. This is due to missing implementation for this value in daemonset.yaml file:
amazon-vpc-cni-k8s/charts/aws-vpc-cni/templates/daemonset.yaml
Line 41 in 2884e90
amazon-vpc-cni-k8s/charts/aws-vpc-cni/templates/daemonset.yaml
Line 128 in 2884e90
Attach logs
What you expected to happen:
change image pullpolicy for initcontainer and nodeAgent image can take affect, or delete these two values in value.yaml file
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: