Skip to content

Commit b4d5520

Browse files
author
Konstantinos Livieratos
authored
Merge pull request #51 from dAverk/master
fix: updated KUBECTL_VERSION to latest stable
2 parents 51e045b + 64f17de commit b4d5520

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The latest version of this action uses the following dependencies versions:
8989
| ----------- | ----------- |
9090
| awscli | 1.24.0 |
9191
| helm | 3.10.1 |
92-
| kubectl | 1.25.91 |
92+
| kubectl | 1.25.4 |
9393

9494
It is very much possible that an update came out and I did not update the action on time. In this please, feel free to [send me a PR](#contributing) and I'll review it as soon as possible.
9595

dockerhub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:3.13
44

55
ARG AWSCLI_VERSION="1.24.0"
66
ARG HELM_VERSION="3.10.1"
7-
ARG KUBECTL_VERSION="1.25.91"
7+
ARG KUBECTL_VERSION="1.25.4"
88

99
COPY --from=sops /usr/local/bin/sops /usr/bin/sops
1010

0 commit comments

Comments
 (0)