Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the helm chart #853

Merged
merged 8 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
badrishc marked this conversation as resolved.
Show resolved Hide resolved

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
Loading