charts icon indicating copy to clipboard operation
charts copied to clipboard

Duplicate volumes in version 107.39.4

Open mouliveera opened this issue 3 years ago • 3 comments

Is this a request for help?: Yes

Is this a BUG REPORT or FEATURE REQUEST? (choose one):

BUG REPORT

Version of Helm and Kubernetes: Helm: v3.8.2 K8s: v1.24.0

Which chart: https://artifacthub.io/packages/helm/jfrog/artifactory/107.39.4

What happened: Duplicate volumes defines: https://artifacthub.io/packages/helm/jfrog/artifactory/107.39.4?modal=template&template=artifactory-statefulset.yaml Line numbers: 1167-1176

1204-1212

What you expected to happen: Remove the duplicates in latest code

How to reproduce it (as minimally and precisely as possible): Run helm template -f values.yaml

Anything else we need to know: No thanks

mouliveera avatar Jun 30 '22 18:06 mouliveera

Also with previous version observed init containers are failing with some OSI layer issues.

Error: Failed to create containers task: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "bash": executable file not found in $PATH: unknown

Please adjust InitContainers with SH commands instead of BASH.

❯ docker run -it  releases-docker.jfrog.io/alpine:3.13.5 sh
/ # echo $0
sh

mouliveera avatar Jun 30 '22 19:06 mouliveera

also experiencing the issue with the duplicate volumes, preventing us to upgrade to 107.39.4

ghost avatar Jul 14 '22 12:07 ghost

Thanks for reporting the issue. Will check and fix this in upcoming release.

itssiri avatar Jul 15 '22 06:07 itssiri

Fixed via #1682

chukka avatar Oct 11 '22 10:10 chukka