diff --git a/repos/stable/jupyterhub/Chart.yaml b/repos/stable/jupyterhub/Chart.yaml index eadb64c7..14b3b8c6 100755 --- a/repos/stable/jupyterhub/Chart.yaml +++ b/repos/stable/jupyterhub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Multi-user Jupyter installation with Dataporten integration name: jupyterhub icon: https://jupyterhub.readthedocs.io/en/stable/_static/logo.png -version: 1.4.2 +version: 1.4.3 maintainers: - name: Sigma2 AS email: contact@sigma2.no diff --git a/repos/stable/jupyterhub/templates/hub/pdb.yaml b/repos/stable/jupyterhub/templates/hub/pdb.yaml index 6e39f67b..4ed3197d 100644 --- a/repos/stable/jupyterhub/templates/hub/pdb.yaml +++ b/repos/stable/jupyterhub/templates/hub/pdb.yaml @@ -1,4 +1,4 @@ -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ .Release.Name }}-hub diff --git a/repos/stable/jupyterhub/templates/proxy/pdb.yaml b/repos/stable/jupyterhub/templates/proxy/pdb.yaml index df3d69d1..0acaf1f7 100644 --- a/repos/stable/jupyterhub/templates/proxy/pdb.yaml +++ b/repos/stable/jupyterhub/templates/proxy/pdb.yaml @@ -1,4 +1,4 @@ -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ .Release.Name }}-proxy