Skip to content

Commit

Permalink
[Charts] Fix admin charts (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg authored Jul 14, 2024
1 parent 7dc12a6 commit dedf4b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun-ce
version: 0.6.3-rc24
version: 0.6.3-rc25
description: MLRun Open Source Stack
home: https://iguazio.com
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Expand Down
6 changes: 5 additions & 1 deletion charts/mlrun-ce/admin_installation_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ nuclio:
enabled: false
rbac:
create: false
platform: false
platform: null

mlrun:
enabled: false

jupyterNotebook:
enabled: false
serviceAccount:
create: false
persistence:
enabled: false

mpi-operator:
rbac:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mlrun:
service:
type: ClusterIP
nodePort: ""

jupyterNotebook:
service:
type: ClusterIP
Expand Down Expand Up @@ -49,7 +50,7 @@ spark-operator:

pipelines:
service:
type : ClusterIP
type: ClusterIP
nodePort: ""
crd:
enabled: false
Expand Down
7 changes: 3 additions & 4 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jupyterNotebook:
serviceAccount:
create: true
name: mlrun-jupyter
awsInstall: false
awsInstall: false
fullnameOverride: mlrun-jupyter
name: jupyter-notebook
enabled: true
Expand Down Expand Up @@ -194,7 +194,7 @@ jupyterNotebook:
envFrom:
- configMapRef:
name: jupyter-common-env
optional: true
optional: true
persistence:
enabled: true
existingClaim:
Expand Down Expand Up @@ -253,7 +253,7 @@ spark-operator:
enabled: true
fullnameOverride: spark-operator
webhook:
enable: true
enable: true
serviceAccounts:
spark:
name: "sparkapp"
Expand Down Expand Up @@ -409,4 +409,3 @@ kube-prometheus-stack:
fullnameOverride: state-metrics
prometheus-node-exporter:
fullnameOverride: node-exporter

0 comments on commit dedf4b7

Please sign in to comment.