diff options
author | Jack Lucas <jflos@sonoris.net> | 2022-06-30 12:33:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-30 12:33:54 +0000 |
commit | 152fbfd84c74980013261043d2a6c04ece65d5e3 (patch) | |
tree | 1b04639866865922e999f24945f0a17527bf8a79 /kubernetes/common/etcd/Chart.yaml | |
parent | fcc4397a8074b65e54b661432fc46e82ed194887 (diff) | |
parent | 86791bbd2481749cec63ec9ad43d0c8e5529e35e (diff) |
Merge "[COMMON] Bump ONAP version"
Diffstat (limited to 'kubernetes/common/etcd/Chart.yaml')
-rw-r--r-- | kubernetes/common/etcd/Chart.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/common/etcd/Chart.yaml b/kubernetes/common/etcd/Chart.yaml index 9bc3702501..44649199fa 100644 --- a/kubernetes/common/etcd/Chart.yaml +++ b/kubernetes/common/etcd/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 name: etcd home: https://github.com/coreos/etcd -version: 10.0.0 +version: 11.0.0 appVersion: 2.2.5 description: Distributed reliable key-value store for the most critical data of a distributed system. @@ -27,8 +27,8 @@ sources: dependencies: - name: common - version: ~10.x-0 + version: ~11.x-0 repository: 'file://../common' - name: repositoryGenerator - version: ~10.x-0 + version: ~11.x-0 repository: 'file://../repositoryGenerator' |