mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[jupyterhub] Fix singleuser image pull secrets (#33176)
* [jupyterhub] Fix singleuser image pull secrets Signed-off-by: Pim Kunis <pim@kunis.nl> * Bump chart version Signed-off-by: Pim Kunis <pim@kunis.nl> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update bitnami/jupyterhub/templates/_helpers.tpl Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> --------- Signed-off-by: Pim Kunis <pim@kunis.nl> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Miguel Ruiz <miguel.ruiz@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 9.0.6 (2025-05-06)
|
||||
## 9.0.7 (2025-05-07)
|
||||
|
||||
* [bitnami/jupyterhub] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33378](https://github.com/bitnami/charts/pull/33378))
|
||||
* [jupyterhub] Fix singleuser image pull secrets ([#33176](https://github.com/bitnami/charts/pull/33176))
|
||||
|
||||
## <small>9.0.6 (2025-05-06)</small>
|
||||
|
||||
* [bitnami/jupyterhub] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#33 ([4f25ca4](https://github.com/bitnami/charts/commit/4f25ca45071de7b489e3b7dc14d994c64777a069)), closes [#33378](https://github.com/bitnami/charts/issues/33378)
|
||||
|
||||
## <small>9.0.5 (2025-05-02)</small>
|
||||
|
||||
|
||||
@@ -38,4 +38,4 @@ maintainers:
|
||||
name: jupyterhub
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
|
||||
version: 9.0.6
|
||||
version: 9.0.7
|
||||
|
||||
@@ -136,7 +136,7 @@ Return the proper hub image name
|
||||
Return the proper Docker Image Registry Secret Names
|
||||
*/}}
|
||||
{{- define "jupyterhub.imagePullSecrets" -}}
|
||||
{{- include "common.images.pullSecrets" (dict "images" (list .Values.hub.image .Values.proxy.image .Values.auxiliaryImage) "global" .Values.global) -}}
|
||||
{{- include "common.images.pullSecrets" (dict "images" (list .Values.hub.image .Values.proxy.image .Values.auxiliaryImage .Values.singleuser.image) "global" .Values.global) -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
|
||||
Reference in New Issue
Block a user