Skip to content

Commit

Permalink
Fix the helm chart (#853)
Browse files Browse the repository at this point in the history
* Fix the substition of the variable VERSION_PROPS

Signed-off-by: babykart <[email protected]>

* Fix lint failure

Signed-off-by: babykart <[email protected]>

* Update README.md.gotmpl

Signed-off-by: babykart <[email protected]>

* Bump chart version to 0.1.3

Signed-off-by: babykart <[email protected]>

* Update keywords

Signed-off-by: babykart <[email protected]>

* Fix quote postion

Signed-off-by: babykart <[email protected]>

* Fix quotes postion

Signed-off-by: babykart <[email protected]>

---------

Signed-off-by: babykart <[email protected]>
Co-authored-by: Badrish Chandramouli <[email protected]>
  • Loading branch information
babykart and badrishc authored Dec 4, 2024
1 parent 79d12e8 commit 3c393a3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
23 changes: 15 additions & 8 deletions charts/garnet/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: []
2 changes: 1 addition & 1 deletion charts/garnet/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/garnet/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c393a3

Please sign in to comment.