mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 12:36:09 -04:00
kubernetes: use new registry
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
6862c2587f
commit
c741ccfb4b
8 changed files with 56 additions and 33 deletions
|
@ -3,13 +3,19 @@
|
|||
"properties": {
|
||||
"csp": {
|
||||
"description": "CSP to which the chart is deployed.",
|
||||
"enum": ["Azure", "GCP", "AWS", "QEMU"]
|
||||
"enum": [
|
||||
"Azure",
|
||||
"GCP",
|
||||
"AWS",
|
||||
"QEMU"
|
||||
]
|
||||
},
|
||||
"image": {
|
||||
"description": "Container image to use for the spawned pods.",
|
||||
"type": "string",
|
||||
"examples": ["k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.1"]
|
||||
|
||||
"examples": [
|
||||
"registry.k8s.io/autoscaling/cluster-autoscaler:v1.23.1"
|
||||
]
|
||||
},
|
||||
"Azure": {
|
||||
"description": "Config values required for deployment on Azure",
|
||||
|
@ -50,10 +56,20 @@
|
|||
"image"
|
||||
],
|
||||
"if": {
|
||||
"properties": { "csp": { "const": "Azure" } },
|
||||
"required": ["csp"]
|
||||
"properties": {
|
||||
"csp": {
|
||||
"const": "Azure"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"csp"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"required": [
|
||||
"Azure"
|
||||
]
|
||||
},
|
||||
"then": { "required": ["Azure"] },
|
||||
"title": "Values",
|
||||
"type": "object"
|
||||
}
|
||||
|
|
|
@ -11,8 +11,9 @@
|
|||
"image": {
|
||||
"description": "Container image to use for the spawned pods.",
|
||||
"type": "string",
|
||||
"examples": ["k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.1"]
|
||||
|
||||
"examples": [
|
||||
"registry.k8s.io/autoscaling/cluster-autoscaler:v1.23.1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -26,7 +27,12 @@
|
|||
},
|
||||
"csp": {
|
||||
"description": "CSP to which the chart is deployed.",
|
||||
"enum": ["Azure", "GCP", "AWS", "QEMU"]
|
||||
"enum": [
|
||||
"Azure",
|
||||
"GCP",
|
||||
"AWS",
|
||||
"QEMU"
|
||||
]
|
||||
},
|
||||
"constellationUID": {
|
||||
"description": "UID for the specific cluster",
|
||||
|
|
|
@ -11,8 +11,9 @@
|
|||
"image": {
|
||||
"description": "Container image to use for the spawned pods.",
|
||||
"type": "string",
|
||||
"examples": ["k8s.gcr.io/autoscaling/cluster-autoscaler:v1.23.1"]
|
||||
|
||||
"examples": [
|
||||
"registry.k8s.io/autoscaling/cluster-autoscaler:v1.23.1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue