From 4149f66d6579f4e2561e7ac9836fb35cd21fece9 Mon Sep 17 00:00:00 2001 From: SaiTeja Date: Mon, 30 Sep 2024 19:57:32 +0530 Subject: [PATCH 1/3] Updated the new help text --- charts/ssd/config/ssd-ui/help-text.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/charts/ssd/config/ssd-ui/help-text.json b/charts/ssd/config/ssd-ui/help-text.json index 71ab53c..912254b 100644 --- a/charts/ssd/config/ssd-ui/help-text.json +++ b/charts/ssd/config/ssd-ui/help-text.json @@ -218,7 +218,27 @@ "required":"API URL cannot be empty", "invalidValue": "API URL is invalid" } - } + }, + "PASSWORD": { + "TOOLTIP": "", + "VALIDATION_MESSAGE": { + "required": "Password cannot be empty" + } + }, + "TOKEN": { + "TOOLTIP": "", + "VALIDATION_MESSAGE": { + "required": "Token cannot be empty" + } + }, + "USERNAME":{ + "TOOLTIP":"", + "VALIDATION_MESSAGE":{ + "noSpecialCharacters": "User Name cannot contain special characters other than - and _", + "cannotContainSpace":"User Name cannot contain space", + "required":"User Name cannot be empty" + } + }, }, "GITHUB": { "HEADER": "GitHub", From 12f6c1ed8f8f64ba65b832b17df8e199c7d42d6b Mon Sep 17 00:00:00 2001 From: SaiTeja Date: Mon, 30 Sep 2024 20:00:41 +0530 Subject: [PATCH 2/3] Updated the August Tags --- charts/ssd/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/ssd/values.yaml b/charts/ssd/values.yaml index af04c5c..fc2d9b0 100644 --- a/charts/ssd/values.yaml +++ b/charts/ssd/values.yaml @@ -130,7 +130,7 @@ customLabels: {} ssdgate: image: repository: ssdgate - tag: "2024-07-00" + tag: "2024-08-00" installDex: true createGateDexSecret: true #home_page: "/ui/index.html" # OPTIONAL default redirect page @@ -214,7 +214,7 @@ toolchain: ## Image specific details image: repository: tool-chain - tag: "2024-07-00" + tag: "2024-08-00" pullPolicy: IfNotPresent annotations: {} @@ -240,7 +240,7 @@ supplychainpreprocessor: ## Image specific details image: repository: supplychain-preprocessor - tag: "2024-07-00" + tag: "2024-08-00" pullPolicy: IfNotPresent annotations: {} @@ -257,7 +257,7 @@ ssdopa: ## Image specific details image: repository: ssd-opa - tag: "2024-07-00" + tag: "2024-08-00" pullPolicy: IfNotPresent annotations: {} @@ -272,7 +272,7 @@ supplychainapi: ## Image specific details image: repository: supplychain-api - tag: "2024-07-00" + tag: "2024-08-00" pullPolicy: IfNotPresent annotations: {} @@ -286,7 +286,7 @@ tokenmachine: ## Image specific details image: repository: token-machine - tag: "2024-07-00" + tag: "2024-08-00" pullPolicy: IfNotPresent annotations: {} @@ -321,7 +321,7 @@ ui: ## Image specific details image: repository: ssd-ui - tag: "2024-07-00" + tag: "2024-08-00" pullPolicy: IfNotPresent annotations: {} From f350dcbd3ac832191fbb2573c2a171f9b6e81874 Mon Sep 17 00:00:00 2001 From: SaiTeja Date: Mon, 30 Sep 2024 20:09:58 +0530 Subject: [PATCH 3/3] Publishing the August Helm Chart --- .github/workflows/release.yaml | 2 +- charts/ssd/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8dcfc24..2bbb695 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - july-rel + - 2024-08 paths: - 'charts/ssd/Chart.yaml' - 'charts/ssd/Chart.lock' diff --git a/charts/ssd/Chart.yaml b/charts/ssd/Chart.yaml index 3733ec9..36537b9 100644 --- a/charts/ssd/Chart.yaml +++ b/charts/ssd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ssd -version: "2024.07.00" -appVersion: "2024.07.00" +version: "2024.08.00" +appVersion: "2024.08.00" description: "OpsMx Secure Software Delivery for CI/CD Pipelines" icon: https://raw.githubusercontent.com/OpsMx/enterprise-spinnaker/master/img/opsmx.png maintainers: