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

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

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