diff options
Diffstat (limited to 'kubernetes/consul/requirements.yaml')
-rw-r--r-- | kubernetes/consul/requirements.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/consul/requirements.yaml b/kubernetes/consul/requirements.yaml index bde1c36b17..4d43035d04 100644 --- a/kubernetes/consul/requirements.yaml +++ b/kubernetes/consul/requirements.yaml @@ -15,15 +15,15 @@ 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: consul-server - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/consul-server' condition: cds-command-executor.enabled |