From f14b4c9fd5be718287b2ae921542da97378863fa Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 30 Oct 2020 11:40:06 -0400 Subject: [PATCH] [incubator/patroni] update chart repo dependency references (#23978) Signed-off-by: Scott Rigby --- incubator/patroni/Chart.yaml | 2 +- incubator/patroni/requirements.lock | 10 +++++----- incubator/patroni/requirements.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/incubator/patroni/Chart.yaml b/incubator/patroni/Chart.yaml index d178220da0..bee8370016 100644 --- a/incubator/patroni/Chart.yaml +++ b/incubator/patroni/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: patroni description: 'Highly available elephant herd: HA PostgreSQL cluster.' -version: 0.16.0 +version: 0.16.1 appVersion: 1.5-p5 home: https://github.com/zalando/patroni sources: diff --git a/incubator/patroni/requirements.lock b/incubator/patroni/requirements.lock index 33d434dec2..452279772c 100644 --- a/incubator/patroni/requirements.lock +++ b/incubator/patroni/requirements.lock @@ -1,12 +1,12 @@ dependencies: - name: etcd - repository: https://kubernetes-charts-incubator.storage.googleapis.com/ + repository: https://charts.helm.sh/incubator version: 0.6.2 - name: zookeeper - repository: https://kubernetes-charts-incubator.storage.googleapis.com/ + repository: https://charts.helm.sh/incubator version: 1.0.0 - name: consul - repository: https://kubernetes-charts.storage.googleapis.com/ + repository: https://charts.helm.sh/stable version: 3.6.1 -digest: sha256:65ce2049b946b29c3705df1c6b3df323bbaccd571b51cb3b2c4964608a1f0e37 -generated: 2019-05-13T14:05:58.771774+07:00 +digest: sha256:1d1ed086586703e7cdc528c6d44e5c03f68f3f4fddfc713e50898eff18dc5acf +generated: "2020-10-30T00:42:58.035153-04:00" diff --git a/incubator/patroni/requirements.yaml b/incubator/patroni/requirements.yaml index ec4875f554..1cc75ec7b8 100644 --- a/incubator/patroni/requirements.yaml +++ b/incubator/patroni/requirements.yaml @@ -1,13 +1,13 @@ dependencies: - name: etcd version: 0.6.2 - repository: https://kubernetes-charts-incubator.storage.googleapis.com/ + repository: https://charts.helm.sh/incubator condition: etcd.deployChart - name: zookeeper version: 1.0.0 - repository: https://kubernetes-charts-incubator.storage.googleapis.com/ + repository: https://charts.helm.sh/incubator condition: zookeeper.deployChart - name: consul version: 3.6.1 - repository: https://kubernetes-charts.storage.googleapis.com/ + repository: https://charts.helm.sh/stable condition: consul.deployChart