From 9a4130999fea0607ded5429b6d80a36641a310d5 Mon Sep 17 00:00:00 2001 From: Dmitry Yarovov Date: Thu, 2 Feb 2023 12:37:59 +0300 Subject: [PATCH 1/4] update version busybox in globals.yaml --- kubemarine/resources/configurations/globals.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 From b8d2efee873d2036cf471435881fa3227d2f427b Mon Sep 17 00:00:00 2001 From: Dmitry Yarovov Date: Fri, 3 Feb 2023 13:26:30 +0300 Subject: [PATCH 2/4] update json schema --- .../schemas/definitions/plugins/local-path-provisioner.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json b/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json index 87ecb4699..4720e2580 100644 --- a/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json +++ b/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json @@ -35,7 +35,7 @@ }, "helper-pod-image": { "type": "string", - "default": "library/busybox:1.35.0" + "default": "library/busybox:latest" } }, "propertyNames": { From f5888d668ebb438363354a64a5317eaf10900509 Mon Sep 17 00:00:00 2001 From: Dmitry Yarovov Date: Fri, 3 Feb 2023 17:27:57 +0300 Subject: [PATCH 3/4] update json schema --- .../schemas/definitions/plugins/local-path-provisioner.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json b/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json index 4720e2580..5088ba2ba 100644 --- a/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json +++ b/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json @@ -35,7 +35,7 @@ }, "helper-pod-image": { "type": "string", - "default": "library/busybox:latest" + "default": "busybox:latest" } }, "propertyNames": { From 7aecf7d392d8e7b45b33b2f94e6b0880d91da02d Mon Sep 17 00:00:00 2001 From: Dmitry Yarovov Date: Wed, 8 Feb 2023 19:05:20 +0300 Subject: [PATCH 4/4] update files --- .../schemas/definitions/plugins/local-path-provisioner.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json b/kubemarine/resources/schemas/definitions/plugins/local-path-provisioner.json index 5088ba2ba..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": "busybox:latest" + "type": "string" } }, "propertyNames": {