From b3f89f150a85b7576546f9169f9465c0dca0595f Mon Sep 17 00:00:00 2001 From: firmansyahn <80936459+firmansyahn@users.noreply.github.com> Date: Thu, 23 Jun 2022 14:04:25 +0700 Subject: [PATCH] Rename chart name --- charts/common/Chart.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 5de1d331..70a419f8 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -1,8 +1,8 @@ annotations: category: Infrastructure - artifacthub.io/links: | - - name: Chart Source - url: https://github.com/startechnica/apps/tree/main/charts/common + artifacthub.io/changes: | + - kind: changed + description: Rename chart name from "common" to "st-common" apiVersion: v2 appVersion: 0.1.2 description: A Library Helm Chart for grouping common logic between Startechnica charts. @@ -11,12 +11,15 @@ home: https://github.com/startechnica/apps/tree/main/charts/common icon: https://startechnica.github.io/apps/images/star.png keywords: - common + - helper + - template + - function kubeVersion: ">=1.19.0-0" maintainers: - name: firmansyahn email: firmansyah@nainggolan.id url: https://firmansyah.nainggolan.id -name: common +name: st-common sources: - https://startechnica.github.io/apps type: library