[bitnami/jupyterhub] Fix indents of singleuser extra volumes & mounts for #24458 (#29032)

* [jupyterhub] fix indents of singleuser extra volumes & mounts

Signed-off-by: Victoria Bibaeva <victoria.bibaeva@yandex.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Victoria Bibaeva <victoria.bibaeva@yandex.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
vikiscience
2024-08-28 09:00:34 +02:00
committed by GitHub
parent cb56c0ed43
commit 0592bbaa59
3 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 7.2.16 (2024-08-24)
## 7.2.17 (2024-08-27)
* [bitnami/jupyterhub] Release 7.2.16 ([#29014](https://github.com/bitnami/charts/pull/29014))
* [bitnami/jupyterhub] Fix indents of singleuser extra volumes & mounts for #24458 ([#29032](https://github.com/bitnami/charts/pull/29032))
## <small>7.2.16 (2024-08-24)</small>
* [bitnami/jupyterhub] Release 7.2.16 (#29014) ([eaa5262](https://github.com/bitnami/charts/commit/eaa526250ca6eafe1ed19f78c81a5544c46ba1c8)), closes [#29014](https://github.com/bitnami/charts/issues/29014)
## <small>7.2.15 (2024-08-23)</small>

View File

@@ -37,4 +37,4 @@ maintainers:
name: jupyterhub
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
version: 7.2.16
version: 7.2.17

View File

@@ -227,14 +227,14 @@ hub:
- name: empty-dir
emptyDir: {}
{{- if .Values.singleuser.extraVolumes }}
{{- include "common.tplvalues.render" ( dict "value" .Values.singleuser.extraVolumes "context" $ ) | nindent 4 }}
{{- include "common.tplvalues.render" ( dict "value" .Values.singleuser.extraVolumes "context" $ ) | nindent 6 }}
{{- end }}
extraVolumeMounts:
- name: empty-dir
mountPath: /tmp
subPath: tmp-dir
{{- if .Values.singleuser.extraVolumeMounts }}
{{- include "common.tplvalues.render" ( dict "value" .Values.singleuser.extraVolumeMounts "context" $ ) | nindent 4 }}
{{- include "common.tplvalues.render" ( dict "value" .Values.singleuser.extraVolumeMounts "context" $ ) | nindent 6 }}
{{- end }}
capacity: {{ .Values.singleuser.persistence.size }}
homeMountPath: {{ .Values.singleuser.notebookDir }}