From f187a4b470d23be922a175b8532a6f94651486e4 Mon Sep 17 00:00:00 2001 From: Murali Parthasarathy K Date: Wed, 11 Jun 2025 13:48:47 +0200 Subject: [PATCH] Updating OPA SW version 1.0.7 in helm charts Issue-ID: POLICY-5389 Change-Id: Ic70f212fa8774ff0ac7770211413111947ecffb6 Signed-off-by: Murali Parthasarathy K --- kubernetes/policy/components/policy-opa-pdp/Chart.yaml | 2 +- kubernetes/policy/components/policy-opa-pdp/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/policy/components/policy-opa-pdp/Chart.yaml b/kubernetes/policy/components/policy-opa-pdp/Chart.yaml index 7a2d5316d0..92df2f43b1 100644 --- a/kubernetes/policy/components/policy-opa-pdp/Chart.yaml +++ b/kubernetes/policy/components/policy-opa-pdp/Chart.yaml @@ -19,7 +19,7 @@ apiVersion: v2 description: ONAP Policy OPA PDP (PDP-O) name: policy-opa-pdp -version: 16.0.4 +version: 16.0.5 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-opa-pdp/values.yaml b/kubernetes/policy/components/policy-opa-pdp/values.yaml index efe97bef7c..f8fcf24081 100644 --- a/kubernetes/policy/components/policy-opa-pdp/values.yaml +++ b/kubernetes/policy/components/policy-opa-pdp/values.yaml @@ -42,7 +42,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-opa-pdp:1.0.6 +image: onap/policy-opa-pdp:1.0.7 pullPolicy: Always -- 2.16.6