Skip to content

Commit

Permalink
bigdata-notebook-service v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpSy committed Apr 30, 2024
1 parent 1dbf7b9 commit f0c6d89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-notebook-service
description: A Helm chart for the Spot Big Data Notebook Service
type: application
version: 0.3.0
version: 0.3.1
appVersion: 0.82.3
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-notebook-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- name: EG_NAMESPACE
value: {{ .Release.Namespace }}
- name: EG_LIST_KERNELS
value: {{ .Values.egListKernels }}
value: {{ .Values.egListKernels | quote }}
- name: EG_CULL_IDLE_TIMEOUT
value: {{ .Values.kernel.cullIdleTimeout | quote }}
- name: EG_LOG_LEVEL
Expand Down
8 changes: 0 additions & 8 deletions charts/bigdata-notebook-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ affinity:
values:
- ocean-spark
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: bigdata.spot.io/component
operator: In
values:
- bigdata-notebook-service-storage-server
topologyKey: "topology.kubernetes.io/zone"
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
Expand Down

0 comments on commit f0c6d89

Please sign in to comment.