From fd3e3efb4de9df1990aa11b4bcdf5c4c06802be3 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 30 Oct 2020 15:38:45 -0400 Subject: [PATCH] [stable/vault-operator] update chart repo dependency references (#24004) Signed-off-by: Scott Rigby --- stable/vault-operator/Chart.yaml | 2 +- stable/vault-operator/requirements.lock | 6 +++--- stable/vault-operator/requirements.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/vault-operator/Chart.yaml b/stable/vault-operator/Chart.yaml index f341d26372..4bf9c0706e 100644 --- a/stable/vault-operator/Chart.yaml +++ b/stable/vault-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: CoreOS vault-operator Helm chart for Kubernetes name: vault-operator -version: 0.1.1 +version: 0.1.2 appVersion: 0.1.9 home: https://github.com/coreos/vault-operator icon: https://s3.amazonaws.com/hashicorp-marketing-web-assets/brand/Vault_VerticalLogo_FullColor.B1xPC0pSax.svg diff --git a/stable/vault-operator/requirements.lock b/stable/vault-operator/requirements.lock index 47d69f9053..4fdd07800c 100644 --- a/stable/vault-operator/requirements.lock +++ b/stable/vault-operator/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: etcd-operator - repository: https://kubernetes-charts.storage.googleapis.com/ + repository: https://charts.helm.sh/stable version: 0.8.0 -digest: sha256:469fd7ac741beb4956d4695a1fa4d6583f0f81c4d89fbf8400367fd87bfc2e4f -generated: 2018-06-21T13:00:45.7632645-04:00 +digest: sha256:25e50a05c427c881b815208a70a553bae06471bd1fdc3be15c25fea597b222db +generated: "2020-10-30T11:42:47.79202-04:00" diff --git a/stable/vault-operator/requirements.yaml b/stable/vault-operator/requirements.yaml index 6082b79955..def8db3580 100644 --- a/stable/vault-operator/requirements.yaml +++ b/stable/vault-operator/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: etcd-operator version: 0.8.0 - repository: https://kubernetes-charts.storage.googleapis.com/ - condition: etcd-operator.enabled \ No newline at end of file + repository: https://charts.helm.sh/stable + condition: etcd-operator.enabled