Skip to content

Commit

Permalink
change from policy/v1beta1 to policy/v1 for jupyterhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Siri Kallhovd committed Aug 14, 2023
1 parent c0ba521 commit 33681ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion repos/stable/jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion repos/stable/jupyterhub/templates/hub/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ .Release.Name }}-hub
Expand Down
2 changes: 1 addition & 1 deletion repos/stable/jupyterhub/templates/proxy/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ .Release.Name }}-proxy
Expand Down

0 comments on commit 33681ed

Please sign in to comment.