Skip to content

Commit

Permalink
Fixed schema (port type for Audit Job)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Dec 3, 2024
1 parent dd4ceb6 commit e6b2e82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 148 deletions.
2 changes: 1 addition & 1 deletion charts/redcap/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: redcap
version: 1.4.1
version: 1.4.2
appVersion: 14.5.25
kubeVersion: '>= 1.24.0-0'
description: A Helm chart to deploy REDCap on a Kubernetes cluster.
Expand Down
151 changes: 5 additions & 146 deletions charts/redcap/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"type": "string"
},
"port": {
"type": "string"
"type": "integer"
}
},
"type": "object"
Expand Down Expand Up @@ -274,30 +274,7 @@
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"properties": {},
"type": "object"
},
"schedule": {
Expand Down Expand Up @@ -392,30 +369,7 @@
"type": "integer"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"properties": {},
"type": "object"
},
"shibboleth": {
Expand Down Expand Up @@ -522,28 +476,6 @@
"type": "boolean"
},
"hosts": {
"items": {
"properties": {
"host": {
"type": "string"
},
"paths": {
"items": {
"properties": {
"path": {
"type": "string"
},
"pathType": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
},
"tls": {
Expand Down Expand Up @@ -621,33 +553,6 @@
},
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"service": {
"properties": {
"port": {
Expand Down Expand Up @@ -762,30 +667,7 @@
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"properties": {},
"type": "object"
},
"schedule": {
Expand Down Expand Up @@ -1005,30 +887,7 @@
"type": "object"
},
"resources": {
"properties": {
"limits": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
},
"requests": {
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
},
"type": "object"
}
},
"properties": {},
"type": "object"
}
},
Expand Down
2 changes: 1 addition & 1 deletion charts/redcap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ audit:
# @section -- REDCap Audit Log Shipper settings
host: ""
# @section -- REDCap Audit Log Shipper settings
port: ""
port: 6514

# Service Account settings
# @section -- Service Account settings
Expand Down

0 comments on commit e6b2e82

Please sign in to comment.