From 8b8f44c0f45bfe1e8598c072fc2970a1381ca79d Mon Sep 17 00:00:00 2001 From: Jonathan Herlin Date: Tue, 23 Oct 2018 00:01:55 +0200 Subject: [PATCH] [stable/unifi] Invalid link in chart sources (#8639) * Invalid link in chart sources There was a invalid link in sources, this commit fixes the link Signed-off-by: Jonathan Herlin * stable/unifi bump version Signed-off-by: Jonathan Herlin --- charts/unifi/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 4382022e..bc446fee 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 5.8.30 description: Ubiquiti Network's Unifi Controller name: unifi -version: 0.1.10 +version: 0.1.11 keywords: - ubiquiti - unifi @@ -11,7 +11,7 @@ home: https://github.com/jacobalberty/unifi-docker icon: https://blog.ubnt.com/wp-content/uploads/2016/10/unifi-app-logo.png sources: - https://github.com/jacobalberty/unifi-docker - - https://github.com/kubernetes/charts/stable/unifi + - https://github.com/helm/charts/tree/master/stable/unifi maintainers: - name: billimek email: jeff@billimek.com