Skip to content

Commit 802d339

Browse files
committed
ci(pipeline): remove unused Helm artifact repository step
- Eliminates the Helm artifact repository installation step from the CI pipeline as it is no longer required. - Streamlines the workflow by reducing unnecessary steps, improving maintainability.
1 parent 39ee058 commit 802d339

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,6 @@ jobs:
220220
- name: helm - template chart
221221
run: helm template --namespace kube-system ${{ env.helm_chart }} .artifacts/helm/${{ env.helm_chart }}-${{ env.gitVersion_SemVer }}.tgz > .artifacts/kubectl/${{ env.helm_chart }}.yaml
222222

223-
- name: helm - artifacthub - repo
224-
run: install -D src/helm/artifacthub-repo.yaml .artifacts/helm/artifacthub-repo.yaml
225-
226223
- name: docker - build and push
227224
uses: docker/build-push-action@v6
228225
with:
@@ -334,7 +331,7 @@ jobs:
334331
token: ${{ secrets.ES_GITHUB_PAT }}
335332
files: |
336333
.artifacts/kubectl/${{ env.helm_chart }}.yaml
337-
334+
338335
- name: github - repository-dispatch - release
339336
uses: peter-evans/repository-dispatch@v3
340337
with:

0 commit comments

Comments
 (0)