Skip to content

Commit

Permalink
Merge pull request #52 from saitejaopsmx/2024-08
Browse files Browse the repository at this point in the history
Release tags Updation
  • Loading branch information
BasavaRajSomesetty authored Sep 30, 2024
2 parents da71fe0 + f350dcb commit c3a1d2a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Charts
on:
push:
branches:
- july-rel
- 2024-08
paths:
- 'charts/ssd/Chart.yaml'
- 'charts/ssd/Chart.lock'
Expand Down
4 changes: 2 additions & 2 deletions charts/ssd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
22 changes: 21 additions & 1 deletion charts/ssd/config/ssd-ui/help-text.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions charts/ssd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -214,7 +214,7 @@ toolchain:
## Image specific details
image:
repository: tool-chain
tag: "2024-07-00"
tag: "2024-08-00"
pullPolicy: IfNotPresent

annotations: {}
Expand All @@ -240,7 +240,7 @@ supplychainpreprocessor:
## Image specific details
image:
repository: supplychain-preprocessor
tag: "2024-07-00"
tag: "2024-08-00"
pullPolicy: IfNotPresent

annotations: {}
Expand All @@ -257,7 +257,7 @@ ssdopa:
## Image specific details
image:
repository: ssd-opa
tag: "2024-07-00"
tag: "2024-08-00"
pullPolicy: IfNotPresent

annotations: {}
Expand All @@ -272,7 +272,7 @@ supplychainapi:
## Image specific details
image:
repository: supplychain-api
tag: "2024-07-00"
tag: "2024-08-00"
pullPolicy: IfNotPresent

annotations: {}
Expand All @@ -286,7 +286,7 @@ tokenmachine:
## Image specific details
image:
repository: token-machine
tag: "2024-07-00"
tag: "2024-08-00"
pullPolicy: IfNotPresent

annotations: {}
Expand Down Expand Up @@ -321,7 +321,7 @@ ui:
## Image specific details
image:
repository: ssd-ui
tag: "2024-07-00"
tag: "2024-08-00"
pullPolicy: IfNotPresent

annotations: {}
Expand Down

0 comments on commit c3a1d2a

Please sign in to comment.