Skip to content

Commit

Permalink
re-shuffle version and cli-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 12, 2024
1 parent 0942ff7 commit 84707b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ inputs:
values:
description: "Values yaml raw data of filename for helm that define the topology for the devnet"
required: true
kubeconfig:
description: "Kubeconfig file for remote cluster, if set, will be used instead of creating kind cluster"
required: false
default: ""
version:
description: "Version of devnet chart (default: 0.1.45)"
description: "Version of devnet chart (default: v0.2.3)"
required: false
default: "v0.2.3"
cli-version:
description: "Version of @starship-ci/cli to use: default: 2.3.0"
required: false
default: "2.3.0"
kubeconfig:
description: "Kubeconfig file for remote cluster, if set, will be used instead of creating kind cluster"
required: false
default: ""
chart:
description: "Name of the help chart to use. Recommended: use default (default: starship/devnet)"
required: false
Expand Down

0 comments on commit 84707b9

Please sign in to comment.