Skip to content

Commit

Permalink
jupyter - set one time password (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Jun 27, 2024
1 parent 9f8bf60 commit 3bfcfb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"default": "changeme",
"render": "password",
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
"overwriteDefaultWith": "{{service.oneTimePassword}}"
}
},
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"default": "changeme",
"render": "password",
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
"overwriteDefaultWith": "{{service.oneTimePassword}}"
}
},
"allowlist": {
Expand Down

0 comments on commit 3bfcfb4

Please sign in to comment.