From 7ec388fe212d3b7f33b9aa2fa48c73ad0602dfe8 Mon Sep 17 00:00:00 2001 From: Enzo Candotti Date: Thu, 3 Nov 2022 13:23:38 -0300 Subject: [PATCH] Update fm-rest-api tags to stx.8.0-v1.0.0 This change updates the fm-rest-api image tag to stx.8.0-v1.0.0, due to the introduction of a new Debian docker container in: https://review.opendev.org/c/starlingx/root/+/863422 Test plan: PASS: Apply openstack application and update the fm-rest-api url to pull this new image tag. Verify that: - pods are up and running with the new image/tag specified. - the container is running on Debian. - from inside the container, fm querys are working as expected. - server listening on port 18003 from inside the container is working as expected. Story: 2009831 Task: 46721 Signed-off-by: Enzo Candotti Change-Id: I694b81bb40c74c881738a1bcc85b4ac6aebb5ec2 --- fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml b/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml index 101a870..1e9627c 100644 --- a/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml +++ b/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml @@ -16,11 +16,11 @@ labels: images: tags: - fm_rest_api: docker.io/starlingx/stx-fm-rest-api:master-centos-stable-latest + fm_rest_api: docker.io/starlingx/stx-fm-rest-api:stx.8.0-v1.0.0 ks_user: docker.io/starlingx/stx-heat:master-centos-stable-latest ks_service: docker.io/starlingx/stx-heat:master-centos-stable-latest ks_endpoints: docker.io/starlingx/stx-heat:master-centos-stable-latest - fm_db_sync: docker.io/starlingx/stx-fm-rest-api:master-centos-stable-latest + fm_db_sync: docker.io/starlingx/stx-fm-rest-api:stx.8.0-v1.0.0 db_init: docker.io/starlingx/stx-heat:master-centos-stable-latest db_drop: docker.io/starlingx/stx-heat:master-centos-stable-latest dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1