From c0ba52155c943e080793dc35f0cb6f339b93cdb3 Mon Sep 17 00:00:00 2001 From: Siri Kallhovd Date: Mon, 14 Aug 2023 15:22:34 +0200 Subject: [PATCH] change from policy/v1beta1 to policy/v1 for jupyterhub --- repos/testing/jupyterhub/Chart.yaml | 2 +- repos/testing/jupyterhub/templates/hub/pdb.yaml | 2 +- repos/testing/jupyterhub/templates/proxy/pdb.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/repos/testing/jupyterhub/Chart.yaml b/repos/testing/jupyterhub/Chart.yaml index e0749ab75..9794cc703 100755 --- a/repos/testing/jupyterhub/Chart.yaml +++ b/repos/testing/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: 0.16.201 +version: 0.16.202 maintainers: - name: Sigma2 AS email: contact@sigma2.no diff --git a/repos/testing/jupyterhub/templates/hub/pdb.yaml b/repos/testing/jupyterhub/templates/hub/pdb.yaml index 6e39f67ba..4ed3197d1 100644 --- a/repos/testing/jupyterhub/templates/hub/pdb.yaml +++ b/repos/testing/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/testing/jupyterhub/templates/proxy/pdb.yaml b/repos/testing/jupyterhub/templates/proxy/pdb.yaml index df3d69d12..0acaf1f75 100644 --- a/repos/testing/jupyterhub/templates/proxy/pdb.yaml +++ b/repos/testing/jupyterhub/templates/proxy/pdb.yaml @@ -1,4 +1,4 @@ -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ .Release.Name }}-proxy