Skip to content

Commit

Permalink
Preserve keel chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
david-garcia-garcia committed Nov 4, 2024
1 parent d9bed83 commit a2ececa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/keel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: keel-chart
name: keel
description: Open source, tool for automating Kubernetes deployment updates. This is a custom fork of the original Keel project.
version: 1.0.5
appVersion: 0.19.1
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ resource "helm_release" "keel" {
name = "keel"
namespace = "keel"
repository = "https://keel-hq.github.io/keel"
chart = "keel-chart"
chart = "keel"
version = "v1.0.4"
set {
Expand Down

0 comments on commit a2ececa

Please sign in to comment.