diff options
Diffstat (limited to 'kubernetes/policy/components/policy-nexus/requirements.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-nexus/requirements.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-nexus/requirements.yaml b/kubernetes/policy/components/policy-nexus/requirements.yaml index d3c442d32e..2161e6e16e 100755 --- a/kubernetes/policy/components/policy-nexus/requirements.yaml +++ b/kubernetes/policy/components/policy-nexus/requirements.yaml @@ -15,8 +15,11 @@ dependencies: - name: common - version: ~6.x-0 + version: ~7.x-0 # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' + - name: repositoryGenerator + version: ~7.x-0 + repository: '@local' |