Skip to content

Commit

Permalink
[MANOPD-84427] : No busybox version 1.31.2 (#354)
Browse files Browse the repository at this point in the history
* update version busybox in globals.yaml

* update json schema

* update json schema

* update files
  • Loading branch information
dmyar21 authored Feb 9, 2023
1 parent 61449a6 commit ee4e802
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 5 additions & 5 deletions kubemarine/resources/configurations/globals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -34,8 +33,7 @@
"$ref": "generic_plugin.json#/definitions/CustomTolerations"
},
"helper-pod-image": {
"type": "string",
"default": "library/busybox:1.35.0"
"type": "string"
}
},
"propertyNames": {
Expand Down

0 comments on commit ee4e802

Please sign in to comment.