Skip to content

Commit

Permalink
Bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Oct 30, 2024
1 parent f27e251 commit 29f556c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following inputs are available as `step.with` keys:

```yaml
- name: Deploy Helm
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -89,7 +89,7 @@ The following inputs are available as `step.with` keys:
## Example 2 - Custom Chart Repo
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -109,7 +109,7 @@ The following inputs are available as `step.with` keys:
## Example 3 - OCI Chart Repo
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -132,7 +132,7 @@ The following inputs are available as `step.with` keys:
aws-region: ${{ env.aws-region }}

- name: Install Helm Chart
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-region: ${{ env.aws-region }}
cluster-name: eks-cluster-${{ env.environment }}
Expand All @@ -142,7 +142,7 @@ The following inputs are available as `step.with` keys:
## Example 5 - Use secrets with vals backend
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -161,7 +161,7 @@ The following inputs are available as `step.with` keys:
```yaml
- name: Install Karpenter
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -186,7 +186,7 @@ The following inputs are available as `step.with` keys:
## Example 7 - Use with S3 as repo
```yaml
- name: Deploy S3 Helm chart
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -211,7 +211,7 @@ The following inputs are available as `step.with` keys:
role-to-assume: arn:aws:iam::${{ env.aws-account-id }}:role/${{ env.aws-assume-role }}
aws-region: ${{ env.aws-region }}
- name: Install Helm Chart
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-region: ${{ env.aws-region }}
cluster-name: eks-cluster-${{ env.environment }}
Expand Down Expand Up @@ -253,7 +253,7 @@ The following inputs are available as `step.with` keys:

```yaml
- name: Deploy Helm
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand All @@ -268,7 +268,7 @@ The following inputs are available as `step.with` keys:
```yaml
- name: Deploy Helm
uses: bitovi/[email protected].11
uses: bitovi/[email protected].12
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 29f556c

Please sign in to comment.