From 8c739c9d31124eabe0aea701cb4fca1d4541bfe3 Mon Sep 17 00:00:00 2001 From: Christian Erhardt Date: Tue, 5 Mar 2024 10:52:01 +0100 Subject: [PATCH] fix: Update Chart.yaml Change default branch in chart.yaml --- charts/pihole/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pihole/Chart.yaml b/charts/pihole/Chart.yaml index d527560c..32801d41 100644 --- a/charts/pihole/Chart.yaml +++ b/charts/pihole/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v1 description: Installs pihole in kubernetes -home: https://github.com/MoJo2600/pihole-kubernetes/tree/master/charts/pihole +home: https://github.com/MoJo2600/pihole-kubernetes/tree/main/charts/pihole name: pihole appVersion: "2024.02.0" # Do not touch will be updated during release version: 2.22.0 sources: - - https://github.com/MoJo2600/pihole-kubernetes/tree/master/charts/pihole + - https://github.com/MoJo2600/pihole-kubernetes/tree/main/charts/pihole - https://pi-hole.net/ - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole