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:
parent
89ee353cc1
commit
3e5e76abf1
@ -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
|
||||
#
|
||||
@ -7,4 +7,4 @@ apiVersion: v1
|
||||
appVersion: "2.0"
|
||||
description: A Helm chart to deploy PTP Notification Service
|
||||
name: ptp-notification
|
||||
version: 2.0.4
|
||||
version: 2.0.5
|
||||
|
@ -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
|
||||
#
|
||||
@ -93,7 +93,7 @@ ptptracking:
|
||||
livenessTimeoutSeconds: 3
|
||||
image:
|
||||
repository: starlingx/notificationservice-base
|
||||
tag: stx.10.0-v2.2.4
|
||||
tag: stx.11.0-v2.2.5
|
||||
pullPolicy: IfNotPresent
|
||||
device:
|
||||
simulated: false
|
||||
@ -120,7 +120,7 @@ ptptrackingv2:
|
||||
livenessTimeoutSeconds: 3
|
||||
image:
|
||||
repository: starlingx/notificationservice-base-v2
|
||||
tag: stx.10.0-v2.3.0
|
||||
tag: stx.11.0-v2.3.1
|
||||
pullPolicy: IfNotPresent
|
||||
control_timeout: 2
|
||||
device:
|
||||
|
Loading…
x
Reference in New Issue
Block a user