helm_binary
: Install Helm binaryhelm_binary::repo
: Class: helm_binary::repo
Install Helm binary
The following parameters are available in the helm_binary
class:
Data type: String
Helm release version
Default value: '3.7.2'
Data type: String
Artifact checksum string
Default value: '4ae30e48966aba5f807a4e140dad6736ee1a392940101e4d79ffb4ee86200a9e'
Data type: String
The digest algorithm used for the checksum string.
Default value: 'sha256'
Data type: Stdlib::Absolutepath
Base path under which to install software.
Default value: '/opt/helm'
Data type: Enum['package', 'archive']
Use download or system packages
Default value: 'archive'
Data type: String
Ensure state of the package, if used
Default value: 'installed'
Data type: Stdlib::HTTPUrl
Url where to download from helm
Default value: 'https://get.helm.sh'
Class: helm_binary::repo
The following parameters are available in the helm_binary::repo
class:
Data type: Hash
apt details of the repo, see hiera
Default value: {}