aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-04-12 12:28:16 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-04-12 12:34:26 +0200
commit8b42cf54a9b8fab9a3ac8d37376ec752d00d2883 (patch)
tree829e33979c60c6c66599de25db7f5e10aa148780 /README.md
parenta39ffbf3cae394c8964e8407b4eee2d39aab4f41 (diff)
Remove support for Helm v21.1.0
- Remove mapping to helm v2 when version desired is not provided - Remove Helm v2 clients from container Issue-ID: SDC-3185 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I43def179ee35ade76905a88f83bd17b9be787481
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index a8c469c..b14820e 100644
--- a/README.md
+++ b/README.md
@@ -49,12 +49,11 @@ This should be a POST with `multipart/form-data` encoding with the following fie
It is possible to provide helm version in three ways:
1. Select exact version from supported versions e.g. "3.4.1"
-2. Select major helm version e.g. "v2" for Helm 2 or "v3" for Helm 3. In this case app will use the latest supported version.
+2. Select major helm version e.g. "v3" for Helm 3. In this case app will use the latest supported version.
3. In case when field version is not present in request then app gets helm version from "apiVersion" field located in the main chart (Chart.yaml).
Mapping rules:
-apiVersion: v1 -> the latest available helm 2
-
+apiVersion: v1 -> the latest available helm 3
apiVersion: v2 -> the latest available helm 3
#### Response