fabric8 to jkube
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,3 +2,7 @@
|
||||
.settings
|
||||
.project
|
||||
target
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode
|
||||
|
||||
|
6
pom.xml
6
pom.xml
@@ -18,9 +18,9 @@
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>io.fabric8</groupId>
|
||||
<artifactId>fabric8-maven-plugin</artifactId>
|
||||
<version>4.4.2</version>
|
||||
<groupId>org.eclipse.jkube</groupId>
|
||||
<artifactId>kubernetes-maven-plugin</artifactId>
|
||||
<version>1.14.0</version>
|
||||
<configuration>
|
||||
<images>
|
||||
<image>
|
||||
|
Reference in New Issue
Block a user