io.github.fstaudt.helm-values
Owner: François Staudt
Generate JSON schemas for complex Helm charts with Gradle!
https://github.com/fstaudt/helm-values
Sources: https://github.com/fstaudt/helm-values-gradle-plugin
Version 0.8.0
0.8.0
Created 11 November 2023.
Generate JSON schemas to help writing values for Helm charts!
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.fstaudt.helm-values") version "0.8.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.fstaudt.helm:helm-values-gradle-plugin:0.8.0") } } apply(plugin = "io.github.fstaudt.helm-values")
- Applying plugins to all subprojects .