Skip to content

Commit

Permalink
ci: update Calyptia Cloud Standalone chart from latest version intern…
Browse files Browse the repository at this point in the history
…ally

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
patrick-stephens authored Nov 17, 2023
1 parent 07ba341 commit 3858ae3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@ fi
# Grab any K3S logs for on-prem deployment
journalctl -q -u k3s &> "$OUTPUT_DIR"/k3s-service.log

# Check for systemctl and scrape systemctl units if available
if command -v systemctl &> /dev/null; then
echo "Scraping systemctl units..."
systemctl list-units --all --type=service --no-pager &> "$OUTPUT_DIR/systemctl-all-units.log"
echo "Systemctl units scraped."
else
echo "Systemctl not found, skipping systemctl units scrape."
fi

# Create a tarball for simple upload
echo "Creating tarball: $TAR_NAME"
tar -czf "$TAR_NAME" -C "$OUTPUT_DIR" .
Expand Down

0 comments on commit 3858ae3

Please sign in to comment.