diff --git a/addons/hostpath-storage/storage.yaml b/addons/hostpath-storage/storage.yaml index a112bb0..975328d 100644 --- a/addons/hostpath-storage/storage.yaml +++ b/addons/hostpath-storage/storage.yaml @@ -32,7 +32,7 @@ spec: - name: PV_DIR value: $SNAP_COMMON/default-storage - name: BUSYBOX_IMAGE - value: busybox:1.34.1-glibc + value: busybox:1.28.4 # - name: PV_RECLAIM_POLICY # value: Retain volumeMounts: diff --git a/addons/mayastor/chart/values.yaml b/addons/mayastor/chart/values.yaml index 2270f2d..89ddac7 100644 --- a/addons/mayastor/chart/values.yaml +++ b/addons/mayastor/chart/values.yaml @@ -17,7 +17,7 @@ etcd-operator: limitSizeToMaxReadyNodes: true version: "3.5.4" pod: - busyboxImage: busybox:1.34.1-glibc + busyboxImage: busybox:1.28.4 restartPolicy: Always hostPathVolume: "/var/snap/microk8s/common/mayastor/etcd/$NAME" affinity: @@ -37,7 +37,7 @@ mayastor-control-plane: kubeletDir: /var/snap/microk8s/common/var/lib/kubelet etcdEndpoint: etcd-client - busyboxImage: busybox:1.34.1-glibc + busyboxImage: busybox:1.28.4 base: cache_poll_period: "30s" @@ -98,7 +98,7 @@ mayastor: path: /var/snap/microk8s/common/mayastor/data imageSize: 20G - busyboxImage: busybox:1.34.1-glibc + busyboxImage: busybox:1.28.4 mayastorExtraInitContainers: - name: initialize-pool