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 <enzo.candotti@windriver.com>
Change-Id: I981dc8eff7906942719222aabb9ff11b974bb01a
This commit is contained in:
Enzo Candotti 2022-11-09 12:47:31 -03:00
parent 7ec388fe21
commit e3713f6b7d
1 changed files with 2 additions and 2 deletions

View File

@ -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