
Use debian method to apply local patches instead of patching in rules. Add "dl_path" and "src_files" in meta_data.yaml to download tarball and copy local files. No need dl_hook Test Plan: Pass: successfully build monitor-helm. Pass: No difference comparing with the result of dl_hook Story: 2009101 Task: 43838 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Change-Id: I441540b54e27f63d8a84d3a83f65679dc6dfaf4b
23 lines
625 B
Diff
23 lines
625 B
Diff
From 8f31965ee80e72ef57b50481c2eec6ba30d89d13 Mon Sep 17 00:00:00 2001
|
|
From: Jim Gauld <james.gauld@windriver.com>
|
|
Date: Thu, 9 Apr 2020 10:50:50 -0400
|
|
Subject: [PATCH] Update nginx-ingress chart for Helm v3
|
|
|
|
Signed-off-by: Jim Gauld <james.gauld@windriver.com>
|
|
---
|
|
stable/nginx-ingress/Chart.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml
|
|
index a9d64ed..6574c3f 100644
|
|
--- a/stable/nginx-ingress/Chart.yaml
|
|
+++ b/stable/nginx-ingress/Chart.yaml
|
|
@@ -1,3 +1,4 @@
|
|
+apiVersion: v1
|
|
name: nginx-ingress
|
|
version: 1.4.0
|
|
appVersion: 0.23.0
|
|
--
|
|
1.8.3.1
|
|
|