mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/wordpress] Do not hardcode PDB apiVersion (#9120)
This commit is contained in:
committed by
GitHub
parent
d02e4e728d
commit
b8b9cf0c6e
@@ -35,4 +35,4 @@ name: wordpress
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wordpress
|
||||
- https://wordpress.org/
|
||||
version: 13.0.12
|
||||
version: 13.0.13
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.pdb.create }}
|
||||
apiVersion: policy/v1beta1
|
||||
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user