Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsord committed Aug 8, 2022
1 parent ef5e470 commit 51f9372
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using Token Auth with OCI Registry:
```yaml
steps:
- name: Push Helm chart to OCI compatible registry (Github)
uses: bsord/helm-push@4.1.0
uses: bsord/helm-push@4.2.0
with:
useOCIRegistry: true
registry-url: oci://ghcr.io/${{ github.repository }}
Expand All @@ -30,7 +30,7 @@ steps:
command: aws ecr get-login-password

- name: Push Helm chart to Amazon Elastic Container Registry (ECR)
uses: bsord/helm-push@4.1.0
uses: bsord/helm-push@4.2.0
with:
useOCIRegistry: true
registry-url: oci://123456789123.dkr.ecr.eu-west-1.amazonaws.com
Expand All @@ -43,7 +43,7 @@ Using Password Auth:
```yaml
steps:
- name: Push Helm Chart to ChartMuseum
uses: bsord/helm-push@4.1.0
uses: bsord/helm-push@4.2.0
with:
username: ${{ secrets.HELM_USERNAME }}
password: ${{ secrets.HELM_PASSWORD }}
Expand All @@ -56,7 +56,7 @@ Using Token Auth:
```yaml
steps:
- name: Push Helm Chart to ChartMuseum
uses: bsord/helm-push@4.1.0
uses: bsord/helm-push@4.2.0
with:
access-token: ${{ secrets.HELM_API_KEY }}
registry-url: 'https://h.cfcr.io/user_or_org/reponame'
Expand Down

0 comments on commit 51f9372

Please sign in to comment.