Skip to content

Commit

Permalink
Merge pull request #16 from stackhpc/AppUpdateTesting
Browse files Browse the repository at this point in the history
Update dependencies for all charts
  • Loading branch information
sd109 authored Jul 18, 2024
2 parents 7f135e7 + 884ec38 commit 4b0816b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion binderhub-azimuth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords: [jupyter, binderhub]
# https://hub.jupyter.org/helm-chart/#development-releases-binderhub
dependencies:
- name: binderhub
version: 1.0.0-0.dev.git.3350.he7995d6
version: 1.0.0-0.dev.git.3437.h81a3428
repository: https://jupyterhub.github.io/helm-chart/

annotations:
Expand Down
4 changes: 2 additions & 2 deletions binderhub-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ binderhub:
defaultUrl: /lab
extraEnv:
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"

imageBuilderType: pink
pink:
daemonset:
Expand All @@ -312,7 +312,7 @@ binderhub:
url: *registry-url
username: *registry-username
password: # Set to mirror global registry.password value (see azimuth-ui.schema.yaml)

config:
BinderHub:
# Auth is handled by Zenith
Expand Down
2 changes: 1 addition & 1 deletion daskhub-azimuth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://docs.dask.org/en/stable/_images/dask_horizontal.svg
keywords: [dask, daskhub]
dependencies:
- name: daskhub
version: 2023.1.0
version: 2024.1.1
repository: https://helm.dask.org/

annotations:
Expand Down
2 changes: 1 addition & 1 deletion daskhub-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ daskhub:
enabled: false
defaultUrl: /lab
extraEnv:
DASK_GATEWAY__CLUSTER__OPTIONS__IMAGE: '{JUPYTER_IMAGE_SPEC}'
DASK_GATEWAY__CLUSTER__OPTIONS__IMAGE: '{{JUPYTER_IMAGE_SPEC}}'
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
2 changes: 1 addition & 1 deletion jupyterhub-azimuth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: [jupyter, jupyterhub]

dependencies:
- name: jupyterhub
version: 3.0.3
version: 3.3.7
repository: https://jupyterhub.github.io/helm-chart/

annotations:
Expand Down
2 changes: 1 addition & 1 deletion kubeflow-azimuth/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- "https://github.com/kubeflow/manifests/example/?ref=v1.7.0"
- "https://github.com/kubeflow/manifests/example/?ref=v1.8.1"

# TODO: Can these patches to disable secure cookies be removed once https/dex/zenith config is added?
patches:
Expand Down
6 changes: 5 additions & 1 deletion kubeflow-azimuth/to-helm-chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ def make_helm_chart_template(chart_path, chart_yml, values_yml):
notes_txt = """
For more information on using KubeFlow see the [official documentation](https://www.kubeflow.org/docs/started/introduction/).
DISCLAIMER: This app is currently at a proof-of-concept stage and does not yet provide full integration with Azimuth's standard authentication and access management features. The default login credentials for this platform are
DISCLAIMER: This app is currently at a proof-of-concept stage and does not yet provide full integration with Azimuth's standard authentication and access management features.
The default login credentials for this platform are:
- username: [email protected]
- password: 12341234
Full integration with the Azimuth identity provider is planned for a future release.
"""
with open(main_chart_path / 'templates' / 'NOTES.txt', 'w') as notes_file:
Expand Down

0 comments on commit 4b0816b

Please sign in to comment.