From 7431a0cb0a8dc333320a3e422272ed358174527d Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Mon, 20 Nov 2023 16:06:30 +0100 Subject: [PATCH] Chart: Reorder `Chart.yaml`. --- helm/coredns-app/.kube-linter.yaml | 2 +- helm/coredns-app/Chart.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/coredns-app/.kube-linter.yaml b/helm/coredns-app/.kube-linter.yaml index d0a4cccd..339601d0 100644 --- a/helm/coredns-app/.kube-linter.yaml +++ b/helm/coredns-app/.kube-linter.yaml @@ -1,3 +1,3 @@ checks: exclude: - - "unset-cpu-requirements" + - unset-cpu-requirements diff --git a/helm/coredns-app/Chart.yaml b/helm/coredns-app/Chart.yaml index 90035539..1a199338 100644 --- a/helm/coredns-app/Chart.yaml +++ b/helm/coredns-app/Chart.yaml @@ -1,9 +1,9 @@ +annotations: + application.giantswarm.io/team: cabbage apiVersion: v2 appVersion: 1.9.3 description: A Helm chart for CoreDNS -icon: https://s.giantswarm.io/app-icons/coredns/1/dark.svg home: https://github.com/giantswarm/coredns-app +icon: https://s.giantswarm.io/app-icons/coredns/1/dark.svg name: coredns-app version: 1.19.0 -annotations: - application.giantswarm.io/team: cabbage