Automating Hugo Deployments in Kubernetes with Keel
The problem For a while I have been using Hugo to generate this site using Gitea Actions to build the image and Helm deploy the site. It was running within my Kubernetes cluster primarily by using a Helm chart I created but always ran into the same issue. I wanted the ability to create a new post, commit and deploy without having to tag the new image and update the AppVersion in the Helm chart. ...