mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/nginx-intel] Do not hardcode PDB apiVersion (#9109)
This commit is contained in:
@@ -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,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