Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jun 5, 2025

This PR adds Helm binary support for both macOS and Linux environments as requested.

Changes Made

Installation Script (script/install.d/26-helm.sh)

  • Created new installation script following existing patterns from terraform and gh scripts
  • Linux: Uses official Helm apt repository with proper GPG key setup
  • macOS: Uses Homebrew (brew install helm)
  • Includes version check after installation
  • Follows consistent formatting and error handling patterns

Test Integration (tests/test_binaries.py)

  • Added "helm" to the binaries list to ensure it's verified in CI
  • Maintains alphabetical ordering within the tools section

Usage

Install Helm specifically:

./script/install helm

Or include it in a broader installation:

./script/install  # Installs all tools including Helm

Testing

  • ✅ Script runs correctly when helm is already installed (shows version)
  • ✅ Script integrates properly with the installation framework
  • ✅ Works with selective installation commands
  • ✅ Helm binary is detected by the test framework
  • ✅ Minimal changes (1 line modified, 1 new file)

The implementation ensures Helm is available in both environments as requested in the documentation link provided.

Fixes #12.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • baltocdn.com
    • Triggering command: curl -s REDACTED (dns block)
    • Triggering command: curl -I REDACTED (dns block)
    • Triggering command: curl -fsSL REDACTED (dns block)
  • esm.ubuntu.com
    • Triggering command: /usr/lib/apt/methods/https (dns block)
  • google.com
    • Triggering command: curl -I google.com (dns block)
  • helm.sh
    • Triggering command: curl -s REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] helm Add Helm installation support for macOS and Linux Jun 5, 2025
Copilot AI requested a review from andrejusk June 5, 2025 19:14
@andrejusk andrejusk marked this pull request as ready for review June 5, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

helm

2 participants