Bill Wang
Bill Wang
New tool to me, thanks. what's the different to [helm-diff](https://github.com/databus23/helm-diff)
do we need add tools for DockerFile lint? But It is not very related to k8s deployment. Dockle Hadolint
security command recommended and put in Dockerfile. ``` RUN find / -xdev -perm /6000 -type f -exec chmod a-s {} \; ||true ```
@WesselAtWork Anything related to Kubernetes? For mail sending, should we setup another task in pipeline to do that seperately?
> it will be nice to add ansible so all helm command can run from ansible playbook thanks, I have replied in https://github.com/alpine-docker/k8s/issues/61#issuecomment-1626884684
> I would like to have [kube-conform](https://github.com/jtyr/kubeconform-helm) plugin I am thinking if this plugin need be added into `alpine/k8s` or `alpine/helm`? Or both?
> > > I would like to have [kube-conform](https://github.com/jtyr/kubeconform-helm) plugin > > > > > > I am thinking if this plugin need be added into `alpine/k8s` or `alpine/helm`? Or...
> Hello, > > It would be nice to have flux, thanks ! good idea, i am thinking to create another image includes Argocd and flux command line, because they...
sure, can you raise PR for it? reference the codes https://github.com/alpine-docker/k8s/blob/master/Dockerfile#L14-L23 to set the `ARCH` variable
Thank you, @enflo , I have merged your pull request. Up until now, the image size has grown to over 700 MB. I am considering freezing it and refraining from...