diff --git a/kubemarine/resources/configurations/globals.yaml b/kubemarine/resources/configurations/globals.yaml index f4c04ac9e..f31adce93 100644 --- a/kubemarine/resources/configurations/globals.yaml +++ b/kubemarine/resources/configurations/globals.yaml @@ -605,15 +605,15 @@ compatibility_map: version: v0.0.23 busybox: v1.21: - version: 1.31.2 + version: 1.34.1 v1.22: - version: 1.31.2 + version: 1.34.1 v1.23: - version: 1.31.2 + version: 1.34.1 v1.24: - version: 1.31.2 + version: 1.34.1 v1.25: - version: 1.31.2 + version: 1.34.1 pause: v1.21: version: 3.4.1 diff --git a/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json b/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json index 87ecb4699..cf2842be0 100644 --- a/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json +++ b/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json @@ -5,8 +5,7 @@ "allOf": [{"$ref": "generic_plugin.json#/definitions/Properties"}], "properties": { "image": { - "type": "string", - "default": "rancher/local-path-provisioner:v0.0.23" + "type": "string" }, "storage-class": { "type": "object", @@ -34,8 +33,7 @@ "$ref": "generic_plugin.json#/definitions/CustomTolerations" }, "helper-pod-image": { - "type": "string", - "default": "library/busybox:1.35.0" + "type": "string" } }, "propertyNames": {