From 016d790e0f780d468a99a4ded0d10636d94daad5 Mon Sep 17 00:00:00 2001 From: LeoDiazL <116020815+LeoDiazL@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:53:42 -0300 Subject: [PATCH] Bump alpine k8s and action version (#52) --- Dockerfile | 2 +- README.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index a18bdd5..4e8225f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine/k8s:1.26.10 +FROM alpine/k8s:1.29.1 COPY deploy.sh /usr/local/bin/deploy diff --git a/README.md b/README.md index 2a0d249..6394014 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Following inputs can be used as `step.with` keys ```yaml - name: Deploy Helm - uses: bitovi/github-actions-deploy-eks-helm@v1.2.8 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.9 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -90,7 +90,7 @@ Following inputs can be used as `step.with` keys ## Example 2 - Custom Chart Repo ```yaml - name: Deploy Helm - uses: bitovi/github-actions-deploy-eks-helm@v1.2.8 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.9 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -109,7 +109,7 @@ Following inputs can be used as `step.with` keys ## Example 3 - OCI Chart Repo ```yaml - name: Deploy Helm - uses: bitovi/github-actions-deploy-eks-helm@v1.2.8 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.9 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -132,7 +132,7 @@ Following inputs can be used as `step.with` keys aws-region: ${{ env.aws-region }} - name: Install Helm Chart - uses: bitovi/github-actions-deploy-eks-helm@v1.2.8 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.9 with: aws-region: ${{ env.aws-region }} cluster-name: eks-cluster-${{ env.environment }} @@ -142,7 +142,7 @@ Following inputs can be used as `step.with` keys ## Example 5 - Use secrets with vals backend ```yaml - name: Deploy Helm - uses: bitovi/github-actions-deploy-eks-helm@v1.2.8 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.9 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -160,7 +160,7 @@ Following inputs can be used as `step.with` keys ## Example 6 - Use with S3 as repo ```yaml - name: Deploy S3 Helm chart - uses: bitovi/github-actions-deploy-eks-helm@v1.2.8 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.9 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -179,7 +179,7 @@ Following inputs can be used as `step.with` keys ```yaml - name: Deploy Helm - uses: bitovi/github-actions-deploy-eks-helm@v1.2.8 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.9 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -194,7 +194,7 @@ Following inputs can be used as `step.with` keys ```yaml - name: Deploy Helm - uses: bitovi/github-actions-deploy-eks-helm@v1.2.8 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.9 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}