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: 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", 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: {}