From 74041fe9ea3a18b5f2eb17d4b23d2dac5dee3195 Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Thu, 27 Jun 2024 14:30:38 +0000 Subject: [PATCH 1/2] jupyter - set one time password --- charts/jupyter-pyspark/Chart.yaml | 4 ++-- charts/jupyter-pyspark/values.schema.json | 2 +- charts/jupyter-python/Chart.yaml | 2 +- charts/jupyter-python/values.schema.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/jupyter-pyspark/Chart.yaml b/charts/jupyter-pyspark/Chart.yaml index ede5feb7..34e15bea 100644 --- a/charts/jupyter-pyspark/Chart.yaml +++ b/charts/jupyter-pyspark/Chart.yaml @@ -24,9 +24,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.33.16 +version: 1.33.17 dependencies: - name: library-chart - version: 1.5.21 + version: 1.5.23 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 161285b9..194f704a 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -258,7 +258,7 @@ "default": "changeme", "render": "password", "x-onyxia": { - "overwriteDefaultWith": "{{project.password}}" + "overwriteDefaultWith": "{{service.oneTimePassword}}" } }, "allowlist": { diff --git a/charts/jupyter-python/Chart.yaml b/charts/jupyter-python/Chart.yaml index f17c4676..da074ee8 100644 --- a/charts/jupyter-python/Chart.yaml +++ b/charts/jupyter-python/Chart.yaml @@ -23,7 +23,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.13.37 +version: 1.13.38 dependencies: - name: library-chart diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index e8838c8f..fb349444 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -214,7 +214,7 @@ "default": "changeme", "render": "password", "x-onyxia": { - "overwriteDefaultWith": "{{project.password}}" + "overwriteDefaultWith": "{{service.oneTimePassword}}" } }, "allowlist": { From 17cc11fa115d2d6d975e415e792f55505a550e1e Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Thu, 27 Jun 2024 14:45:58 +0000 Subject: [PATCH 2/2] vscode - set one time password --- charts/vscode-pyspark/Chart.yaml | 4 ++-- charts/vscode-pyspark/values.schema.json | 2 +- charts/vscode-python/Chart.yaml | 2 +- charts/vscode-python/values.schema.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/vscode-pyspark/Chart.yaml b/charts/vscode-pyspark/Chart.yaml index 7f49fef0..0d4ebea3 100644 --- a/charts/vscode-pyspark/Chart.yaml +++ b/charts/vscode-pyspark/Chart.yaml @@ -24,9 +24,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.35 +version: 1.3.36 dependencies: - name: library-chart - version: 1.5.21 + version: 1.5.23 repository: https://inseefrlab.github.io/helm-charts-interactive-services diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index 3cbbf268..78893cca 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -258,7 +258,7 @@ "default": "changeme", "render": "password", "x-onyxia": { - "overwriteDefaultWith": "{{project.password}}" + "overwriteDefaultWith": "{{service.oneTimePassword}}" } }, "allowlist": { diff --git a/charts/vscode-python/Chart.yaml b/charts/vscode-python/Chart.yaml index fab09de3..37af7697 100644 --- a/charts/vscode-python/Chart.yaml +++ b/charts/vscode-python/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.11.36 +version: 1.11.37 dependencies: - name: library-chart diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index f0e2e45a..33518291 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -214,7 +214,7 @@ "default": "changeme", "render": "password", "x-onyxia": { - "overwriteDefaultWith": "{{project.password}}" + "overwriteDefaultWith": "{{service.oneTimePassword}}" } }, "allowlist": {