Module: HelmRb

Defined in:
lib/helm-rb.rb,
lib/helm-rb/version.rb

Constant Summary collapse

VERSION =
'0.2.1'
HELM_VERSION =
'3.6.2'

Class Method Summary collapse

Class Method Details

.executableObject



2
3
4
5
6
7
# File 'lib/helm-rb.rb', line 2

def self.executable
  @executable ||= begin
    pattern = File.expand_path(File.join('..', 'vendor', 'helm*'), __dir__)
    Dir.glob(pattern).first
  end
end