From 6980d02d82994fc6cb6472009d89135a96fbf4a8 Mon Sep 17 00:00:00 2001 From: Aaron Weisberg Date: Wed, 27 Jan 2021 16:57:55 -0600 Subject: [PATCH 1/2] removes requirements --- charts/argo-cd/requirements.lock | 6 ------ charts/argo-cd/requirements.yaml | 5 ----- 2 files changed, 11 deletions(-) delete mode 100644 charts/argo-cd/requirements.lock delete mode 100644 charts/argo-cd/requirements.yaml diff --git a/charts/argo-cd/requirements.lock b/charts/argo-cd/requirements.lock deleted file mode 100644 index fd400f51..00000000 --- a/charts/argo-cd/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: redis-ha - repository: https://dandydeveloper.github.io/charts/ - version: 4.10.1 -digest: sha256:e1e0526ad009ecc065df937b48c4e0e5877e5194242c7888b1dc4467775f2663 -generated: "2020-12-14T14:00:30.830130403+01:00" diff --git a/charts/argo-cd/requirements.yaml b/charts/argo-cd/requirements.yaml deleted file mode 100644 index 82c0ed62..00000000 --- a/charts/argo-cd/requirements.yaml +++ /dev/null @@ -1,5 +0,0 @@ -dependencies: -- name: redis-ha - version: 4.10.1 - repository: https://dandydeveloper.github.io/charts/ - condition: redis-ha.enabled From c2e113baf19c5797b77388d3d93a55c3346b2d28 Mon Sep 17 00:00:00 2001 From: Aaron Weisberg Date: Wed, 27 Jan 2021 17:03:27 -0600 Subject: [PATCH 2/2] moves deps to chart.yaml --- charts/argo-cd/Chart.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 7c5b4cf1..d5f37748 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -14,3 +14,8 @@ maintainers: - name: alexmt - name: jessesuen - name: seanson +dependencies: +- name: redis-ha + version: 4.10.1 + repository: https://dandydeveloper.github.io/charts/ + condition: redis-ha.enabled