I have been running in to some odd issues with ArgoCD not updating some of my charts, despite the Git repository having an updated chart version. As it turns out, my configuration and lack of Chart.lock files seems to have been contributing to this inconsistency. My GitOps Setup I have a few repositories that I… Continue reading Tech Tip – You should probably lock that up…
Tag: Helm
Tech Tips – Moving away from k8s-at-home
Much of what I learned about Helm charting and running workloads in Kubernetes I credit to the contributors over at k8s-at-home. There expansive chart collection helped me start to jump in to Kubernetes. Last year, they announced they were deprecating their repositories. I am not surprised: the sheer volume of charts they had meant they… Continue reading Tech Tips – Moving away from k8s-at-home
Moving the home lab to Kubernetes
If it’s not broke, don’t fix it, right? In the world of software, sometimes the path forward involves breaking the old things first.