Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Feature/seldon core (#28)
Browse files Browse the repository at this point in the history
* Add seldon-core.

* add seldon-core
  • Loading branch information
AyadiAmen authored Mar 27, 2020
1 parent 70dbafd commit 26e475f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v2
name: fadi
version: 0.2.0
appVersion: 0.2.0
version: 0.2.1
appVersion: 0.2.1
description: FADI is a Cloud Native platform for Big Data based on mature open source tools.
keywords:
- fadi
Expand Down Expand Up @@ -109,4 +109,8 @@ dependencies:
- name: zabbix
version: ~0.1.2
repository: https://cetic.github.io/helm-charts/
condition: zabbix.enabled
condition: zabbix.enabled
- name: seldon-core-operator
version: ~1.0.2
repository: https://storage.googleapis.com/seldon-charts/
condition: seldon-core-operator.enabled
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Each requirement is configured with the options provided by that Chart. Please c
| `node-red.enabled` | Enable [Node-red](https://github.com/helm/charts/tree/master/stable/node-red) | `false` |
| `adminer.enabled` | Enable [Adminer](https://github.com/cetic/helm-adminer) | `true` |
| `mlflow.enabled` | Enable [MLFlow](https://github.com/cetic/helm-mlflow) | `false` |
| `seldon-core-operator.enabled` | Enable [Seldon-core](https://github.com/SeldonIO/seldon-core/tree/master/helm-charts/seldon-core-operator) | `false` |
| `zabbix.enabled` | Enable [Zabbix](https://github.com/cetic/helm-zabbix) | `false` |

## Contributing
Expand Down
5 changes: 5 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,11 @@ mlflow:
enabled: false
backend_store_uri: "postgresql://admin:[email protected]:5432"

seldon-core-operator:
enabled: false
usageMetrics:
enabled: false

zabbix:
enabled: false
postgresql:
Expand Down

0 comments on commit 26e475f

Please sign in to comment.