Skip to content

Commit

Permalink
fix compatibility_map
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyar21 committed Jan 10, 2023
1 parent c4c0b00 commit 7127184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kubemarine/resources/configurations/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,8 @@ plugins:
name: local-path
is-default: "false"
volume-dir: /opt/local-path-provisioner
image: 'rancher/local-path-provisioner:{{globals.compatibility_map.software["local-path-provisioner"][services.kubeadm.kubernetesVersion|minorversion].version}}'
helper-pod-image: 'library/busybox:{{globals.compatibility_map.software["busybox"][services.kubeadm.kubernetesVersion|minorversion].version}}'
image: 'rancher/local-path-provisioner:{{ globals.compatibility_map.software["local-path-provisioner"][services.kubeadm.kubernetesVersion|minorversion].version }}'
helper-pod-image: 'library/busybox:{{ globals.compatibility_map.software["busybox"][services.kubeadm.kubernetesVersion|minorversion].version }}'

rbac:
account_defaults:
Expand Down
8 changes: 4 additions & 4 deletions kubemarine/resources/configurations/globals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -548,15 +548,15 @@ compatibility_map:
version: v0.0.23
busybox:
v1.21:
version: 1.35.0
version: 1.31.2
v1.22:
version: 1.35.0
version: 1.31.2
v1.23:
version: 1.35.0
version: 1.31.2
v1.24:
version: 1.31.2
v1.25:
version: 1.35.0
version: 1.31.2
pause:
v1.21:
version: 3.4.1
Expand Down

0 comments on commit 7127184

Please sign in to comment.