Preserve keel chart name

issue-7979 0.20.0-beta
deivid 2024-11-04 20:10:55 +01:00
parent d9bed83ff6
commit a2ececac2b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 {