diff options
Diffstat (limited to 'kubernetes/policy/charts/pap')
-rw-r--r-- | kubernetes/policy/charts/pap/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/policy/charts/pap/requirements.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/charts/pap/Chart.yaml b/kubernetes/policy/charts/pap/Chart.yaml index 25e481b9fc..9133e8685a 100644 --- a/kubernetes/policy/charts/pap/Chart.yaml +++ b/kubernetes/policy/charts/pap/Chart.yaml @@ -19,4 +19,4 @@ apiVersion: v1 description: ONAP Policy Administration (PAP) name: pap -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/policy/charts/pap/requirements.yaml b/kubernetes/policy/charts/pap/requirements.yaml index f035fb9801..a6c2f0a42a 100644 --- a/kubernetes/policy/charts/pap/requirements.yaml +++ b/kubernetes/policy/charts/pap/requirements.yaml @@ -18,5 +18,5 @@ dependencies: - name: common - version: ~5.x-0 + version: ~6.x-0 repository: '@local' |