Skip to content

Commit

Permalink
Update defaults.yaml - parametrize local-path-provisioner image version
Browse files Browse the repository at this point in the history
  • Loading branch information
n549 authored Dec 29, 2022
1 parent f931785 commit 6c1d7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/resources/configurations/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ plugins:
name: local-path
is-default: "false"
volume-dir: /opt/local-path-provisioner
image: rancher/local-path-provisioner:v0.0.23
image: 'rancher/local-path-provisioner:{{ globals.compatibility_map.software["local-path-provisioner"][services.kubeadm.kubernetesVersion|minorversion].version }}'
helper-pod-image: library/busybox:1.35.0

rbac:
Expand Down

0 comments on commit 6c1d7a3

Please sign in to comment.