A simple app to watch and clean up istio-proxy sidecars in kubernetes Jobs with /quitquitquit.
helm repo add sidecar-cleaner https://opensource.aoe.com/kubernetes-sidecar-cleaner/
helm install my-sidecar-cleaner sidecar-cleaner/sidecar-cleaner
Also see: opensource.aoe.com/kubernetes-sidecar-cleaner/
Please check the values.yaml for possible configurations.
- Create a tag/release following semantic versioning in the format of vx.y.z (eg. v1.17.5). The github worklow takes care of pushing a new container to the registry.
- Update the
appVersion
in Chart.yaml and push the changes. - Release a new helm chart version
- Increase the
version
in Chart.yaml and push the changes. The github worklow takes care of releasing a new chart version.