Skip to content

Commit

Permalink
Bump chart API version to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Nov 24, 2020
1 parent 63916e2 commit 7551572
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
23 changes: 22 additions & 1 deletion deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: v2
name: sumologic
version: 1.3.0
appVersion: 1.3.0
Expand All @@ -10,3 +10,24 @@ icon: https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collectio
home: https://github.com/SumoLogic/sumologic-kubernetes-collection
sources:
- https://github.com/SumoLogic/sumologic-kubernetes-collection
dependencies:
- name: fluent-bit
version: 0.7.4
repository: https://fluent.github.io/helm-charts
condition: fluent-bit.enabled,sumologic.logs.enabled
- name: kube-prometheus-stack
version: 12.0.2
repository: https://prometheus-community.github.io/helm-charts
condition: kube-prometheus-stack.enabled,sumologic.metrics.enabled
- name: falco
version: 1.5.4
repository: https://falcosecurity.github.io/charts
condition: falco.enabled
- name: metrics-server
version: 5.0.2
repository: https://charts.bitnami.com/bitnami
condition: metrics-server.enabled
- name: telegraf-operator
version: 1.1.6
repository: https://sumologic.github.io/influxdata-helm-charts
condition: telegraf-operator.enabled
21 changes: 0 additions & 21 deletions deploy/helm/sumologic/requirements.yaml

This file was deleted.

0 comments on commit 7551572

Please sign in to comment.