diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-08-13 13:57:37 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-08-23 12:59:54 -0400 |
commit | c9ac0562f56d928c4ecbdcf5db4bfac34b2d9ff6 (patch) | |
tree | ee6b0beb6d3a42e3ef01d60eac29e372d8d565b6 /consul-loader-container/pom.xml | |
parent | 33f297d69913c9a0ae89bd37ab42ebba108f0dc5 (diff) |
Add unconditional Consul key delete1.1.1-consul-loader-container
Add a script to consul-loader-container that
attempts to delete a Consul key and ignores
failures rather than looping indefinitely.
This will allow us to safely add a k8s Job
to each DCAE microservice's Helm chart to delete
the microservice's Consul configuration key when
the microservice is undeployed using Helm.
Issue-ID: DCAEGEN2-2669
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I0e9534c4b488d3a3f7248434712900ed5b593489
Diffstat (limited to 'consul-loader-container/pom.xml')
-rw-r--r-- | consul-loader-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consul-loader-container/pom.xml b/consul-loader-container/pom.xml index f347ef9..f7d5e62 100644 --- a/consul-loader-container/pom.xml +++ b/consul-loader-container/pom.xml @@ -28,7 +28,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>consul-loader-container</artifactId> <name>dcaegen2-deployments-consul-loader-container</name> - <version>1.1.0</version> + <version>1.1.1</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |