Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 170 Bytes

File metadata and controls

6 lines (5 loc) · 170 Bytes

# 获取helm应用中的镜像
helmfile -f ./helmfile/releases/fake-gpu-operator.yaml template | grep "image:" | awk '{print $NF}' | tr -d '\"' | sort -u