summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--healthcheck-container/get-status.js3
-rw-r--r--healthcheck-container/pom.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/healthcheck-container/get-status.js b/healthcheck-container/get-status.js
index 282b71e..f3c4f97 100644
--- a/healthcheck-container/get-status.js
+++ b/healthcheck-container/get-status.js
@@ -1,5 +1,6 @@
/*
Copyright(c) 2018 AT&T Intellectual Property. All rights reserved.
+Copyright(c) 2020 Nokia Intellectual Property. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -23,7 +24,7 @@ const https = require('https');
const K8S_CREDS = '/var/run/secrets/kubernetes.io/serviceaccount';
const K8S_HOST = 'kubernetes.default.svc.cluster.local'; // Full name to match cert for TLS
-const K8S_PATH = 'apis/apps/v1beta2/namespaces/';
+const K8S_PATH = 'apis/apps/v1/namespaces/';
const MAX_DEPS = 1000; // Maximum number of k8s deployments to return from a query to k8s
diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml
index 3b41ab9..c2c325f 100644
--- a/healthcheck-container/pom.xml
+++ b/healthcheck-container/pom.xml
@@ -2,6 +2,7 @@
<!--
================================================================================
Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2020 NOKIA Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -27,7 +28,7 @@ limitations under the License.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>healthcheck-container</artifactId>
<name>dcaegen2-deployments-healthcheck-container</name>
- <version>2.0.0</version>
+ <version>2.1.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>