From 57c8ba66032f66368792280efda0d6525d26c019 Mon Sep 17 00:00:00 2001 From: Carlos Salas Date: Wed, 27 Mar 2024 12:01:23 +0100 Subject: [PATCH] chore: edit chart display name Signed-off-by: Carlos Salas --- charts/rancher-turtles/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/rancher-turtles/Chart.yaml b/charts/rancher-turtles/Chart.yaml index e47a2e10..0a276b93 100644 --- a/charts/rancher-turtles/Chart.yaml +++ b/charts/rancher-turtles/Chart.yaml @@ -3,7 +3,7 @@ name: rancher-turtles type: application version: 0.0.0 appVersion: "0.0.0" -description: Rancher Turtles is a extension to Rancher that brings full Cluster API integration to Rancher. +description: Rancher Turtles is an extension to Rancher that brings full Cluster API integration to Rancher. home: https://github.com/rancher/turtles/ icon: https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg keywords: @@ -18,7 +18,7 @@ dependencies: condition: cluster-api-operator.enabled annotations: catalog.cattle.io/certified: rancher - catalog.cattle.io/display-name: Rancher Turtles - the Cluster API operator + catalog.cattle.io/display-name: Rancher Turtles - the Cluster API Extension catalog.cattle.io/kube-version: '>= 1.23.0-0' catalog.cattle.io/namespace: rancher-turtles-system catalog.cattle.io/os: linux