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 1 commit
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
Prev Previous commit
Next Next commit
Bump chart version to 0.1.3
Signed-off-by: babykart <babykart@gmail.com>
  • Loading branch information
babykart committed Dec 4, 2024
commit 2522e70227beec5a63c3e5154485637048641b05
2 changes: 1 addition & 1 deletion charts/garnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: garnet
description: A Helm chart for Microsoft Garnet
type: application
version: 0.1.2
version: 0.1.3
appVersion: "Version.props"
badrishc marked this conversation as resolved.
Show resolved Hide resolved
home: https://github.com/microsoft/garnet
icon: https://avatars.githubusercontent.com/u/6154722?s=200&v=4
Expand Down
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
Loading