Skip to content

Commit

Permalink
Fix pdb (#75)
Browse files Browse the repository at this point in the history
* Fix pdb

* Invidious: Version bump

* Libreddit: Add PDB

* Libreddit: Version bump
  • Loading branch information
89Q12 authored Feb 23, 2023
1 parent 4a43928 commit 5db15ca
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/invidious/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: invidious
description: Invidious is an alternative front-end to YouTube
version: 1.1.2
version: 1.1.3
appVersion: "latest"
keywords:
- youtube
Expand Down
2 changes: 1 addition & 1 deletion charts/invidious/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# invidious

![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Invidious is an alternative front-end to YouTube

Expand Down
1 change: 0 additions & 1 deletion charts/invidious/templates/podDisruptionBudget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: PodDisruptionBudget
metadata:
name: {{ template "invidious.name" . }}-pdb
spec:
maxUnavailable: {{ .Values.rollingUpdate.unavailable }}
minAvailable: {{ .Values.rollingUpdate.replicaCount }}
selector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion charts/libreddit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: libreddit
description: Libreddit is an alternative front-end to Reddit
version: 1.0.2
version: 1.1.2
appVersion: 0.27.1
keywords:
- reddit
Expand Down
2 changes: 1 addition & 1 deletion charts/libreddit/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libreddit

![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 0.27.1](https://img.shields.io/badge/AppVersion-0.27.1-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 0.27.1](https://img.shields.io/badge/AppVersion-0.27.1-informational?style=flat-square)

Libreddit is an alternative front-end to Reddit

Expand Down
9 changes: 9 additions & 0 deletions charts/libreddit/templates/podDisruptionBudget.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "libreddit.fullname" . }}-pdb
spec:
minAvailable: {{ .Values.rollingUpdate.replicaCount }}
selector:
matchLabels:
app: {{ template "libreddit.fullname" . }}

0 comments on commit 5db15ca

Please sign in to comment.