kubernetes: use new registry

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-12-12 11:35:12 +01:00
parent 6862c2587f
commit c741ccfb4b
8 changed files with 56 additions and 33 deletions

View file

@ -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",

View file

@ -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": [