Skip to content

Commit

Permalink
update helm releaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Mar 6, 2024
1 parent a9815e6 commit 08a533e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion charts/cluster-secret/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ For older kubernes (<1.19) use the image tag "0.0.6" in yaml/02_deployment.yaml

```bash
helm repo add clutersecret https://charts.clustersecret.io/
helm install clustersecret clutersecret/clustersecret --version 0.1.0 -n clustersecret --create-namespace
helm install clustersecret clutersecret/clustersecret --version 0.4.0 -n clustersecret --create-namespace
```

0 comments on commit 08a533e

Please sign in to comment.