From 681b0a1f68b7e71f5eb39a2df48567e89d82f574 Mon Sep 17 00:00:00 2001 From: Kakde Date: Mon, 10 Jun 2024 14:49:36 +0530 Subject: [PATCH] sign commit --- config.toml | 2 +- .../csm-versions/default-values.properties | 2 +- .../csminstallationwizard/src/index.html | 8 +- .../src/static/js/constants.js | 6 +- .../src/static/js/tests/generate-yaml.test.js | 6 +- .../src/static/js/tests/ui-functions.test.js | 10 +- .../src/static/js/tests/utility.test.js | 6 +- .../src/static/js/ui-functions.js | 16 +-- .../templates/helm/csm-1.11.0-values.template | 76 +++++++-------- .../operator/csm-isilon-1.11.0.template | 20 ++-- .../operator/csm-powermax-1.11.0.template | 14 +-- .../operator/csm-powerstore-1.11.0.template | 6 +- content/docs/deployment/csmoperator/_index.md | 21 ++-- .../csmoperator/modules/authorization.md | 97 ++++++++++--------- .../csmoperator/modules/observability.md | 26 ++--- 15 files changed, 163 insertions(+), 153 deletions(-) diff --git a/config.toml b/config.toml index ad977d6d2a..919f68ed82 100644 --- a/config.toml +++ b/config.toml @@ -176,7 +176,7 @@ enable = false url = "https://dell.github.io/csm-docs/docs/" [[params.versions]] - version = "v1.10.0" + version = "v1.10.2" url = "https://dell.github.io/csm-docs/v1" [[params.versions]] diff --git a/content/docs/deployment/csminstallationwizard/src/csm-versions/default-values.properties b/content/docs/deployment/csminstallationwizard/src/csm-versions/default-values.properties index 61fd4afa52..7ec130a487 100644 --- a/content/docs/deployment/csminstallationwizard/src/csm-versions/default-values.properties +++ b/content/docs/deployment/csminstallationwizard/src/csm-versions/default-values.properties @@ -1,4 +1,4 @@ -csmVersion=1.10.1 +csmVersion=1.11.0 imageRepository=dellemc controllerCount=1 nodeSelectorLabel=node-role.kubernetes.io/control-plane: diff --git a/content/docs/deployment/csminstallationwizard/src/index.html b/content/docs/deployment/csminstallationwizard/src/index.html index 6cebdb07d0..df2597bfd4 100644 --- a/content/docs/deployment/csminstallationwizard/src/index.html +++ b/content/docs/deployment/csminstallationwizard/src/index.html @@ -90,10 +90,10 @@
diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/constants.js b/content/docs/deployment/csminstallationwizard/src/static/js/constants.js index b4975024fd..c11ae18901 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/constants.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/constants.js @@ -40,10 +40,10 @@ const CONSTANTS = { PROPERTIES: ".properties", HELM: "helm", OPERATOR: "operator", - CSM_HELM_V170: "1.0.0", CSM_HELM_V180: "1.1.0", - CSM_HELM_V190: "1.2.1", - CSM_HELM_V1101: "1.3.1", + CSM_HELM_V190: "1.2.2", + CSM_HELM_V1102: "1.3.2", + CSM_HELM_V1110: "1.4.0", HELM_TAINTS: ` - key: "$KEY" operator: "Exists" 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 d3f86ca24f..44164efc64 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 @@ -42,10 +42,10 @@ const CONSTANTS = { PROPERTIES: ".properties", HELM: "helm", OPERATOR: "operator", - CSM_HELM_V170: "1.0.0", CSM_HELM_V180: "1.1.0", - CSM_HELM_V190: "1.2.0", - CSM_HELM_V1100: "1.3.0", + CSM_HELM_V190: "1.2.2", + CSM_HELM_V1102: "1.3.2", + CSM_HELM_V1110: "1.4.0", HELM_TAINTS: ` - key: "$KEY" operator: "Exists" 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 eb6e90a452..d4096b888c 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 @@ -68,10 +68,10 @@ const CONSTANTS = { PROPERTIES: ".properties", HELM: "helm", OPERATOR: "operator", - CSM_HELM_V170: "1.0.0", CSM_HELM_V180: "1.1.0", - CSM_HELM_V190: "1.2.0", - CSM_HELM_V1100: "1.3.0", + CSM_HELM_V190: "1.2.2", + CSM_HELM_V1102: "1.3.2", + CSM_HELM_V1110: "1.4.0", }; describe("GIVEN onAuthorizationChange function", () => { @@ -718,7 +718,7 @@ describe("GIVEN displayCommands function", () => { - +