diff --git a/README.md b/README.md index 2b301e1..1bf8c0c 100644 --- a/README.md +++ b/README.md @@ -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.2.0 + uses: bsord/helm-push@v4.1.0 with: useOCIRegistry: true registry-url: oci://ghcr.io/${{ github.repository }} @@ -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.2.0 + uses: bsord/helm-push@v4.1.0 with: useOCIRegistry: true registry-url: oci://123456789123.dkr.ecr.eu-west-1.amazonaws.com @@ -43,7 +43,7 @@ Using Password Auth: ```yaml steps: - name: Push Helm Chart to ChartMuseum - uses: bsord/helm-push@4.2.0 + uses: bsord/helm-push@v4.1.0 with: username: ${{ secrets.HELM_USERNAME }} password: ${{ secrets.HELM_PASSWORD }} @@ -56,7 +56,7 @@ Using Token Auth: ```yaml steps: - name: Push Helm Chart to ChartMuseum - uses: bsord/helm-push@4.2.0 + uses: bsord/helm-push@v4.1.0 with: access-token: ${{ secrets.HELM_API_KEY }} registry-url: 'https://h.cfcr.io/user_or_org/reponame'