Skip to content

Commit

Permalink
Merge pull request #39 from saitejaopsmx/may-rel
Browse files Browse the repository at this point in the history
May release image updating
  • Loading branch information
saitejaopsmx authored Jun 19, 2024
2 parents 6c5f63f + 1bd8108 commit 158b689
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 25 deletions.
2 changes: 1 addition & 1 deletion charts/ssd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ssd
version: "2024.05.00"
version: "2024.05.01"
appVersion: "2024.05.00"
description: "OpsMx Secure Software Delivery for CI/CD Pipelines"
icon: https://raw.githubusercontent.com/OpsMx/enterprise-spinnaker/master/img/opsmx.png
Expand Down
6 changes: 3 additions & 3 deletions charts/ssd/config/supplychain-api/ssd-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ integrationData:
required: true
secret: false
helpText: GitHub Host URL
placeholderText: 'Example:https://github.com'
placeholderText: 'Example:https://api.github.com'
auth:
displayName: Auth Type
dataType: auth
Expand All @@ -56,7 +56,7 @@ integrationData:
required: true
secret: false
helpText: BitBucket Host URL
placeholderText: 'Example:https://bitbucket.com'
placeholderText: 'Example:https://api.bitbucket.org'
auth:
displayName: Auth Type
dataType: auth
Expand Down Expand Up @@ -236,7 +236,7 @@ integrationData:
helpText: Authentiation Type
placeholderText: 'Example:username/token'
authType:
- apiKey
- basic
- integratorType: quay
displayName: Quay
multiSupport: true
Expand Down
22 changes: 13 additions & 9 deletions charts/ssd/ssd-minimal-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#################This file is used to Install SSD with Random Password##########################
#################This file is used to Install SSD with Inbuilt Authentication##########################
#####################################################
#k8sServiceType: LoadBalancer
####################################################
Expand All @@ -15,20 +15,24 @@ global:
## Update the host value with proper dns entry to access the SSD UI
host: SSD.REPLACE.THIS.WITH.YOURCOMPANY.COM

#############################################################################
### Change the Organisation name if user wants a different name in the UI
organisationname: opsmx

### Admin groups in SSD for Rbac #############################################
admingroups: admin

############## PVC for the Tool Chain #######################################
toolchain:
persistence:
## Change the pvc size as per the cluster requirements
size: 50Gi
###############################################################################
#####User doesn't need to change the below flags let it be the default one######################
ssdgate:
installDex: false # Default will be false, Set to true if dex need to be installed
createGateDexSecret: true
auth_type: poclogin # saml, dex-oidc and poclogin are other valid values
admin_groups:
- admin
saml:
saml_initiated_login: false

#######################################################################
### Change the Organisation name if user wants a different name in the UI
organisationname: opsmx

### Admin groups in SSD for Rbac #############################################
admingroups: admin
17 changes: 12 additions & 5 deletions charts/ssd/ssd-saml-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ global:
protocol: https
host: SSD.REPLACE.THIS.WITH.YOURCOMPANY.COM

#######################################################################
### Change the Organisation name if user wants a different name in the UI
organisationname: opsmx

### Admin groups for Rbac #############################################
admingroups: admin

###############################################################################
ssdgate:
installDex: false # set to true if dex need to be installed
Expand All @@ -27,9 +34,9 @@ ssdgate:
metadata_url: UPDATE.SAML.METADATA.URL
saml_initiated_login: true

#######################################################################
### Change the Organisation name if user wants a different name in the UI
organisationname: default
############## PVC for the Tool Chain #######################################
toolchain:
persistence:
## Change the pvc size as per the cluster requirements
size: 50Gi

### Admin groups for Rbac #############################################
admingroups: admin
15 changes: 8 additions & 7 deletions charts/ssd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ customLabels: {}
ssdgate:
image:
repository: ssdgate
tag: "2024_05_00"
tag: "2024-05-00"
installDex: true
createGateDexSecret: true
#home_page: "/ui/index.html" # OPTIONAL default redirect page
Expand Down Expand Up @@ -184,7 +184,7 @@ db:
## Image specific details
image:
repository: ssd-db
tag: v1.0.0
tag: "2024-05-00"
pullPolicy: IfNotPresent

annotations: {}
Expand All @@ -206,7 +206,7 @@ toolchain:
## Image specific details
image:
repository: tool-chain
tag: "2024_05_00"
tag: "2024-05-00"
pullPolicy: IfNotPresent

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

annotations: {}
Expand All @@ -239,7 +239,7 @@ ssdopa:
## Image specific details
image:
repository: ssd-opa
tag: "2024_05_01"
tag: "2024-05-01"
pullPolicy: IfNotPresent

annotations: {}
Expand All @@ -251,7 +251,7 @@ supplychainapi:
## Image specific details
image:
repository: supplychain-api
tag: "2024_05_01"
tag: "2024-05-01"
pullPolicy: IfNotPresent

annotations: {}
Expand Down Expand Up @@ -301,7 +301,7 @@ ui:
## Image specific details
image:
repository: ssd-ui
tag: "2024_05_01"
tag: "2024-05-02"
pullPolicy: IfNotPresent

annotations: {}
Expand Down Expand Up @@ -371,6 +371,7 @@ redis:
image:
registry: quay.io/opsmxpublic
repository: bitnami-redis
tag: "2024-05-00"
password: password
cluster:
enabled: false
Expand Down

0 comments on commit 158b689

Please sign in to comment.