From 54a607ca54e962d795c275db5892124dc9fdc71a Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 30 Oct 2020 13:29:17 -0400 Subject: [PATCH] [stable/uchiwa] update chart repo dependency references (#24003) Signed-off-by: Matt Farina --- stable/uchiwa/Chart.yaml | 2 +- stable/uchiwa/requirements.lock | 6 +++--- stable/uchiwa/requirements.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/uchiwa/Chart.yaml b/stable/uchiwa/Chart.yaml index 147c9cb912..8fc7942f2c 100755 --- a/stable/uchiwa/Chart.yaml +++ b/stable/uchiwa/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: uchiwa -version: 1.0.0 +version: 1.0.1 appVersion: 0.22 description: Dashboard for the Sensu monitoring framework keywords: diff --git a/stable/uchiwa/requirements.lock b/stable/uchiwa/requirements.lock index ea5044c4a3..601b4840f1 100644 --- a/stable/uchiwa/requirements.lock +++ b/stable/uchiwa/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: sensu - repository: https://kubernetes-charts.storage.googleapis.com/ + repository: https://charts.helm.sh/stable version: 0.1.2 -digest: sha256:1637f3b0d5fafd0aca7a850bf02d2b876e2e2843c557b31e12773d0054008bc3 -generated: 2017-09-03T15:06:48.307803716-04:00 +digest: sha256:9470d3eb901ebb2b190b35db4228fbe0177829c587d20287b86e35fe5bef27ca +generated: "2020-10-30T11:42:40.789899-04:00" diff --git a/stable/uchiwa/requirements.yaml b/stable/uchiwa/requirements.yaml index 99d21cf26b..d41861915c 100644 --- a/stable/uchiwa/requirements.yaml +++ b/stable/uchiwa/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: sensu version: 0.1.2 - repository: https://kubernetes-charts.storage.googleapis.com/ + repository: https://charts.helm.sh/stable