From 981a65dd7e93f70b96cc6ca1c83ddfbd46ecbd22 Mon Sep 17 00:00:00 2001 From: Rowan Dash Date: Fri, 12 Apr 2024 17:03:32 +0100 Subject: [PATCH] fix: fix the mangled charts and update to new workflows version (#103) Co-authored-by: Joss Whittle --- charts/fizzbuzz-crds/Chart.yaml | 6 +++--- charts/fizzbuzz/Chart.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/fizzbuzz-crds/Chart.yaml b/charts/fizzbuzz-crds/Chart.yaml index 75be7e54..ed947593 100644 --- a/charts/fizzbuzz-crds/Chart.yaml +++ b/charts/fizzbuzz-crds/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: 0.0.0 -description: -name: -type: +description: Fizzbuzz CRDs. +name: fizzbuzz-crds +type: application version: 0.0.0 diff --git a/charts/fizzbuzz/Chart.yaml b/charts/fizzbuzz/Chart.yaml index 1466090b..65058642 100644 --- a/charts/fizzbuzz/Chart.yaml +++ b/charts/fizzbuzz/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: 1.2.3 -description: -name: -type: +description: Fizzbuzz. +name: fizzbuzz +type: application version: 0.0.0