update kubecost.patch to reflect new migration instructions
parent
9e09dea094
commit
331366b8b9
|
@ -1,12 +1,11 @@
|
|||
diff -x '*.tgz' -x '*.lock' -uNr packages/kubecost/charts-original/Chart.yaml packages/kubecost/charts/Chart.yaml
|
||||
--- packages/kubecost/charts-original/Chart.yaml
|
||||
+++ packages/kubecost/charts/Chart.yaml
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
appVersion: 1.70.0
|
||||
-description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor
|
||||
- cloud costs.
|
||||
+description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor cloud costs.
|
||||
@@ -4,3 +4,7 @@
|
||||
cloud costs.
|
||||
name: cost-analyzer
|
||||
version: 1.70.0
|
||||
+icon: https://kubecost.com/images/logo-white.png
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: kubecost
|
||||
|
|
Loading…
Reference in New Issue