From 3c393a3a3a5a58b572006c194b13b4bb16599bf1 Mon Sep 17 00:00:00 2001 From: babykart Date: Wed, 4 Dec 2024 22:33:48 +0100 Subject: [PATCH] Fix the helm chart (#853) * Fix the substition of the variable VERSION_PROPS Signed-off-by: babykart * Fix lint failure Signed-off-by: babykart * Update README.md.gotmpl Signed-off-by: babykart * Bump chart version to 0.1.3 Signed-off-by: babykart * Update keywords Signed-off-by: babykart * Fix quote postion Signed-off-by: babykart * Fix quotes postion Signed-off-by: babykart --------- Signed-off-by: babykart Co-authored-by: Badrish Chandramouli --- .github/workflows/helm-chart.yml | 2 +- charts/garnet/Chart.yaml | 23 +++++++++++++++-------- charts/garnet/README.md | 2 +- charts/garnet/README.md.gotmpl | 2 +- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 424ef5f589..52546388fd 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -36,7 +36,7 @@ jobs: - name: Set helm chart appVersion run: | - sed -ie 's#Version.props#"${VERSION_PROPS}"#g' charts/garnet/Chart.yaml + sed -i -e 's#Version.props#"'${VERSION_PROPS}'"#g' charts/garnet/Chart.yaml - name: Helm lint and package run: | diff --git a/charts/garnet/Chart.yaml b/charts/garnet/Chart.yaml index f0601ac9c2..ab71b878f8 100644 --- a/charts/garnet/Chart.yaml +++ b/charts/garnet/Chart.yaml @@ -1,20 +1,27 @@ apiVersion: v2 name: garnet -description: A Helm chart for Microsoft garnet +description: A Helm chart for Microsoft Garnet type: application -version: 0.1.2 +version: 0.1.3 appVersion: Version.props home: https://github.com/microsoft/garnet icon: https://avatars.githubusercontent.com/u/6154722?s=200&v=4 keywords: - - garnet - - database - - key - - value - - in-memory +- scalable +- key-value +- cache +- cluster +- store +- remote +- persistent +- concurrent +- low-latency +- cache-storage +- hash-table +- larger-the-memory sources: - - https://github.com/microsoft/garnet.git +- https://github.com/microsoft/garnet.git maintainers: [] diff --git a/charts/garnet/README.md b/charts/garnet/README.md index d71afb66e9..96c65999a1 100644 --- a/charts/garnet/README.md +++ b/charts/garnet/README.md @@ -1,6 +1,6 @@ # garnet -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.46](https://img.shields.io/badge/AppVersion-1.0.46-informational?style=flat-square) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.46](https://img.shields.io/badge/AppVersion-1.0.46-informational?style=flat-square) A Helm chart for Microsoft Garnet diff --git a/charts/garnet/README.md.gotmpl b/charts/garnet/README.md.gotmpl index 296d10174e..db5f1153da 100644 --- a/charts/garnet/README.md.gotmpl +++ b/charts/garnet/README.md.gotmpl @@ -16,7 +16,7 @@ [Helm](https://helm.sh) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs) to get started. -To install the garnet chart (using an OCI-based registry): +To install the Garnet chart (using an OCI-based registry): ```sh helm upgrade --install garnet oci://ghcr.io/microsoft/helm-charts/garnet