Skip to content

FairwindsOps/asdf-gonogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-gonogo

Build Status

gonogo plugin for asdf version manager

Install latest version of GoNoGo

asdf plugin-add gonogo https://github.com/TheCubicleJockey/asdf-gonogo.git
asdf install gonogo $(curl --silent "https://api.github.com/repos/FairwindsOps/gonogo/releases/latest" | jq ".. .tag_name? // empty")

Use

Check out the asdf documentation for instructions on how to install and manage versions of gonogo.

Architecture Override

The ASDF_GONOGO_OVERWRITE_ARCH variable can be used to override the architecture that is used for determining which gonogo build to download. The primary use case is when attempting to install an older version of gonogo for use on an Apple M1 computer as gonogo was not built for ARM at the time.

Without ASDF_GONOGO_OVERWRITE_ARCH:

% asdf install gonogo 0.2.1
Downloading gonogo from https://github.com/FairwindsOps/gonogo/releases/download/v0.2.1/gonogo_0.2.1_darwin_amd64.tar.gz

With ASDF_GONOGO_OVERWRITE_ARCH:

% ASDF_GONOGO_OVERWRITE_ARCH=amd64 asdf install gonogo 0.2.0
Downloading gonogo from https://github.com/FairwindsOps/gonogo/releases/download/v0.2.0/gonogo_0.2.0_darwin_amd64.tar.gz

Join the Fairwinds Open Source Community

The goal of the Fairwinds Community is to exchange ideas, influence the open source roadmap, and network with fellow Kubernetes users. Chat with us on Slack or join the user group to get involved!

Love Fairwinds Open Source? Share your business email and job title and we'll send you a free Fairwinds t-shirt!

Other Projects from Fairwinds

Enjoying ASDF-GoNoGo? Check out some of our other projects:

  • Polaris - Audit, enforce, and build policies for Kubernetes resources, including over 20 built-in checks for best practices
  • Goldilocks - Right-size your Kubernetes Deployments by compare your memory and CPU settings against actual usage
  • Nova - Check to see if any of your Helm charts have updates available
  • rbac-manager - Simplify the management of RBAC in your Kubernetes clusters
  • GoNoGo - Simplify the management of RBAC in your Kubernetes clusters

Or check out the full list

Releases

No releases published

Packages

No packages published