diff options
Diffstat (limited to 'kubernetes/platform/components/oauth2-proxy/Chart.yaml')
-rw-r--r-- | kubernetes/platform/components/oauth2-proxy/Chart.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/platform/components/oauth2-proxy/Chart.yaml b/kubernetes/platform/components/oauth2-proxy/Chart.yaml index 1da3d7e19a..13da57793c 100644 --- a/kubernetes/platform/components/oauth2-proxy/Chart.yaml +++ b/kubernetes/platform/components/oauth2-proxy/Chart.yaml @@ -16,7 +16,7 @@ # limitations under the License. # ============LICENSE_END========================================================= apiVersion: v2 -version: 12.0.0 +version: 13.0.0 description: ONAP Oauth2-proxy name: oauth2-proxy sources: @@ -24,10 +24,10 @@ sources: dependencies: - name: common - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: serviceAccount - version: ~12.x-0 + version: ~13.x-0 repository: '@local' - name: onap-oauth2-proxy version: 6.10.1 |