mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 21:14:37 -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
|
@ -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