Skip to content

Commit

Permalink
.github/workflow/test.yaml: Add helm list to print version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrHeinz authored Aug 20, 2024
1 parent 4acfb7c commit 61f31f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: 3. Deploy the chart
run: helm install betterstack-logs betterstack-logs/betterstack-logs -f values.yaml

- name: List the used Helm release version
run: helm list

- name: Wait for the chart to be ready
run: kubectl wait --for=condition=available deployment/betterstack-logs-metrics-server --timeout=60s
- name: Check cluster pods
Expand Down

0 comments on commit 61f31f0

Please sign in to comment.