diff --git a/charts/bigdata-notebook-service-static/Chart.yaml b/charts/bigdata-notebook-service-static/Chart.yaml index 6691081f..262ce752 100644 --- a/charts/bigdata-notebook-service-static/Chart.yaml +++ b/charts/bigdata-notebook-service-static/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: bigdata-notebook-service-static description: A Helm chart for the Spot Big Data Notebook Service (static part) type: application -version: 0.1.2 +version: 0.1.3 appVersion: 0.1.2 home: https://github.com/spotinst/charts icon: https://docs.spot.io/_media/images/spot_mark.png diff --git a/charts/bigdata-notebook-service-static/values.yaml b/charts/bigdata-notebook-service-static/values.yaml index 1ea7a2cc..875a99ef 100644 --- a/charts/bigdata-notebook-service-static/values.yaml +++ b/charts/bigdata-notebook-service-static/values.yaml @@ -9,7 +9,7 @@ kernel: # Port range usable by kernels. Each kernel takes one port. # Has to be in sync with the port range in the JEG deployment. portMin: 50000 - portMax: 52100 + portMax: 50100 kernelConnectionServiceSelectorLabels: {} # Overridden at deploy time diff --git a/charts/bigdata-notebook-service/Chart.yaml b/charts/bigdata-notebook-service/Chart.yaml index 832cf4c4..3243a64b 100644 --- a/charts/bigdata-notebook-service/Chart.yaml +++ b/charts/bigdata-notebook-service/Chart.yaml @@ -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.1 +version: 0.3.2 appVersion: 0.82.3 home: https://github.com/spotinst/charts icon: https://docs.spot.io/_media/images/spot_mark.png