Upversion Portieris to v0.13.28

Upversioning Portieris from v0.13.16 to v0.13.28.

Test Plan:
PASS    New version of Portieris accepts a policy with no trust policy
        and only repository checks
PASS    New version of Portieris accepts image with the matching
        repository as the above policy
PASS    New version of Portieris rejects image with a different
        repository as the above policy

Story: 2011331
Task: 52280

Change-Id: I20b3096b8b16b3a5c93de2120eee23c29f90a2da
Signed-off-by: Tae Park <tae.park@windriver.com>
This commit is contained in:
Tae Park
2025-05-26 10:49:25 -04:00
parent c80454ef79
commit 2199148409
3 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
portieris-helm (0.13.28-1) unstable; urgency=medium
* Upversion Portieris to v0.13.28
-- Tae Park <tae.park@windriver.com> Thu, 28 May 2025 16:26:53 -0400
portieris-helm (0.13-16) unstable; urgency=medium
* Upversion Portieris to v0.13.16

View File

@@ -1,10 +1,9 @@
---
debname: portieris-helm
debver: 0.13-16
debver: 0.13.28-1
dl_path:
name: portieris-0.13.16.tgz
url: https://github.com/IBM/portieris/archive/refs/tags/v0.13.16.tar.gz
sha256sum: a1bd39cf9565aa85306b65fc8af937cb8529daaea6dbf163166226170a4fc81e
name: portieris-0.13.28.tgz
url: https://github.com/IBM/portieris/archive/refs/tags/v0.13.28.tar.gz
sha256sum: 23e1bbf28a2f79aaa3cb685d5dcef4704f9484ff60c8b43ed15b64ea7a876cfc
src_files:
- files/Makefile
- files/index.yaml

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2022 Wind River Systems, Inc.
# Copyright (c) 2025 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -8,12 +8,12 @@ replicaCount: 3
namespace: portieris
images:
tags:
portieris: icr.io/portieris/portieris:v0.13.16
portieris: icr.io/portieris/portieris:v0.13.28
image:
host: registry.local:9001/icr.io/portieris
pullSecret: default-registry-key
image: portieris
tag: v0.13.16
tag: v0.13.28
tolerations:
- key: "node-role.kubernetes.io/master"
operator: "Exists"