diff --git a/.renovaterc b/.renovaterc index 3c6ae37..ff86462 100644 --- a/.renovaterc +++ b/.renovaterc @@ -9,7 +9,7 @@ }, "helm-values": { "fileMatch": [ - "-values\\.yaml$" + "values\\.*\\.yaml$" ] }, "packageRules": [ diff --git a/.helms/traefik-chart.yaml b/helms/traefik-chart.yaml similarity index 86% rename from .helms/traefik-chart.yaml rename to helms/traefik-chart.yaml index 61c08bb..68fe6a7 100644 --- a/.helms/traefik-chart.yaml +++ b/helms/traefik-chart.yaml @@ -4,7 +4,7 @@ source: targetRevision: 10.20.1 helm: valueFiles: - - values.yaml + - .helms/traefik-values.yaml chart: traefik destination: server: "https://kubernetes.default.svc" diff --git a/.helms/traefik-values.yaml b/helms/values/traefik.yaml similarity index 100% rename from .helms/traefik-values.yaml rename to helms/values/traefik.yaml