From c3da7a8f38cb5670ce70e372350e5697f6019f9e Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 1 Feb 2022 23:18:07 +0100 Subject: [PATCH] chore(longhorn): Fix renovate integration --- infrastructure/longhorn/release.yaml | 2 +- infrastructure/longhorn/repository.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/longhorn/release.yaml b/infrastructure/longhorn/release.yaml index 040141d27..f7e06aa7a 100644 --- a/infrastructure/longhorn/release.yaml +++ b/infrastructure/longhorn/release.yaml @@ -11,7 +11,7 @@ spec: sourceRef: kind: HelmRepository name: longhorn - # renovate: helmRepo=https://charts.longhorn.io depName=longhorn + namespace: longhorn-system version: 1.2.3 interval: 5m install: diff --git a/infrastructure/longhorn/repository.yaml b/infrastructure/longhorn/repository.yaml index eb223c432..3fa272c46 100644 --- a/infrastructure/longhorn/repository.yaml +++ b/infrastructure/longhorn/repository.yaml @@ -2,6 +2,7 @@ apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: HelmRepository metadata: name: longhorn + namespace: longhorn-system spec: interval: 30m url: https://charts.longhorn.io -- GitLab