Skip to content

Commit

Permalink
More log lines and deps upgrade (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Aug 31, 2023
1 parent c24d6a1 commit 4adeb6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ inputs:
required: false
default: ""
version:
description: "Version of devnet chart (default: 0.1.42)"
description: "Version of devnet chart (default: 0.1.45)"
required: false
default: "0.1.42"
default: "0.1.45"
chart:
description: "Name of the help chart to use. Recommended: use default (default: starship/devnet)"
required: false
Expand Down Expand Up @@ -70,7 +70,7 @@ runs:

- name: Setup kind cluster
if: ${{ inputs.kubeconfig == '' }}
uses: helm/kind-action@v1.4.0
uses: helm/kind-action@v1.8.0
with:
cluster_name: kind-starship

Expand Down Expand Up @@ -135,7 +135,7 @@ runs:
echo "==================================================="
echo "Logs for $i"
kubectl describe pods $i -n $NAMESPACE
kubectl logs $i -n $NAMESPACE --all-containers --tail=100
kubectl logs $i -n $NAMESPACE --all-containers --tail=800
echo "==================================================="
done
env:
Expand Down

0 comments on commit 4adeb6d

Please sign in to comment.