Browse Source
This adds support for Helm v3. - 'helm init' and initialization is no longer required - 'chartmuseum' is used as a drop-in replacement for 'helm serv' - all Charts require the tag: apiVersion: v1 (or v2) This updates ingress chart to specify apiVersion. Change-Id: Ie41cde4ad450b63a78a0a677995e9c28eefd9798 Story: 2007000 Task: 39327 Depends-On: https://review.opendev.org/719962 Signed-off-by: Jim Gauld <james.gauld@windriver.com>changes/74/719974/6
4 changed files with 37 additions and 62 deletions
@ -0,0 +1,24 @@
|
||||
From 06ca3c8594c73d2aacc3958f6e94a4911e2caa8a Mon Sep 17 00:00:00 2001
|
||||
From: Jim Gauld <james.gauld@windriver.com>
|
||||
Date: Mon, 6 Apr 2020 09:17:47 -0400
|
||||
Subject: [PATCH] Update ingress chart for Helm v3
|
||||
|
||||
---
|
||||
ingress/Chart.yaml | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/ingress/Chart.yaml b/ingress/Chart.yaml
|
||||
index 70d7467..a9030e2 100644
|
||||
--- a/ingress/Chart.yaml
|
||||
+++ b/ingress/Chart.yaml
|
||||
@@ -12,6 +12,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
+apiVersion: v1
|
||||
description: OpenStack-Helm Ingress Controller
|
||||
name: ingress
|
||||
version: 0.1.0
|
||||
--
|
||||
1.8.3.1
|
||||
|
Loading…
Reference in new issue