[bitnami/nginx-intel] Do not hardcode PDB apiVersion (#9109)

This commit is contained in:
Juan Ariza Toledano
2022-02-21 11:49:40 +01:00
committed by GitHub
parent 0086f1b73e
commit 4f3f16214c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ name: nginx-intel
sources:
- https://github.com/bitnami/bitnami-docker-nginx-intel
- https://github.com/intel/asynch_mode_nginx
version: 0.1.3
version: 0.1.4
+1 -1
View File
@@ -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" . }}