Duplicate volumes in version 107.39.4
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
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
also experiencing the issue with the duplicate volumes, preventing us to upgrade to 107.39.4
Thanks for reporting the issue. Will check and fix this in upcoming release.
Fixed via #1682