Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsst-it/puppet-helm_binary
Puppet Helm module
https://github.com/lsst-it/puppet-helm_binary
deployment helm k8s puppet
Last synced: 3 months ago
JSON representation
Puppet Helm module
- Host: GitHub
- URL: https://github.com/lsst-it/puppet-helm_binary
- Owner: lsst-it
- License: apache-2.0
- Created: 2022-01-21T18:11:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T22:12:08.000Z (4 months ago)
- Last Synced: 2024-10-27T22:02:14.089Z (3 months ago)
- Topics: deployment, helm, k8s, puppet
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# helm_binary
## Table of Contents
1. [Overview](#overview)
1. [Description](#description)
1. [Usage - Configuration options and additional functionality](#usage)
1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)## Overview
Installs the [helm](https://github.com/helm/helm/) binary.
## Description
Fetches the `helm` utility and and symlinks `/usr/bin/helm` to the downloaded
artifact. This is a minimal, binary installation only alternative to the
[puppetlabs/helm](https://forge.puppet.com/modules/puppetlabs/helm) module
without the legacy helm v2 deployment support. In addition, this module has
artifact digest support.## Usage
```puppet
class { 'helm_binary':
version => '3.5.4',
checksum => 'a8ddb4e30435b5fd45308ecce5eaad676d64a5de9c89660b56face3fe990b318',
checksum_type => 'sha256',
base_path => '/opt/rke',
}
```## Reference
See [REFERENCE](REFERENCE.md)