mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-05 09:17:40 +02:00
feat(common): Release library 3.7.0 (#377)
Signed-off-by: solidDoWant <fred.heinecke@yahoo.com> Co-authored-by: Patrick Collins <Patricol@users.noreply.github.com> Co-authored-by: Patrick Collins <patrick.collins@gainbridge.io> Co-authored-by: Lawrence Gil <larrywtf609@gmail.com> Co-authored-by: solidDoWant <fred.heinecke@yahoo.com>
This commit is contained in:
parent
aee0d999ba
commit
8b33237e27
32 changed files with 793 additions and 655 deletions
|
@ -178,7 +178,7 @@
|
|||
"properties": {
|
||||
"pullPolicy": {
|
||||
"type": "string",
|
||||
"enum": ["Always", "IfNotPresent"]
|
||||
"enum": ["Always", "IfNotPresent", "Never"]
|
||||
},
|
||||
"repository": {
|
||||
"type": "string"
|
||||
|
@ -206,12 +206,15 @@
|
|||
"port": {
|
||||
"type": ["number", "string"]
|
||||
},
|
||||
"service": {
|
||||
"type": "string"
|
||||
},
|
||||
"spec": {
|
||||
"$ref": "k8s-api.json#/core.v1.Probe"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["TCP", "HTTP", "HTTPS", "AUTO"]
|
||||
"enum": ["TCP", "HTTP", "HTTPS", "GRPC", "AUTO"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,6 +79,10 @@
|
|||
"securityContext": {
|
||||
"$ref": "k8s-api.json#/core.v1.PodSecurityContext"
|
||||
},
|
||||
"shareProcessNamespace": {
|
||||
"type": ["boolean", "null"],
|
||||
"default": false
|
||||
},
|
||||
"terminationGracePeriodSeconds": {
|
||||
"type": ["integer", "null"]
|
||||
},
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
"nameOverride": {
|
||||
"type": "string"
|
||||
},
|
||||
"forceRename": {
|
||||
"type": "string"
|
||||
},
|
||||
"spec": {}
|
||||
},
|
||||
"required": ["apiVersion", "kind", "spec"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue