diff options
-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 |