component-chart
component-chart copied to clipboard
Kubernetes Component Chart - Helm Chart for Application Components in Kubernetes
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
This keeps ipFamily in the component chart and translates it to `ipFamilyPolicy` to allow dual stack deployments. Closes #107
In the generated service, it sets `ipFamily`, but this seems like a typo and should be `ipFamilyPolicy`? See https://kubernetes.io/docs/concepts/services-networking/dual-stack/
I would like to have the possibility to use other metrics than those currently listed in the HPA resource file. I don't think it is very difficult to add some...
The documentation currently only shows how to [load single keys from Secrets and Configmaps](https://devspace.sh/component-chart/docs/configuration/containers#env) using `env.valueFrom.secretKeyRef` and `env.valueFrom.configMapKeyRef`. However, one can use `envFrom.configMapRef` and `envFrom.secretRef` to load all variables from...
`ImagePullPolicy` is not documented in the docs containers section https://github.com/loft-sh/component-chart/blob/0d9a7419d2676d5c26d528c3bec44e5b839f3645/templates/deployment.yaml#L187
I'm deploying to a K3S cluster which has built-in Traefik ingress controller. It would be great to see an example of how that is configured in the component chart.
In https://github.com/loft-sh/component-chart/blob/master/templates/pod-autoscaling.yaml it appears the HorizontalPodAutoscaler gets configured to target a StatefulSet if a deployment has any non-readonly volumes.