MVN

io.fabric8 : git-controller

Maven & Gradle

Jun 01, 2016
147 stars

Git Controller · Perform rolling upgrades of Kubernetes Deployments following a new git repository revision

<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>git-controller</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8 : git-controller to add to Maven - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of io.fabric8 : git-controller to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
git-controller-0.0.5
git-controller-0.0.4
git-controller-0.0.3
git-controller-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>git-controller</artifactId>
    <version>0.0.5</version>
</dependency>

Advertisement