diff options
Diffstat (limited to 'kubernetes/common/etcd')
-rw-r--r-- | kubernetes/common/etcd/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/common/etcd/requirements.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/common/etcd/Chart.yaml b/kubernetes/common/etcd/Chart.yaml index edf91b8f47..dbd8203191 100644 --- a/kubernetes/common/etcd/Chart.yaml +++ b/kubernetes/common/etcd/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 name: etcd home: https://github.com/coreos/etcd -version: 6.0.0 +version: 7.0.0 appVersion: 2.2.5 description: Distributed reliable key-value store for the most critical data of a distributed system. diff --git a/kubernetes/common/etcd/requirements.yaml b/kubernetes/common/etcd/requirements.yaml index 733bc449cb..bf85c74071 100644 --- a/kubernetes/common/etcd/requirements.yaml +++ b/kubernetes/common/etcd/requirements.yaml @@ -14,8 +14,8 @@ # limitations under the License dependencies: - name: common - version: ~6.x-0 + version: ~7.x-0 repository: 'file://../common' - name: repositoryGenerator - version: ~6.x-0 + version: ~7.x-0 repository: 'file://../repositoryGenerator' |