Skip to content

Commit

Permalink
fix: kustomize version
Browse files Browse the repository at this point in the history
  • Loading branch information
coquer committed Mar 7, 2024
1 parent 750ae6c commit 71fdb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ inputs:
kustomize:
description: 'The version of kustomize to use'
required: true
default: '5.5.3'
default: '5.3.0'
kubectl:
description: 'The version of kubectl to use'
required: true
default: '1.29.2'
default: '1.23.6'
namesuffix:
description: 'Add suffix to all resources'
required: false
Expand Down

0 comments on commit 71fdb4a

Please sign in to comment.