Git Product home page Git Product logo

gradle-helm-plugin's Introduction

Gradle Helm Plugin

com.citi.helm?versionPrefix=2.1

This is a suite of Gradle plugins for building, publishing and managing Helm charts.

Features

  • Gradle task types for common Helm CLI commands

  • Build, package and publish Helm charts using a declarative Gradle DSL

  • Resolve placeholders like ${chartVersion} from chart source files before packaging

  • Resolve dependencies between charts using Gradle artifact dependencies

  • Install, upgrade and uninstall releases to/from a Kubernetes cluster

Requirements

  • Gradle 7 or higher

  • JDK 1.8 or higher (for running Gradle)

  • Helm command-line client 3.+

Quick Start

Apply the com.citi.helm plugin to your Gradle project:

build.gradle
plugins {
    id 'com.citi.helm' version '2.1.0'
}
build.gradle.kts
plugins {
    id("com.citi.helm") version "2.1.0"
}

Put your Helm chart sources into src/main/helm:

๐Ÿ“‚ (project root)
    ๐Ÿ“‚ src
        ๐Ÿ“‚ main
            ๐Ÿ“‚ helm
                ๐Ÿ“‚ templates
                    ๐Ÿ“„ ...
                ๐Ÿ“„ Chart.yaml
                ๐Ÿ“„ values.yaml

Use the helmPackage task to build your chart.

Further Documentation

gradle-helm-plugin's People

Contributors

tkrullmann avatar imanushin avatar magner669 avatar jamieslome avatar emilio-pega avatar adferrand avatar jigga avatar joeyyy09 avatar alex-lmco avatar crazymoonkin avatar dcasavant avatar iconoeugen avatar marcoferrer avatar marinkobabic avatar satellite13 avatar luolong avatar kngk1 avatar thomasmillergbtw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.