diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-30 13:21:06 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-11-30 13:21:10 +0000 |
commit | 0520c40c2387f615b8f76eb277f6b9ef032167ad (patch) | |
tree | 5757c77247897f7e6518a47df806e4c3712c04f7 | |
parent | 25ae02121c0e79194a7e4025453c8c57df635a2e (diff) |
[POLICY] Update docker images to latest versions
The image versions in policy values.yaml files have been updated
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4462
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: If2490a52c988412695ec21ff97d3ffcf9c22a60a
-rw-r--r-- | .gitreview | 2 | ||||
-rwxr-xr-x | kubernetes/policy/components/policy-apex-pdp/values.yaml | 2 | ||||
-rw-r--r-- | kubernetes/policy/components/policy-gui/values.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitreview b/.gitreview index eabfdc6550..375b41e593 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=oom -defaultbranch=master +defaultbranch=jakarta diff --git a/kubernetes/policy/components/policy-apex-pdp/values.yaml b/kubernetes/policy/components/policy-apex-pdp/values.yaml index 349420384f..2464b8ca07 100755 --- a/kubernetes/policy/components/policy-apex-pdp/values.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/values.yaml @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-apex-pdp:2.7.4 +image: onap/policy-apex-pdp:2.7.5 pullPolicy: Always # flag to enable debugging - application support required diff --git a/kubernetes/policy/components/policy-gui/values.yaml b/kubernetes/policy/components/policy-gui/values.yaml index bc4a4379a0..f462896325 100644 --- a/kubernetes/policy/components/policy-gui/values.yaml +++ b/kubernetes/policy/components/policy-gui/values.yaml @@ -74,7 +74,7 @@ subChartsOnly: flavor: small # application image -image: onap/policy-gui:2.2.4 +image: onap/policy-gui:2.2.5 pullPolicy: Always # flag to enable debugging - application support required |