Skip to content

Commit

Permalink
Merge pull request #102 from WyriHaximusNet/bump-pdb
Browse files Browse the repository at this point in the history
Bump Pod Disruption Budget
  • Loading branch information
WyriHaximus authored Jul 25, 2023
2 parents f4a2c2c + 17089d2 commit a4ed7dc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/commentoplusplus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if gt (.Values.replicas | int) 1 -}}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "commons.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/default-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if gt (.Values.replicas | int) 1 -}}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "commons.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/docker-hub-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if gt (.Values.replicas | int) 1 -}}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "commons.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/pi-hole-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if gt (.Values.replicas | int) 1 -}}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "commons.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/redirect/templates/pod-disruption-budget.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if gt (.Values.replicas | int) 1 -}}
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "commons.fullname" . }}
Expand Down

0 comments on commit a4ed7dc

Please sign in to comment.