From e594a2c470921080c8769ad9161e0c4fab5f6a7b Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 21 Jun 2025 08:15:37 +0200 Subject: [PATCH] fix: fix typo in dapr app --- values/dapr/manifests/dapr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values/dapr/manifests/dapr.yaml b/values/dapr/manifests/dapr.yaml index 3d768c73..d4e3c875 100644 --- a/values/dapr/manifests/dapr.yaml +++ b/values/dapr/manifests/dapr.yaml @@ -13,11 +13,11 @@ spec: namespace: dapr-system server: 'https://kubernetes.default.svc' sources: - - repoURL: https://dapr.github.io/helm-charts/ + - repoURL: https://dapr.github.io/helm-charts targetRevision: 1.14.4 chart: dapr helm: - valuesFiles: + valueFiles: - $values/values/dapr/values/dapr.yaml - repoURL: {{ .Values.clusterConfig.manifests }} targetRevision: main