Update ptp-notification service image tags

Update notificationservice-base and notificationservice-base-v2
image tags to versions stx.11.0-v2.2.5 and stx.11.0-v2.3.1
respectively.

The image were tagged in the following commit:
https://review.opendev.org/c/starlingx/root/+/941132

This update is to pick recent fix for RabbitMQ endpoint, cause
of crashes at pod startup. The fix was delivered in the
following commit:
fc05f7fb44

Test plan:
Pass: Deploy app with new image and validate basic ptp-notification
    functionality

Closes-bug: 2097136

Change-Id: I42f428d17acf332bd8b0d2386694d906497b9751
Signed-off-by: Andre Mauricio Zelak <andre.zelak@windriver.com>
This commit is contained in:
Andre Mauricio Zelak 2025-02-11 13:39:09 -03:00
parent 89ee353cc1
commit 3e5e76abf1
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2021-2024 Wind River Systems, Inc. # Copyright (c) 2021-2025 Wind River Systems, Inc.
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
@ -7,4 +7,4 @@ apiVersion: v1
appVersion: "2.0" appVersion: "2.0"
description: A Helm chart to deploy PTP Notification Service description: A Helm chart to deploy PTP Notification Service
name: ptp-notification name: ptp-notification
version: 2.0.4 version: 2.0.5

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2021-2024 Wind River Systems, Inc. # Copyright (c) 2021-2025 Wind River Systems, Inc.
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
@ -93,7 +93,7 @@ ptptracking:
livenessTimeoutSeconds: 3 livenessTimeoutSeconds: 3
image: image:
repository: starlingx/notificationservice-base repository: starlingx/notificationservice-base
tag: stx.10.0-v2.2.4 tag: stx.11.0-v2.2.5
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
device: device:
simulated: false simulated: false
@ -120,7 +120,7 @@ ptptrackingv2:
livenessTimeoutSeconds: 3 livenessTimeoutSeconds: 3
image: image:
repository: starlingx/notificationservice-base-v2 repository: starlingx/notificationservice-base-v2
tag: stx.10.0-v2.3.0 tag: stx.11.0-v2.3.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
control_timeout: 2 control_timeout: 2
device: device: