Skip to content

Commit 333302c

Browse files
committed
Update helm charts according to v2.15.0 and support only 2 flavors
Signed-off-by: kunal-511 <[email protected]>
1 parent 1345f9e commit 333302c

File tree

103 files changed

+1657
-5983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+1657
-5983
lines changed

experimental/helm/charts/pipelines/Chart.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,12 @@ sources:
1818
dependencies:
1919
- name: argo-workflows
2020
version: "~0.40.0"
21-
condition: argo.enabled
21+
condition: thirdParty.argo.enabled
2222
repository: "https://argoproj.github.io/argo-helm"
23-
- name: minio
24-
version: "~5.0.0"
25-
condition: minio.enabled
26-
repository: "https://charts.min.io/"
2723
- name: mysql
2824
version: "~14.0.0"
2925
condition: mysql.enabled
3026
repository: "https://charts.bitnami.com/bitnami"
31-
- name: postgresql
32-
version: "~16.0.0"
33-
condition: postgresql.enabled
34-
repository: "https://charts.bitnami.com/bitnami"
3527
annotations:
3628
category: Machine Learning
3729
licenses: Apache-2.0

0 commit comments

Comments
 (0)