From 4f859fe83bc3b621e14edb1e842776edabf57399 Mon Sep 17 00:00:00 2001 From: Konstantinos Tsakalozos Date: Wed, 6 Jul 2022 18:49:13 +0300 Subject: [PATCH] Use busybox 1.28.4 --- addons/hostpath-storage/storage.yaml | 2 +- addons/mayastor/chart/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/hostpath-storage/storage.yaml b/addons/hostpath-storage/storage.yaml index a112bb06..975328db 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 2270f2dd..89ddac71 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