From 4ff204a0c45d24b6394b1e7237c38b578543690f Mon Sep 17 00:00:00 2001 From: Tushar Purohit <59976156+tusharRepo@users.noreply.github.com> Date: Thu, 27 May 2021 12:31:25 +0530 Subject: [PATCH] updated charts to v2 and updated prometheus chart url, version (#1923) Co-authored-by: Sanket Sudake --- charts/fission-all/Chart.yaml | 8 +++++++- charts/fission-all/requirements.lock | 6 ------ charts/fission-all/requirements.yaml | 5 ----- charts/fission-core/Chart.yaml | 8 +++++++- charts/fission-core/requirements.lock | 6 ------ charts/fission-core/requirements.yaml | 5 ----- 6 files changed, 14 insertions(+), 24 deletions(-) delete mode 100644 charts/fission-all/requirements.lock delete mode 100644 charts/fission-all/requirements.yaml delete mode 100644 charts/fission-core/requirements.lock delete mode 100644 charts/fission-core/requirements.yaml diff --git a/charts/fission-all/Chart.yaml b/charts/fission-all/Chart.yaml index 846ae456..60d0cf5d 100644 --- a/charts/fission-all/Chart.yaml +++ b/charts/fission-all/Chart.yaml @@ -1,4 +1,4 @@ -apiVersion: v1 +apiVersion: v2 name: fission-all version: 1.12.0 description: Fission is a fast serverless framework for Kubernetes. @@ -13,3 +13,9 @@ maintainers: email: hello@tachingchen.com engine: gotpl appVersion: 1.12.0 +type: application +dependencies: + - name: prometheus + version: 13.2.1 + repository: https://prometheus-community.github.io/helm-charts + condition: prometheus.enabled \ No newline at end of file diff --git a/charts/fission-all/requirements.lock b/charts/fission-all/requirements.lock deleted file mode 100644 index 4ffd847b..00000000 --- a/charts/fission-all/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: prometheus - repository: https://charts.helm.sh/stable - version: 9.3.1 -digest: sha256:28719be0cec390c81148faf347b873996478a68e5d6614ecef709abdd9abeb6e -generated: "2020-12-17T13:04:21.126528187+05:30" diff --git a/charts/fission-all/requirements.yaml b/charts/fission-all/requirements.yaml deleted file mode 100644 index 2698bcc5..00000000 --- a/charts/fission-all/requirements.yaml +++ /dev/null @@ -1,5 +0,0 @@ -dependencies: - - name: prometheus - version: 9.3.1 - repository: https://charts.helm.sh/stable - condition: prometheus.enabled diff --git a/charts/fission-core/Chart.yaml b/charts/fission-core/Chart.yaml index 8c1d0f3c..efd500fa 100644 --- a/charts/fission-core/Chart.yaml +++ b/charts/fission-core/Chart.yaml @@ -1,4 +1,4 @@ -apiVersion: v1 +apiVersion: v2 name: fission-core version: 1.12.0 description: Fission is a fast serverless framework for Kubernetes. @@ -13,3 +13,9 @@ maintainers: email: hello@tachingchen.com engine: gotpl appVersion: 1.12.0 +type: application +dependencies: + - name: prometheus + version: 13.2.1 + repository: https://prometheus-community.github.io/helm-charts + condition: prometheus.enabled \ No newline at end of file diff --git a/charts/fission-core/requirements.lock b/charts/fission-core/requirements.lock deleted file mode 100644 index b9cb72d7..00000000 --- a/charts/fission-core/requirements.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: prometheus - repository: https://charts.helm.sh/stable - version: 9.3.1 -digest: sha256:28719be0cec390c81148faf347b873996478a68e5d6614ecef709abdd9abeb6e -generated: "2020-12-17T13:04:47.868243339+05:30" diff --git a/charts/fission-core/requirements.yaml b/charts/fission-core/requirements.yaml deleted file mode 100644 index 2698bcc5..00000000 --- a/charts/fission-core/requirements.yaml +++ /dev/null @@ -1,5 +0,0 @@ -dependencies: - - name: prometheus - version: 9.3.1 - repository: https://charts.helm.sh/stable - condition: prometheus.enabled