From e387c55f852533fb23ef3b10c30c2cb8970a88c0 Mon Sep 17 00:00:00 2001 From: Hugo Bollon Date: Tue, 1 Oct 2024 15:22:04 +0200 Subject: [PATCH] feat: use helm-application 2.7.1 --- Chart.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 4966c45..82fb72c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,13 +4,13 @@ name: merginmaps version: 0.2.9 home: https://merginmaps.com/ sources: -- https://github.com/MerginMaps/mergin + - https://github.com/MerginMaps/mergin dependencies: -- name: custom-pod - repository: https://camptocamp.github.io/helm-custom-pod - version: 1.0.0 - alias: frontend -- name: custom-pod - repository: https://camptocamp.github.io/helm-custom-pod - version: 1.0.0 - alias: server + - name: custom-pod + repository: https://camptocamp.github.io/helm-application + version: 2.7.1 + alias: frontend + - name: custom-pod + repository: https://camptocamp.github.io/helm-application + version: 2.7.1 + alias: server