We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c6c99 commit cbe84d6Copy full SHA for cbe84d6
1 file changed
hack/bin/create-helm-sboms.sh
@@ -37,7 +37,8 @@ extract_images_from_chart() {
37
# (we don't want to check the Helm chart, only extract its images)
38
local output
39
if [[ "$chart_name" == "wire-server" ]]; then
40
- local tmpval=$(mktemp --suffix=.yaml)
+ local tmpval
41
+ tmpval=$(mktemp --suffix=.yaml)
42
cat > "$tmpval" <<'EOF'
43
nginz: {secrets: {zAuth: {publicKeys: placeholder}, basicAuth: placeholder}}
44
brig:
0 commit comments