diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-08-23 14:13:10 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-08-23 14:13:10 -0400 |
commit | 504637f4d5ba8b5dfb69b585e79f4cb54b3688ab (patch) | |
tree | 2e469196aacfe81a506b8c6b2cb54399f8f23a3d /releases | |
parent | c9ac0562f56d928c4ecbdcf5db4bfac34b2d9ff6 (diff) |
Release consul-loader-container 1.1.14.6.1-cm-container
Container version 1.1.1 adds 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: Id90b4eab0acefd05c25f64989953671cfdcae51f
Diffstat (limited to 'releases')
-rw-r--r-- | releases/1.1.1-consul-loader-container.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releases/1.1.1-consul-loader-container.yaml b/releases/1.1.1-consul-loader-container.yaml new file mode 100644 index 0000000..ccc632d --- /dev/null +++ b/releases/1.1.1-consul-loader-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +container_release_tag: '1.1.1' +git_tag: '1.1.1-consul-loader-container' +project: 'dcaegen2/deployments' +log_dir: 'dcaegen2-deployments-master-merge-java/321' +ref: c9ac0562f56d928c4ecbdcf5db4bfac34b2d9ff6 +containers: + - name: 'org.onap.dcaegen2.deployments.consul-loader-container' + version: '1.1.1-SNAPSHOT-20210823T174259Z'
\ No newline at end of file |