We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a861017 commit bdac996Copy full SHA for bdac996
1 file changed
run-integration-test/action.yaml
@@ -117,7 +117,7 @@ runs:
117
# Overwrite the existing binary
118
sudo install -m 755 -t /usr/local/bin /tmp/kubectl
119
120
- kubectl version
+ kubectl version --client
121
echo "::endgroup::"
122
123
- name: Install Helm
@@ -146,7 +146,7 @@ runs:
146
147
sudo install -m 755 -t /usr/local/bin /tmp/helm/helm
148
149
- helm version
+ helm version --short
150
151
152
- name: Install kubectl-kuttl
0 commit comments