Skip to content

Commit

Permalink
update default versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kondoumh committed Oct 21, 2023
1 parent be36e82 commit ddbff56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Test
run: |
ls -l ~/bin
helmfile --version | grep 0.148.1
kubectl version --client --short | grep 1.24.7
helm version | grep v3.10.2
helmfile --version | grep 0.157.0
kubectl version --client | grep 1.28.1
helm version | grep v3.13.1
helm plugin list | grep diff
helm plugin list | grep s3
Expand Down
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ branding:
inputs:
kubectl-version:
description: "kubectl (AWS edition) version"
default: "1.24.7"
default: "1.28.1"
required: false
kubectl-release-date:
description: "kubectl (AWS edition) release date"
default: "2022-10-31"
default: "2023-09-14"
required: false
helm-version:
description: "Helm version"
default: "v3.10.2"
default: "v3.13.1"
required: false
helmfile-version:
description: "helmfile version"
default: "v0.148.1"
default: "v0.157.0"
required: false
install-kubectl:
description: "Install kubectl"
Expand Down

0 comments on commit ddbff56

Please sign in to comment.