-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(pipeline): streamline helm chart publishing and update icon URL
- Simplified the process of publishing Helm charts by reducing unnecessary steps. - Changed the directory structure for storing Helm charts to improve organization. - Updated the icon URL in the reflector's Chart.yaml file.
- Loading branch information
1 parent
0ab1d79
commit dc39a79
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,12 +132,8 @@ jobs: | |
|
||
- name: github - publish - chart | ||
run: | | ||
mkdir -p helm-charts/charts | ||
cp .artifacts/helm/reflector-${{env.version}}.tgz helm-charts/charts | ||
cd helm-charts | ||
rm -f index.yaml | ||
helm repo index ./ | ||
mkdir -p helm-charts/repository/reflector | ||
cp .artifacts/helm/reflector-${{env.version}}.tgz helm-charts/repository/reflector | ||
git config user.name "Romeo Dumitrescu" | ||
git config user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters