Skip to content

Commit

Permalink
chore(charts-release): update GitHub actions and chart icons
Browse files Browse the repository at this point in the history
- Updated the checkout action in the charts-release workflow to use a token, specify a path, and reference the main branch.
- Removed the index job that was using repository-index.yaml from the charts-release workflow.
- Updated icon URLs in argo-cd-extensions and cert-manager-extensions Chart.yaml files.
  • Loading branch information
winromulus committed Jul 6, 2024
1 parent 55a96cd commit 042aed6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.ES_GITHUB_PAT }}
path: helm-charts
ref: main

- name: helm - package
run: |
Expand All @@ -38,7 +42,3 @@ jobs:
git status
git commit -m "Published charts"
git push
index:
needs: release
uses: ./.github/workflows/repository-index.yaml
2 changes: 1 addition & 1 deletion src/charts/argo-cd-extensions/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
version: 1.0.0
appVersion: 1.0.0

icon: https://raw.githubusercontent.com/emberstack/CDN/main/helm-charts/generic/emberstack_icon.png
icon: https://raw.githubusercontent.com/emberstack/CDN/main/projects/helm-charts/generic/emberstack_icon.png
keywords:
- argo
- argo-cd
Expand Down
2 changes: 1 addition & 1 deletion src/charts/cert-manager-extensions/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0
appVersion: 1.0.0


icon: https://raw.githubusercontent.com/emberstack/CDN/main/helm-charts/generic/emberstack_icon.png
icon: https://raw.githubusercontent.com/emberstack/CDN/main/projects/helm-charts/generic/emberstack_icon.png
keywords:
- cert
- certificates
Expand Down

0 comments on commit 042aed6

Please sign in to comment.