Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

opendevstack/ods-pipeline-helm

Repository files navigation

ods-pipeline-helm

Tests

Tekton task for use with ODS Pipeline to deploy Helm charts.

Usage

tasks:
- name: build
  taskRef:
    resolver: git
    params:
    - { name: url, value: https://github.com/opendevstack/ods-pipeline-helm.git }
    - { name: revision, value: v0.3.0 }
    - { name: pathInRepo, value: tasks/deploy.yaml }
    workspaces:
    - { name: source, workspace: shared-workspace }

See the documentation for details and available parameters.

The task supports encrypted secrets via the helm-secrets plugin. If you want to use this feature, please see the Working with Helm secrets documentation.

About this repository

docs and tasks are generated directories from recipes located in build. See the Makefile target for how everything fits together.

About

CAUTION! This repo is ARCHIVED: see opendevstack/ods-pipeline#748. ODS Pipeline tasks for Helm deployment - Experimental

Topics

Resources

License

Stars

Watchers

Forks

Packages