Skip to content

Commit 68c8523

Browse files
committed
Remove dots in helm release name (nginx#1022)
1 parent 1a192cc commit 68c8523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- name: Install Chart
237237
run: >
238238
helm install
239-
helm-$(echo ${{ steps.nkg-meta.outputs.tags }} | cut -d ":" -f 2)
239+
helm-$(echo ${{ steps.nkg-meta.outputs.tags }} | tr '.' '-' | cut -d ":" -f 2)
240240
.
241241
--wait
242242
--create-namespace

0 commit comments

Comments
 (0)