diff options
Diffstat (limited to 'kubernetes/uui/requirements.yaml')
-rw-r--r-- | kubernetes/uui/requirements.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/uui/requirements.yaml b/kubernetes/uui/requirements.yaml index 8241eb05d8..a64f0d3701 100644 --- a/kubernetes/uui/requirements.yaml +++ b/kubernetes/uui/requirements.yaml @@ -14,14 +14,14 @@ dependencies: - name: common - version: ~7.x-0 + version: ~8.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 + version: ~8.x-0 repository: '@local' - name: uui-server - version: ~7.x-0 - repository: 'file://components/uui-server'
\ No newline at end of file + version: ~8.x-0 + repository: 'file://components/uui-server' |