From 53fa41b8085244f34f9ea0980e17b37afc67df29 Mon Sep 17 00:00:00 2001 From: chaganti_rajitha Date: Tue, 29 Oct 2024 13:12:52 +0530 Subject: [PATCH] added changes for 1.11.1 patch to main --- .../deployment/csminstallationwizard/src/static/js/constants.js | 2 +- .../src/static/js/tests/generate-yaml.test.js | 2 +- .../src/static/js/tests/ui-functions.test.js | 2 +- .../csminstallationwizard/src/static/js/tests/utility.test.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/constants.js b/content/docs/deployment/csminstallationwizard/src/static/js/constants.js index 8bef0f1bf8..179562e14d 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/constants.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/constants.js @@ -42,7 +42,7 @@ const CONSTANTS = { OPERATOR: "operator", CSM_HELM_V193: "1.2.1", CSM_HELM_V1102: "1.3.2", - CSM_HELM_V1110: "1.4.1", + CSM_HELM_V1111: "1.4.1", CSM_HELM_V1120: "1.5.0", HELM_TAINTS: ` - key: "$KEY" diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/tests/generate-yaml.test.js b/content/docs/deployment/csminstallationwizard/src/static/js/tests/generate-yaml.test.js index 4ff77249f4..4d5fd390c8 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/tests/generate-yaml.test.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/tests/generate-yaml.test.js @@ -44,7 +44,7 @@ const CONSTANTS = { OPERATOR: "operator", CSM_HELM_V193: "1.2.1", CSM_HELM_V1102: "1.3.2", - CSM_HELM_V1110: "1.4.1", + CSM_HELM_V1111: "1.4.1", CSM_HELM_V1120: "1.5.0", HELM_TAINTS: ` - key: "$KEY" diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/tests/ui-functions.test.js b/content/docs/deployment/csminstallationwizard/src/static/js/tests/ui-functions.test.js index b11d5b8e16..6df3584b9b 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/tests/ui-functions.test.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/tests/ui-functions.test.js @@ -70,7 +70,7 @@ const CONSTANTS = { OPERATOR: "operator", CSM_HELM_V193: "1.2.1", CSM_HELM_V1102: "1.3.2", - CSM_HELM_V1110: "1.4.1", + CSM_HELM_V1111: "1.4.1", CSM_HELM_V1120: "1.5.0", }; diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/tests/utility.test.js b/content/docs/deployment/csminstallationwizard/src/static/js/tests/utility.test.js index c1cb0ba06d..76f90c2e04 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/tests/utility.test.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/tests/utility.test.js @@ -47,7 +47,7 @@ const CONSTANT_PARAM = { OPERATOR: "operator", CSM_HELM_V193: "1.2.1", CSM_HELM_V1102: "1.3.2", - CSM_HELM_V1110: "1.4.1", + CSM_HELM_V1111: "1.4.1", CSM_HELM_V1120: "1.5.0", HELM_TAINTS: ` - key: "$KEY"