Skip to content

Commit

Permalink
Merge pull request #39 from gsunner/release-version-script
Browse files Browse the repository at this point in the history
helm yaml files updated for release script usage
  • Loading branch information
gsunner authored Jan 16, 2018
2 parents 68084ba + 7622c00 commit 5f53727
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 47 deletions.
4 changes: 2 additions & 2 deletions helm-charts/seldon-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
description: Seldon Core helm chart for Kubernetes
name: seldon-core
version: 0.1.1
keywords:
- kubernetes
- machine-learning
name: seldon-core
sources:
- https://github.com/SeldonIO/seldon-core
version: 0.1.1
67 changes: 22 additions & 45 deletions helm-charts/seldon-core/values.yaml
Original file line number Diff line number Diff line change
@@ -1,56 +1,33 @@
# Default values for seldon-core.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

alertmanager:
config:
enabled: false
apife:
image:
pull_policy: IfNotPresent
tag: 0.1.1
apife_service_type: NodePort
cluster_manager:
enabled: true
rbac: false
spring_opts: ""
# set the JAVA_OPTS
#java_opts: "-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:8000,server=y,suspend=n"
java_opts: ""
image:
tag: "0.3.1"
pull_policy: "IfNotPresent"
apife:
image:
tag: "0.1.1"
pull_policy: "IfNotPresent"
pull_policy: IfNotPresent
tag: 0.3.1
java_opts: ''
rbac: false
spring_opts: ''
engine:
image:
tag: "0.2.1"

tag: 0.2.1
grafana_prom_service_type: NodePort
kafka_core:
image:
tag: "0.1"
zookeeper:
image:
tag: "1.0"
redis:
image:
tag: "4.0.1"
tag: '0.1'
kube_apiserver:
enabled: false


alertmanager:
# config disabled by default, create file "/files/alertmanager/config.yaml" then enable
config:
enabled: false


# set the grafana admin password
#grafana_prom_admin_password:

# Set the type of service for Grafana Prom
#grafana_prom_service_type: LoadBalancer
grafana_prom_service_type: NodePort

# Set the type of service for apife
#apife_service_type: LoadBalancer
apife_service_type: NodePort

# Persist data to a persitent volume
persistence:
enabled: true

redis:
image:
tag: 4.0.1
zookeeper:
image:
tag: '1.0'
56 changes: 56 additions & 0 deletions helm-charts/seldon-core/values.yaml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Default values for seldon-core.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

cluster_manager:
enabled: true
rbac: false
spring_opts: ""
# set the JAVA_OPTS
#java_opts: "-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:8000,server=y,suspend=n"
java_opts: ""
image:
tag: "0.3.1"
pull_policy: "IfNotPresent"
apife:
image:
tag: "0.1.1"
pull_policy: "IfNotPresent"
engine:
image:
tag: "0.2.1"

kafka_core:
image:
tag: "0.1"
zookeeper:
image:
tag: "1.0"
redis:
image:
tag: "4.0.1"
kube_apiserver:
enabled: false


alertmanager:
# config disabled by default, create file "/files/alertmanager/config.yaml" then enable
config:
enabled: false


# set the grafana admin password
#grafana_prom_admin_password:

# Set the type of service for Grafana Prom
#grafana_prom_service_type: LoadBalancer
grafana_prom_service_type: NodePort

# Set the type of service for apife
#apife_service_type: LoadBalancer
apife_service_type: NodePort

# Persist data to a persitent volume
persistence:
enabled: true

0 comments on commit 5f53727

Please sign in to comment.