-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|