Skip to content

Commit a2ececa

Browse files
Preserve keel chart name
1 parent d9bed83 commit a2ececa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/keel/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
name: keel-chart
2+
name: keel
33
description: Open source, tool for automating Kubernetes deployment updates. This is a custom fork of the original Keel project.
44
version: 1.0.5
55
appVersion: 0.19.1

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ resource "helm_release" "keel" {
8989
name = "keel"
9090
namespace = "keel"
9191
repository = "https://keel-hq.github.io/keel"
92-
chart = "keel-chart"
92+
chart = "keel"
9393
version = "v1.0.4"
9494
9595
set {

0 commit comments

Comments
 (0)