io.github.mehmetsalgar.helm-releases
Owner: Mehmet Salgar
A suite of Gradle plugins for building, publishing and managing Helm charts.
https://github.com/mehmetsalgar/gradle-helm-plugin
Sources: https://github.com/mehmetsalgar/gradle-helm-plugin
Version 1.0.1
1.0.1
Created 08 February 2023.
A suite of Gradle plugins for building, publishing and managing Helm charts.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.mehmetsalgar.helm-releases") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.mehmetsalgar.gradle-plugins.helm:helm-releases-plugin:1.0.1") } } apply(plugin = "io.github.mehmetsalgar.helm-releases")
- Applying plugins to all subprojects .