Skip to content

Commit

Permalink
Use busybox 1.28.4 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos authored Jul 6, 2022
1 parent 9d581f8 commit 4e7d0ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/hostpath-storage/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions addons/mayastor/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e7d0ee

Please sign in to comment.