diff --git a/charts/commentoplusplus/Chart.yaml b/charts/commentoplusplus/Chart.yaml index f8fee7e..4b51028 100644 --- a/charts/commentoplusplus/Chart.yaml +++ b/charts/commentoplusplus/Chart.yaml @@ -4,7 +4,7 @@ description: Helm chart to install commento on a kubernetes cluster home: https://github.com/souramoo/commentoplusplus/ icon: https://cdn.commento.io/images/logo.svg name: commentoplusplus -version: 0.3.0 +version: 0.4.0 kubeVersion: ^1.23 maintainers: - name: WyriHaximus diff --git a/charts/commentoplusplus/templates/pod-disruption-budget.yaml b/charts/commentoplusplus/templates/pod-disruption-budget.yaml index 86f81c8..8fc38d5 100644 --- a/charts/commentoplusplus/templates/pod-disruption-budget.yaml +++ b/charts/commentoplusplus/templates/pod-disruption-budget.yaml @@ -1,5 +1,5 @@ {{- if gt (.Values.replicas | int) 1 -}} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ template "commons.fullname" . }} diff --git a/charts/default-backend/Chart.yaml b/charts/default-backend/Chart.yaml index 6bf5777..d081052 100644 --- a/charts/default-backend/Chart.yaml +++ b/charts/default-backend/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes home: https://github.com/wyrihaximusnet/docker-default-backend icon: https://helm.wyrihaximus.net/images/charts/default-backend.png type: application -version: 1.0.0 +version: 1.1.0 kubeVersion: ^1.23 appVersion: random maintainers: diff --git a/charts/default-backend/templates/pod-disruption-budget.yaml b/charts/default-backend/templates/pod-disruption-budget.yaml index 9dd83a6..4bcf4e1 100644 --- a/charts/default-backend/templates/pod-disruption-budget.yaml +++ b/charts/default-backend/templates/pod-disruption-budget.yaml @@ -1,5 +1,5 @@ {{- if gt (.Values.replicas | int) 1 -}} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ template "commons.fullname" . }} diff --git a/charts/docker-hub-exporter/Chart.yaml b/charts/docker-hub-exporter/Chart.yaml index 749a8df..99301cc 100644 --- a/charts/docker-hub-exporter/Chart.yaml +++ b/charts/docker-hub-exporter/Chart.yaml @@ -4,7 +4,7 @@ description: Docker Hub Exporter home: https://github.com/jessestuart/docker-hub-exporter icon: https://helm.wyrihaximus.net/images/charts/docker-hub-exporter.png type: application -version: 0.5.4 +version: 0.5.5 appVersion: d05df48 maintainers: - name: WyriHaximus diff --git a/charts/docker-hub-exporter/templates/pod-disruption-budget.yaml b/charts/docker-hub-exporter/templates/pod-disruption-budget.yaml index 950e9a2..52fe249 100644 --- a/charts/docker-hub-exporter/templates/pod-disruption-budget.yaml +++ b/charts/docker-hub-exporter/templates/pod-disruption-budget.yaml @@ -1,5 +1,5 @@ {{- if gt (.Values.replicas | int) 1 -}} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ include "commons.fullname" . }} diff --git a/charts/pi-hole-exporter/Chart.yaml b/charts/pi-hole-exporter/Chart.yaml index 2bbcbca..c54de69 100644 --- a/charts/pi-hole-exporter/Chart.yaml +++ b/charts/pi-hole-exporter/Chart.yaml @@ -4,7 +4,7 @@ description: Pi-Hole Exporter home: https://github.com/eko/pihole-exporter icon: https://helm.wyrihaximus.net/images/charts/pi-hole-exporter.png type: application -version: 0.1.2 +version: 0.1.3 appVersion: d05df48 maintainers: - name: WyriHaximus diff --git a/charts/pi-hole-exporter/templates/pod-disruption-budget.yaml b/charts/pi-hole-exporter/templates/pod-disruption-budget.yaml index 173b9b8..fa47639 100644 --- a/charts/pi-hole-exporter/templates/pod-disruption-budget.yaml +++ b/charts/pi-hole-exporter/templates/pod-disruption-budget.yaml @@ -1,5 +1,5 @@ {{- if gt (.Values.replicas | int) 1 -}} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ include "commons.fullname" . }} diff --git a/charts/redirect/Chart.yaml b/charts/redirect/Chart.yaml index 5e897fa..33c3d24 100644 --- a/charts/redirect/Chart.yaml +++ b/charts/redirect/Chart.yaml @@ -4,7 +4,7 @@ description: Redirect home: https://github.com/wyrihaximusnet/docker-redirect icon: https://helm.wyrihaximus.net/images/charts/redirect.png type: application -version: 1.0.0 +version: 1.1.0 kubeVersion: ^1.23 appVersion: random maintainers: diff --git a/charts/redirect/templates/pod-disruption-budget.yaml b/charts/redirect/templates/pod-disruption-budget.yaml index 950e9a2..52fe249 100644 --- a/charts/redirect/templates/pod-disruption-budget.yaml +++ b/charts/redirect/templates/pod-disruption-budget.yaml @@ -1,5 +1,5 @@ {{- if gt (.Values.replicas | int) 1 -}} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ include "commons.fullname" . }}