Skip to content

Commit

Permalink
ci(pipeline): streamline helm chart publishing and update icon URL
Browse files Browse the repository at this point in the history
- 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
winromulus committed Jul 6, 2024
1 parent 0ab1d79 commit dc39a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
2 changes: 1 addition & 1 deletion src/helm/reflector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: 0.1.0
appVersion: 0.1.0


icon: https://raw.githubusercontent.com/emberstack/CDN/master/Projects/ES.FX/es.fx.1.0.0.0.png
icon: https://raw.githubusercontent.com/emberstack/CDN/main/helm-charts/generic/emberstack_icon.png
keywords:
- reflector
- controller
Expand Down

0 comments on commit dc39a79

Please sign in to comment.