From f12675086c2a03c81e1cb8723f08b391a79e2013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anatol=20Karalko=C5=AD?= Date: Thu, 27 Apr 2023 12:52:55 +0200 Subject: [PATCH] Add keywords for all charts --- charts/dvwa/Chart.yaml | 5 +++-- charts/dynamic-link-server/Chart.yaml | 5 +++-- charts/juice-shop/Chart.yaml | 6 ++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/dvwa/Chart.yaml b/charts/dvwa/Chart.yaml index d4939c2..928dabd 100644 --- a/charts/dvwa/Chart.yaml +++ b/charts/dvwa/Chart.yaml @@ -2,5 +2,6 @@ apiVersion: v2 name: dvwa description: A Helm chart for Kubernetes type: application -version: 0.1.2 -appVersion: "1.0.0" +keywords: + - "shortcut: dvwa" +version: 0.1.3 diff --git a/charts/dynamic-link-server/Chart.yaml b/charts/dynamic-link-server/Chart.yaml index 2e289c7..cdea620 100644 --- a/charts/dynamic-link-server/Chart.yaml +++ b/charts/dynamic-link-server/Chart.yaml @@ -5,5 +5,6 @@ description: | which appear on the 'load' event, after a small delay and on different user interactions. type: application -version: 0.0.1 -appVersion: "1.0.0" +keywords: + - "shortcut: dynamiclinkserver" +version: 0.0.2 diff --git a/charts/juice-shop/Chart.yaml b/charts/juice-shop/Chart.yaml index 15aebec..d2f7d1b 100644 --- a/charts/juice-shop/Chart.yaml +++ b/charts/juice-shop/Chart.yaml @@ -2,5 +2,7 @@ apiVersion: v2 name: juiceshop description: A Helm chart for Kubernetes type: application -version: 0.1.2 -appVersion: "1.0.0" +keywords: + - "shortcut: juiceshop" + - "shortcut: juice" +version: 0.1.3