{ lib, config, kubenix, ... }: { kubernetes.helm.releases.woodpecker = { namespace = "woodpecker"; chart = kubenix.lib.helm.fetch { repo = "https://woodpecker-ci.org/"; chart = "woodpecker"; version = "1.3.0"; sha256 = ""; }; values = { server.ingress = { enabled = true; hosts = [ { host = "ci.gmem.ca"; paths = [ { path = "/"; } ]; } ]; tls = [ { hosts = ["ci.gmem.ca"]; } ]; }; }; }; }