From e3713f6b7d145a3d8ca99cb8913bffd6d40cdcd4 Mon Sep 17 00:00:00 2001 From: Enzo Candotti Date: Wed, 9 Nov 2022 12:47:31 -0300 Subject: [PATCH] Update fm-rest-api tags to use Debian build This change updates the fm-rest-api image tag to 'master-debian-stable-latest', due to the migration of fm-rest-api docker image to Debian. Changing the tag to "master-debian-stable-latest", it will be replaced by Jenkins (build-helm-charts.sh) with the timestamped tag of the current build. 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: I981dc8eff7906942719222aabb9ff11b974bb01a --- 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 1e9627c..39e31f2 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:stx.8.0-v1.0.0 + fm_rest_api: docker.io/starlingx/stx-fm-rest-api:master-debian-stable-latest 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:stx.8.0-v1.0.0 + fm_db_sync: docker.io/starlingx/stx-fm-rest-api:master-debian-stable-latest 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