summaryrefslogtreecommitdiffstats
path: root/k8s/pom.xml
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-04-01 18:00:19 -0400
committerJack Lucas <jflucas@research.att.com>2019-04-02 10:52:35 -0400
commita4983a2f9a74b52c1b54491f2a39d2effb2763e6 (patch)
treef0fda1401ab6782b570487c56132b720e4fccd0a /k8s/pom.xml
parent4823b2acc5c61d5e5442364cd0540dd475949e73 (diff)
Change kubeconfig file location
By putting kubeconfig in its own directory, we make sure updates to the underlying configMap become visible to the plugin without restarting CM. Issue-ID: DCAEGEN2-1136 Change-Id: Ifbc5bed31cdcf285b1cf845427679f631eaa4645 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s/pom.xml')
-rw-r--r--k8s/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/pom.xml b/k8s/pom.xml
index 22db83c..6a12eac 100644
--- a/k8s/pom.xml
+++ b/k8s/pom.xml
@@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform.plugins</groupId>
<artifactId>k8s</artifactId>
<name>k8s-plugin</name>
- <version>1.4.10-SNAPSHOT</version>
+ <version>1.4.12-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>