Commit 56cca479 authored by Nikhil Doifode's avatar Nikhil Doifode
Browse files

Supporting Helm v3 Changes

Changes:
- Changed Chart apiVersion to v2 from v1
- Changed .Capabilities.KubeVersion.GitVersion to .Capabilities.KubeVersion.Version
- Changes in helm install, delete, list v2 commands to v3
- Disabled OpenAPI validation in helm install for scenario and sandbox pods
- Changed helm version from 2.16.1 to 3.3.1, updated download link and snap helm command
- Removed helm init from virt-engine and ansible
- Changes in helm version parsing code

Testing:
- Manually tested creating and deleting sandbox, deploying and terminating demo1 and demo2 scenario
- All UT's and Cypress tests passed
parent e7936dc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
apiVersion: v1
apiVersion: v2
appVersion: 2.7.1
description: A Helm chart for Docker Registry
home: https://hub.docker.com/_/registry/
+1 −1
Original line number Diff line number Diff line
apiVersion: v1
apiVersion: v2
appVersion: 6.5.2
description: The leading tool for querying and visualizing time series and metrics.
engine: gotpl
+1 −1
Original line number Diff line number Diff line
apiVersion: v1
apiVersion: v2
name: influxdb
version: 3.0.1
appVersion: 1.7.6
+1 −1
Original line number Diff line number Diff line
apiVersion: v1
apiVersion: v2
name: kube-state-metrics
description: Install kube-state-metrics to generate and expose cluster-level metrics
keywords:
+1 −1
Original line number Diff line number Diff line
apiVersion: v1
apiVersion: v2
appVersion: "1.0.0"
description: MEEP GIS Engine Helm chart for Kubernetes
name: meep-gis-engine
Loading