diff options
author | Jack Lucas <jflos@sonoris.net> | 2023-10-12 13:57:00 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2023-10-13 10:42:16 -0400 |
commit | 837cca39061695cf25bf7c62db472a7198e79a13 (patch) | |
tree | 097b9534c94071c0ffbd853533d3167507548154 | |
parent | e992a80969426810ac1939323e2f188be028c96b (diff) |
Update node base image to 18.18.0
Issue-ID: DCAEGEN2-3400
Change-Id: Iadf1e9aa83c6fef43d8cfb2c5989829efa6f50b9
Signed-off-by: Jack Lucas <jflos@sonoris.net>
-rw-r--r-- | releases/2.4.1-healtcheck-container.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releases/2.4.1-healtcheck-container.yaml b/releases/2.4.1-healtcheck-container.yaml new file mode 100644 index 0000000..7b22890 --- /dev/null +++ b/releases/2.4.1-healtcheck-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +container_release_tag: '2.4.1' +git_tag: '2.4.1-healthcheck-container' +project: 'dcaegen2/deployments' +log_dir: 'dcaegen2-deployments-master-merge-java/340/' +ref: e992a80969426810ac1939323e2f188be028c96b +containers: + - name: 'org.onap.dcaegen2.deployments.healthcheck-container' + version: '2.4.1-SNAPSHOT-20231012T171721Z' |