net.mayope.deployplugin
Owner: Lukas Meisegeier
Opinionated tool to deploy docker container to kubernetes using helm
https://github.com/mayope/deployment-plugin
Sources: https://github.com/mayope/deployment-plugin
Version 0.0.52
0.0.52
Created 09 June 2022.
Opinionated tool to deploy docker container to kubernetes using helm
Add this plugin to your build using the plugins DSL:
plugins {
id("net.mayope.deployplugin") version "0.0.52"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.mayope:deployment-plugin:0.0.52") } } apply(plugin = "net.mayope.deployplugin")
- Applying plugins to all subprojects .