Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fix(helm): revert addition of app.kubernetes.io/part-of as a…
… selector
  • Loading branch information
coadler committed Jan 20, 2023
commit ec1de569bc52f607a2f673b7d10c1c0db9130953
2 changes: 1 addition & 1 deletion scripts/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [[ "$version" == "" ]]; then
fi

# Our chart fails when built on non-tag versions since `+` characters are
# invalid in labels, i.e. `0.15.0-devel+546a8931``.
# invalid in labels, i.e. `0.15.0-devel+546a8931`.
helm_version="${version//+/-}"

if [[ "$output_path" == "" ]]; then
Expand Down