From 3c31271ae418ceb4dd88ab54f2a21b93374659b2 Mon Sep 17 00:00:00 2001 From: Jarvis Plus Bot <112913195+jarvis-plus-bot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 05:06:06 +0000 Subject: [PATCH] feat(container)!: Update image docker.io/bitnami/bitnami-shell to v11 Signed-off-by: Jarvis Plus Bot <112913195+jarvis-plus-bot[bot]@users.noreply.github.com> --- k8s/namespaces/base/openebs/mayastor/app/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/namespaces/base/openebs/mayastor/app/values.yaml b/k8s/namespaces/base/openebs/mayastor/app/values.yaml index ead3aad043..dd5f17cfd3 100644 --- a/k8s/namespaces/base/openebs/mayastor/app/values.yaml +++ b/k8s/namespaces/base/openebs/mayastor/app/values.yaml @@ -399,7 +399,7 @@ loki-stack: # initContainers to chown the static hostpath PV by 1001 user initContainers: - command: ["/bin/bash", "-ec", "chown -R 1001:1001 /data"] - image: docker.io/bitnami/bitnami-shell:10 + image: docker.io/bitnami/bitnami-shell:11 imagePullPolicy: IfNotPresent name: volume-permissions securityContext: