Skip to content

Commit

Permalink
test Mon Dec 26 08:51:08 IST 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Dec 26, 2022
1 parent 192c472 commit 9e0e192
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,16 @@ jobs:
run: |
git checkout origin/gh-pages index.yaml
- name: Package chart
run: |
rm -rf .cr-release-packages
mkdir .cr-release-packages
helm package charts/argo-cd -u -d .cr-release-packages/
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
uses: helm/chart-releaser-action@main
with:
config: "./.github/configs/cr.yaml"
charts_dir: "charts/argo-cd"
skip_packaging: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.4.15
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.7.0-cr12345
version: 5.7.0-cr123451
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand Down

0 comments on commit 9e0e192

Please sign in to comment.