Swap to v4 impl

This commit is contained in:
2025-11-26 18:56:02 -06:00
parent 63e8f1b9ee
commit 7eb3a89d6c

View File

@@ -13,7 +13,7 @@
:password (-> cfg :public-image-registry-password)}
:tags [(str (-> cfg :public-image-registry-url) "/" (-> cfg :public-image-registry-username) "/" "caddy")]
:push true}
:k8s:chart-opts {:fetchOpts {:repo "https://caddyserver.github.io/ingress"}
:k8s:chart-opts {:repositoryOpts {:repo "https://caddyserver.github.io/ingress"}
:values
{:ingressController
{:deployment {:kind "DaemonSet"}