drone-helm3-push

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2024 License: BlueOak-1.0.0 Imports: 4 Imported by: 0

README

A plugin to Drone Helm push plugin to an OCI Docker registry.

Usage

The following settings changes this plugin's behavior.

  • chart_destination temporary directory where chart archive is written (default .packaged_charts)
  • chart_path directory containing the helm chart (default .)
  • registry_namespace registry namespace under which the chart will be published
  • registry_password registry password/token
  • registry_url registry where the packaged chart will be published (default registry.hub.docker.com)
  • registry_username registry username

Below is an example Harness CI pipeline step that uses this plugin.

             - step:
                  type: Plugin
                  name: push helm chart
                  identifier: push_helm_chart
                  spec:
                    connectorRef: account.harnessImage
                    image: jimsheldon/drone-helm3-push
                    settings:
                      chart_path: charts/drone
                      registry_url: registry.hub.docker.com
                      registry_username: jimsheldon
                      registry_password: <+secrets.getValue("docker_pat")>
                      registry_namespace: jimsheldon

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL