Skip to content

Commit

Permalink
Merge pull request #265 from drblack666/y.shakhov-patch-update-pdb-ap…
Browse files Browse the repository at this point in the history
…i-version

[flant] Update PodDisruptionBudget apiVersion
  • Loading branch information
z9r5 authored Aug 29, 2023
2 parents 0ad1b5f + f68d697 commit 5eece9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.helm/templates/10-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
updatePolicy:
updateMode: "Initial"
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ .Chart.Name }}
Expand Down
2 changes: 1 addition & 1 deletion docs/.helm/templates/14-tuf-router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
updatePolicy:
updateMode: "Initial"
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: tuf-router
Expand Down

0 comments on commit 5eece9c

Please sign in to comment.