Skip to content

Commit

Permalink
Merge branch 'main' of github.com:devops-ia/ecr-token
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Oct 2, 2024
2 parents f81cb2d + 924acb2 commit 1612939
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Create PR changes
if: steps.check_changes.outputs.release_changed == 'true'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PAT_GITHUB }}
commit-message: "feat: new ecr-token version ${{ steps.latest_release.outputs.complete_release }}"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG AWSCLI_VERSION=2.17.51
ARG AWSCLI_VERSION=2.17.63
ARG KUBECTL_VERSION=1.31.1

FROM alpine/k8s:${KUBECTL_VERSION} AS kubectl
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Image base with `aws-cli` and `kubectl` for [helm-ecr-token](https://github.com/

Default base versions:

* aws-cli: `2.17.51`
* aws-cli: `2.17.61`
* kubectl: `1.31.1`

## Image details (from dive)
Expand Down

0 comments on commit 1612939

Please sign in to comment.